aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* New testcase for memmove -> memcpy transformChris Lattner2004-10-121-0/+23
* This testcase ensures that we can SRA a global even if part of the globalChris Lattner2004-10-111-0/+23
* These testcases check to see if we can promote malloc's to globals in someChris Lattner2004-10-112-0/+38
* Another testcase. We should be able to devirtualize the call even thoughChris Lattner2004-10-101-0/+28
* New testcase that crashes -globalopt. I found this through inspection, notChris Lattner2004-10-101-0/+17
* New testcase we were not handling before.Chris Lattner2004-10-101-0/+11
* A testcase that globalopt now handlesChris Lattner2004-10-091-0/+20
* New testcaseChris Lattner2004-10-091-0/+6
* New testcaseChris Lattner2004-10-081-0/+10
* New testcaseChris Lattner2004-10-081-0/+19
* New testcase. The setcc is only used by a select, but not as a condition:Chris Lattner2004-10-081-0/+8
* New testcaseChris Lattner2004-10-081-0/+7
* New testcaseChris Lattner2004-10-081-0/+6
* These files now live in Transforms/GlobalOptChris Lattner2004-10-074-63/+0
* Move these files from Transforms/GlobalConstifierChris Lattner2004-10-074-0/+63
* Add new testcase, rename passChris Lattner2004-10-074-3/+11
* New testcaseChris Lattner2004-10-061-0/+17
* New testcaseChris Lattner2004-10-061-0/+6
* When tail duplicating these functions, the add instruction should not beChris Lattner2004-10-061-0/+31
* Another testcase for constness linkageChris Lattner2004-10-051-0/+7
* Testcase to ensure that the 'constant' flag follows the definition when thereChris Lattner2004-10-052-0/+14
* New testcase for PR450Chris Lattner2004-10-051-0/+12
* The verifier takes 50s on this testcase, that is not good n stuffChris Lattner2004-09-291-0/+24454
* New testcasses for divides that can be eliminated.Chris Lattner2004-09-291-0/+25
* New testcasesChris Lattner2004-09-292-0/+27
* More testcases for recent instcombine patchesChris Lattner2004-09-291-0/+11
* New testcaseChris Lattner2004-09-281-0/+15
* New testcasesChris Lattner2004-09-281-0/+36
* New testcaseChris Lattner2004-09-281-0/+6
* New testcasesChris Lattner2004-09-281-0/+13
* New testcase for a latent bug in instcombine that I have been chasing forChris Lattner2004-09-281-0/+9
* Testcase for LLVM PR445Chris Lattner2004-09-281-0/+22
* New testcase that crashes the C++ FE, encountered while working on PR445Chris Lattner2004-09-281-0/+17
* New testcaseChris Lattner2004-09-271-0/+6
* Testcases for rev 250 of InstructionCombining.cppChris Lattner2004-09-271-0/+30
* Add some tests for shr-and foldingChris Lattner2004-09-241-0/+17
* New testcase for a pattern that occurs 20 times in perlbmkChris Lattner2004-09-231-0/+6
* load null is undefined behavior, this should foldChris Lattner2004-09-231-0/+6
* Two testcases for invalid transformations that instcombine is doingChris Lattner2004-09-202-0/+44
* New testcase for PR362: Icky code generated for std::min/std::maxChris Lattner2004-09-191-0/+34
* Instcombine now helps out with theseChris Lattner2004-09-192-4/+7
* Add two new testcases that instcombine should handleChris Lattner2004-09-191-0/+23
* New testcase for PR420Chris Lattner2004-09-151-0/+22
* Per Bug 257Reid Spencer2004-09-051-1/+1
* New version of Bill Wendling's PR33 patch.Brian Gaeke2004-08-251-1/+1
* Modify testcase to merit a warning, though no warning is still printed!Chris Lattner2004-08-241-2/+2
* note pr#Brian Gaeke2004-08-241-0/+1
* A PR60 test caseBrian Gaeke2004-08-231-0/+9
* New testcase that the vector support does not work with yet.Chris Lattner2004-08-201-0/+23
* Added various tests in support of Packed Types.Reid Spencer2004-08-205-0/+74