summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Alpha/add.ll
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-091-1/+1
| | | | llvm-svn: 81293
* Remove obsolete -f flags.Dan Gohman2009-08-251-1/+1
| | | | llvm-svn: 79992
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-13/+13
| | | | llvm-svn: 41097
* For PR1553:Reid Spencer2007-07-191-13/+13
| | | | | | | | Change the keywords for the zext and sext parameter attributes to be zeroext and signext so they don't conflict with the keywords for the instructions of the same name. This gets around the ambiguity. llvm-svn: 40069
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-151-14/+14
| | | | llvm-svn: 36075
* Remove use of implementation keyword.Reid Spencer2007-03-281-1/+0
| | | | llvm-svn: 35412
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-16/+16
| | | | | | | | | | | | 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
* For PR761:Reid Spencer2007-01-261-24/+24
| | | | | | | | | | | | | | 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
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-171-0/+180
llvm-svn: 33296
OpenPOWER on IntegriCloud