[llvm-commits] CVS: llvm/include/llvm/Support/LLVMBuilder.h

2007-05-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: LLVMBuilder.h added (r1.1) --- Log message: Add a new LLVMBuilder class, which makes it simpler and more uniform to create large amounts of instructions by separating the insertion point logic from the logic of what to create. --- Diffs of the

[llvm-commits] [127733] Simplify code by using Intrinsic::getDeclaration.

2007-05-27 Thread clattner
Revision: 127733 Author: clattner Date: 2007-05-27 08:27:26 -0700 (Sun, 27 May 2007) Log Message: --- Simplify code by using Intrinsic::getDeclaration. Modified Paths: -- apple-local/branches/llvm/gcc/config/i386/llvm-i386.cpp Modified: apple-local/branches/llvm/gc

[llvm-commits] [127734] simplify code by factoring it a bit better.

2007-05-27 Thread clattner
Revision: 127734 Author: clattner Date: 2007-05-27 08:33:17 -0700 (Sun, 27 May 2007) Log Message: --- simplify code by factoring it a bit better. Modified Paths: -- apple-local/branches/llvm/gcc/config/i386/llvm-i386.cpp Modified: apple-local/branches/llvm/gcc/conf

[llvm-commits] [127735] simplify this code through the use of Intrinsic::getDeclaration

2007-05-27 Thread clattner
Revision: 127735 Author: clattner Date: 2007-05-27 08:51:11 -0700 (Sun, 27 May 2007) Log Message: --- simplify this code through the use of Intrinsic::getDeclaration Modified Paths: -- apple-local/branches/llvm/gcc/config/rs6000/llvm-rs6000.cpp Modified: apple-loca

[llvm-commits] [127736] Minor cleanups, get this compiling again

2007-05-27 Thread clattner
Revision: 127736 Author: clattner Date: 2007-05-27 09:01:01 -0700 (Sun, 27 May 2007) Log Message: --- Minor cleanups, get this compiling again Modified Paths: -- apple-local/branches/llvm/gcc/config/rs6000/llvm-rs6000.cpp Modified: apple-local/branches/llvm/gcc/con

Re: [llvm-commits] Regalloc Refactoring

2007-05-27 Thread David Greene
Evan Cheng wrote: > That's fine. Please check in what you have now after you've merged in > the recent changes. I don't have write access to the repository. :-/ I'd gladly do the update merge and commit if someone wants to grant me access. Thanks for getting this in. As soon as I wrap up my

[llvm-commits] [127737] test commit

2007-05-27 Thread clattner
Revision: 127737 Author: clattner Date: 2007-05-27 15:18:27 -0700 (Sun, 27 May 2007) Log Message: --- test commit Modified Paths: -- apple-local/branches/llvm/gcc/llvm-convert.cpp Modified: apple-local/branches/llvm/gcc/llvm-convert.cpp =

[llvm-commits] [127738] Checking svn messages

2007-05-27 Thread bwendlin
Revision: 127738 Author: bwendlin Date: 2007-05-27 15:18:57 -0700 (Sun, 27 May 2007) Log Message: --- Checking svn messages Modified Paths: -- apple-local/branches/llvm/README.LLVM Modified: apple-local/branches/llvm/README.LLVM =

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/multiple_assign.c multiple_assign.reference_output

2007-05-27 Thread Zhou Sheng
Changes in directory llvm-test/SingleSource/UnitTests/Integer: multiple_assign.c updated: 1.2 -> 1.3 multiple_assign.reference_output updated: 1.1 -> 1.2 --- Log message: Enhance this test case. --- Diffs of the changes: (+60 -3) multiple_assign.c| 47

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/integer_all_onesp.c integer_all_onesp.reference_output

2007-05-27 Thread Zhou Sheng
Changes in directory llvm-test/SingleSource/UnitTests/Integer: integer_all_onesp.c added (r1.1) integer_all_onesp.reference_output added (r1.1) --- Log message: Add a new test case. --- Diffs of the changes: (+10 -0) integer_all_onesp.c|9 + integer_all_onesp.re