- Feb 17, 2007
-
-
Chris Lattner authored
both ppc32 and ppc64. llvm-svn: 34370
-
Chris Lattner authored
llvm-svn: 34367
-
Dale Johannesen authored
llvm-svn: 34359
-
Chris Lattner authored
llvm-svn: 34355
-
- Feb 09, 2007
-
-
Chris Lattner authored
llvm-svn: 34082
-
- Feb 02, 2007
-
-
Reid Spencer authored
This feature is needed in order to support shifts of more than 255 bits on large integer types. This changes the syntax for llvm assembly to make shl, ashr and lshr instructions look like a binary operator: shl i32 %X, 1 instead of shl i32 %X, i8 1 Additionally, this should help a few passes perform additional optimizations. llvm-svn: 33776
-
- Feb 01, 2007
-
-
Chris Lattner authored
llvm-svn: 33731
-
- Jan 30, 2007
-
-
Reid Spencer authored
Update these tests to not use the same name even though the type of the value differs. After PR411 hits, type planes will be gone and it will be illegal for a name to be used twice, regardless of type. llvm-svn: 33660
-
Reid Spencer authored
llvm-svn: 33655
-
Chris Lattner authored
llvm-svn: 33642
-
- Jan 26, 2007
-
-
Reid Spencer authored
Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
-
- Jan 25, 2007
-
-
Evan Cheng authored
llvm-svn: 33507
-
- Jan 17, 2007
-
-
Reid Spencer authored
llvm-svn: 33296
-