summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/bits.ll
Commit message (Collapse)AuthorAgeFilesLines
* FileCheck-izeJim Grosbach2010-09-171-6/+11
| | | | llvm-svn: 114218
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-5/+5
| | | | llvm-svn: 41097
* For PR1319:Reid Spencer2007-04-161-6/+6
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-21/+21
| | | | | | | | | | | | 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
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+36
llvm-svn: 33296
OpenPOWER on IntegriCloud