summaryrefslogtreecommitdiffstats
path: root/llvm/test
Commit message (Collapse)AuthorAgeFilesLines
* The 'thefunc' function should not have weak linkage, it should have linkonce ↵Chris Lattner2003-11-021-0/+12
| | | | | | linkage. llvm-svn: 9655
* Add test for instcombine transmogrifying allocation instructionsChris Lattner2003-11-021-0/+6
| | | | llvm-svn: 9653
* New testcase for PR79Chris Lattner2003-11-021-0/+5
| | | | llvm-svn: 9645
* new testcase, for PR 81Chris Lattner2003-11-021-0/+6
| | | | llvm-svn: 9644
* Regression test for PR 80Chris Lattner2003-11-011-0/+4
| | | | llvm-svn: 9643
* New testcase crashing the instruction combinerChris Lattner2003-10-301-0/+11
| | | | llvm-svn: 9599
* New testcaseChris Lattner2003-10-291-0/+20
| | | | llvm-svn: 9587
* New testcase distilled from:Chris Lattner2003-10-291-0/+14
| | | | | | UnitTests/2003-10-29-ScalarReplBug.c llvm-svn: 9584
* New testcaseChris Lattner2003-10-291-0/+7
| | | | llvm-svn: 9578
* New testcaseChris Lattner2003-10-291-0/+2
| | | | llvm-svn: 9573
* New testcase, reduced from DOOM.Brian Gaeke2003-10-281-0/+10
| | | | llvm-svn: 9568
* New testcase which crashes the C++ FEChris Lattner2003-10-271-0/+15
| | | | llvm-svn: 9534
* Merged RELEASE_1.John Criswell2003-10-272-2/+8
| | | | llvm-svn: 9533
* Fix initializers to matchChris Lattner2003-10-271-1/+1
| | | | llvm-svn: 9529
* New testcaseChris Lattner2003-10-271-0/+8
| | | | llvm-svn: 9528
* New testcase.Chris Lattner2003-10-271-0/+19
| | | | llvm-svn: 9525
* New testcase, which failes to compile. 252.eon hits this problemChris Lattner2003-10-231-0/+3
| | | | llvm-svn: 9440
* Zero arg varargs functions are legal in LLVM, but not in C.Chris Lattner2003-10-231-0/+9
| | | | llvm-svn: 9425
* Update testChris Lattner2003-10-232-3/+3
| | | | llvm-svn: 9414
* document real source of bugChris Lattner2003-10-231-0/+3
| | | | llvm-svn: 9413
* fix testChris Lattner2003-10-231-0/+3
| | | | llvm-svn: 9409
* Fix testChris Lattner2003-10-232-2/+2
| | | | llvm-svn: 9408
* Fix buggy testChris Lattner2003-10-231-1/+1
| | | | llvm-svn: 9407
* Do not report errors if QMTest returns a non-zero value.John Criswell2003-10-231-2/+2
| | | | llvm-svn: 9404
* A new testcase for an instcombine miscompilation!Chris Lattner2003-10-231-0/+10
| | | | llvm-svn: 9402
* New testcase for the deadreturnvalue deletion extension to -deadargelimChris Lattner2003-10-222-0/+55
| | | | llvm-svn: 9389
* New testcase for fun hack that is absolutely necessary for the C++ stdlib.Chris Lattner2003-10-221-0/+14
| | | | llvm-svn: 9362
* New testcase: globals should be linked if they are the wrong type. We shouldChris Lattner2003-10-211-0/+10
| | | | | | just moan loudly. llvm-svn: 9358
* New testcase. The linker should not consider it an error if two typesChris Lattner2003-10-211-0/+7
| | | | | | disagree. It should grumble, then go ahead and do it. llvm-svn: 9356
* New testcase, fixed in the C++ frontendChris Lattner2003-10-211-0/+12
| | | | llvm-svn: 9353
* This was not a lower-switch bug, it was a preselection bugChris Lattner2003-10-211-16/+0
| | | | llvm-svn: 9340
* Update test to new styleChris Lattner2003-10-211-11/+9
| | | | llvm-svn: 9327
* Only fails on the Sparc, only when run via the JIT.Misha Brukman2003-10-211-0/+16
| | | | | | And yet, it's a failure in the ``LowerSwitch'' pass. llvm-svn: 9315
* New testcase, distilled from 176.gcc codegen failureChris Lattner2003-10-181-0/+29
| | | | llvm-svn: 9248
* New testcase for C++ frontend crashChris Lattner2003-10-171-0/+9
| | | | llvm-svn: 9192
* New testcase which the inliner breaksChris Lattner2003-10-141-0/+19
| | | | llvm-svn: 9108
* make the indvar obviously non-canonicalChris Lattner2003-10-131-1/+1
| | | | llvm-svn: 9070
* new testcaseChris Lattner2003-10-121-0/+17
| | | | llvm-svn: 9064
* Files moved to the LoopSimplify directoryChris Lattner2003-10-125-181/+0
| | | | llvm-svn: 9062
* The -preheaders pass is now known as -loopsimplifyChris Lattner2003-10-129-9/+9
| | | | llvm-svn: 9057
* Test that we can emit global initializers that are not normal FP valuesChris Lattner2003-10-121-0/+3
| | | | llvm-svn: 9050
* Quote qmtest args in $(CONTEXT).Brian Gaeke2003-10-111-8/+8
| | | | | | | | | I don't remember precisely what bug this fixed, but I remember that it fixed a bug. Sorry. (I think one of these args had a Funny Shell Character in it, or a space, or something, in my last build, and this seemed like the obvious fix.) llvm-svn: 9044
* Removed the AnalyzeTest class.John Criswell2003-10-101-1/+0
| | | | llvm-svn: 9041
* Make the clean target remove the QMTest temporary directory.John Criswell2003-10-101-2/+3
| | | | | | Remove QMTest python classes which are no longer used. llvm-svn: 9040
* new testcase. globaldce should not delete the globalChris Lattner2003-10-101-0/+6
| | | | llvm-svn: 8999
* New testcaseChris Lattner2003-10-101-0/+15
| | | | llvm-svn: 8997
* old testcaseChris Lattner2003-10-081-0/+12
| | | | llvm-svn: 8967
* Checkin an old bug, which appears to be fixedChris Lattner2003-10-081-0/+17
| | | | llvm-svn: 8966
* new testcaseChris Lattner2003-10-071-0/+7
| | | | llvm-svn: 8953
* Fixed the location of the expectations file.John Criswell2003-10-071-2/+3
| | | | | | Added the registration of the LLVM Database class. llvm-svn: 8946
OpenPOWER on IntegriCloud