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
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
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
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
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
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
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
=
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
=
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
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
10 matches
Mail list logo