summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Collapse)AuthorAgeFilesLines
* For PR411:Reid Spencer2007-02-051-33/+0
| | | | | | This test is not particularly useful without type planes. llvm-svn: 33919
* For PR411:Reid Spencer2007-02-0522-236/+14
| | | | | | | | | | This patch replaces the SymbolTable class with ValueSymbolTable which does not support types planes. This means that all symbol names in LLVM must now be unique. The patch addresses the necessary changes to deal with this and removes code no longer needed as a result. This completes the bulk of the changes for this PR. Some cleanup patches will follow. llvm-svn: 33918
* Test case for PR1158Devang Patel2007-02-051-0/+5
| | | | llvm-svn: 33914
* Fix unord test.Lauro Ramos Venancio2007-02-051-2/+2
| | | | llvm-svn: 33910
* Assembler no longer prints ! at the end of its error messages.Reid Spencer2007-02-051-1/+1
| | | | llvm-svn: 33908
* Make the RUN: line readable.Reid Spencer2007-02-051-1/+2
| | | | llvm-svn: 33906
* For PR411:Reid Spencer2007-02-051-2/+2
| | | | | | Don't re-use var names. llvm-svn: 33899
* new testcase for 1174, currently xfailedChris Lattner2007-02-051-0/+22
| | | | llvm-svn: 33898
* Test for PR1173Anton Korobeynikov2007-02-051-0/+13
| | | | llvm-svn: 33895
* fix bug numberChris Lattner2007-02-051-1/+1
| | | | llvm-svn: 33894
* test for pr1173Chris Lattner2007-02-051-0/+23
| | | | llvm-svn: 33893
* testcase for PR1175Chris Lattner2007-02-041-0/+9
| | | | llvm-svn: 33891
* new testcase for x86 backend miscompilationChris Lattner2007-02-041-0/+21
| | | | llvm-svn: 33883
* Prepare for PR411Reid Spencer2007-02-042-3/+3
| | | | llvm-svn: 33865
* For PR1072:Reid Spencer2007-02-0333-577/+0
| | | | | | | Removing -raise has neglible positive or negative side effects so we are opting to remove it. See the PR for comparison details. llvm-svn: 33844
* Add a test case.Evan Cheng2007-02-031-0/+27
| | | | llvm-svn: 33833
* __builtin_isunordered test case.Evan Cheng2007-02-031-0/+18
| | | | llvm-svn: 33808
* Improves alloca test. Verifies SP restoration.Lauro Ramos Venancio2007-02-031-1/+4
| | | | llvm-svn: 33802
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-0231-219/+224
| | | | | | | | | | | | 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
* new testcase for serious code pessimizationChris Lattner2007-02-011-0/+43
| | | | llvm-svn: 33770
* My mistake, my environment wasn't up to date. This passes now.Reid Spencer2007-02-011-1/+0
| | | | llvm-svn: 33769
* XFAIL this on x86 linux as it continues to fail.Reid Spencer2007-02-011-1/+3
| | | | llvm-svn: 33768
* Make sure the value passed to test function is initialized.Reid Spencer2007-02-011-0/+1
| | | | llvm-svn: 33764
* Add a test case.Evan Cheng2007-02-011-0/+16
| | | | llvm-svn: 33742
* Added a thumb vararg test.Evan Cheng2007-02-011-1/+4
| | | | llvm-svn: 33740
* new testcaseChris Lattner2007-02-011-0/+25
| | | | llvm-svn: 33731
* Fix test case.Evan Cheng2007-01-311-2/+0
| | | | llvm-svn: 33730
* Fix test cases.Evan Cheng2007-01-313-10/+11
| | | | llvm-svn: 33725
* ARM fix: Miscompilation when frame pointer can't be eliminated. ↵Lauro Ramos Venancio2007-01-313-3/+3
| | | | | | Uninitialized frame pointer register is used. llvm-svn: 33703
* Combine two tests.Evan Cheng2007-01-302-20/+11
| | | | llvm-svn: 33668
* For PR411:Reid Spencer2007-01-3021-65/+66
| | | | | | | | 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
* Add a gxxcmd variable for the g++ command line used to build llvm.Reid Spencer2007-01-301-0/+1
| | | | llvm-svn: 33659
* Make the input legal.Reid Spencer2007-01-301-2/+2
| | | | llvm-svn: 33655
* Add / merge tests.Evan Cheng2007-01-302-10/+15
| | | | llvm-svn: 33654
* test that the 'ir' constraint works.Chris Lattner2007-01-291-0/+7
| | | | llvm-svn: 33646
* new testcaseChris Lattner2007-01-291-0/+7
| | | | llvm-svn: 33642
* 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
* Testcase for an instcombine miscompilation reduced by Anton.Chris Lattner2007-01-271-0/+8
| | | | llvm-svn: 33590
* Use -f option so test is repeatable.Reid Spencer2007-01-271-2/+2
| | | | llvm-svn: 33589
* Add a test case for PR411.Reid Spencer2007-01-271-0/+13
| | | | llvm-svn: 33588
* Make this really do nothing.Reid Spencer2007-01-271-1/+1
| | | | llvm-svn: 33587
* add an explanatory comment.Chris Lattner2007-01-271-0/+1
| | | | llvm-svn: 33565
* Apparently the last commit is wrong. Reverted.Reid Spencer2007-01-271-1/+2
| | | | llvm-svn: 33564
* Remove a double negative.Reid Spencer2007-01-271-2/+1
| | | | llvm-svn: 33563
* Thumb tests.Evan Cheng2007-01-271-2/+9
| | | | llvm-svn: 33561
* Merge tests.Evan Cheng2007-01-272-31/+28
| | | | llvm-svn: 33560
* For PR1122:Reid Spencer2007-01-261-0/+14
| | | | | | Test the upgradability of nested type definitions. llvm-svn: 33534
* For PR761:Reid Spencer2007-01-26152-926/+919
| | | | | | | | | | | | | | 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 test case.Evan Cheng2007-01-251-1/+1
| | | | llvm-svn: 33507
OpenPOWER on IntegriCloud