summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler
Commit message (Collapse)AuthorAgeFilesLines
...
* For PR1187:Reid Spencer2007-02-071-0/+11
| | | | | | | Add a test case to test rename of internal linkage functions with the same name, without an error or warning. llvm-svn: 34018
* Assembler no longer prints ! at the end of its error messages.Reid Spencer2007-02-051-1/+1
| | | | llvm-svn: 33908
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-022-2/+20
| | | | | | | | | | | | 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
* Update this test case to look for sret parameter attribute not csret cc.Reid Spencer2007-01-291-1/+2
| | | | llvm-svn: 33613
* Test case for PR1137. This makes sure that we don't get erroneousReid Spencer2007-01-281-0/+21
| | | | | | "redefinition" errors that cause the upgrade to fail. llvm-svn: 33593
* For PR1122:Reid Spencer2007-01-261-0/+14
| | | | | | Test the upgradability of nested type definitions. llvm-svn: 33534
* For PR761:Reid Spencer2007-01-2620-61/+60
| | | | | | | | | | | | | | 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
* Fix incorrect run line.Owen Anderson2007-01-201-1/+1
| | | | llvm-svn: 33395
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1784-0/+25427
llvm-svn: 33296
OpenPOWER on IntegriCloud