summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Initial checkin of regression test for generating the PowerPC rlwimiNate Begeman2004-10-24
* New testcaseChris Lattner2004-10-23
* New testcase. Check for the ability to promote a malloc whose initialzed sta...Chris Lattner2004-10-22
* New testcaseChris Lattner2004-10-18
* New testcase that ADCE shouldn't crash onChris Lattner2004-10-17
* New testcase that crashes the inlinerChris Lattner2004-10-17
* New testcase, no PHI should be inserted.Chris Lattner2004-10-17
* New testcase, rework testcases to fail if there are any gep's other than thoseChris Lattner2004-10-16
* New testcaseChris Lattner2004-10-16
* testcases for undefined and unreachableChris Lattner2004-10-16
* When converting phi nodes into select instructions, we shouldn't promote PHIChris Lattner2004-10-14
* New testcase for memmove -> memcpy transformChris Lattner2004-10-12
* This testcase ensures that we can SRA a global even if part of the globalChris Lattner2004-10-11
* These testcases check to see if we can promote malloc's to globals in someChris Lattner2004-10-11
* Another testcase. We should be able to devirtualize the call even thoughChris Lattner2004-10-10
* New testcase that crashes -globalopt. I found this through inspection, notChris Lattner2004-10-10
* New testcase we were not handling before.Chris Lattner2004-10-10
* A testcase that globalopt now handlesChris Lattner2004-10-09
* New testcaseChris Lattner2004-10-09
* New testcaseChris Lattner2004-10-08
* New testcaseChris Lattner2004-10-08
* New testcase. The setcc is only used by a select, but not as a condition:Chris Lattner2004-10-08
* New testcaseChris Lattner2004-10-08
* New testcaseChris Lattner2004-10-08
* These files now live in Transforms/GlobalOptChris Lattner2004-10-07
* Move these files from Transforms/GlobalConstifierChris Lattner2004-10-07
* Add new testcase, rename passChris Lattner2004-10-07
* New testcaseChris Lattner2004-10-06
* New testcaseChris Lattner2004-10-06
* When tail duplicating these functions, the add instruction should not beChris Lattner2004-10-06
* Another testcase for constness linkageChris Lattner2004-10-05
* Testcase to ensure that the 'constant' flag follows the definition when thereChris Lattner2004-10-05
* New testcase for PR450Chris Lattner2004-10-05
* The verifier takes 50s on this testcase, that is not good n stuffChris Lattner2004-09-29
* New testcasses for divides that can be eliminated.Chris Lattner2004-09-29
* New testcasesChris Lattner2004-09-29
* More testcases for recent instcombine patchesChris Lattner2004-09-29
* New testcaseChris Lattner2004-09-28
* New testcasesChris Lattner2004-09-28
* New testcaseChris Lattner2004-09-28
* New testcasesChris Lattner2004-09-28
* New testcase for a latent bug in instcombine that I have been chasing forChris Lattner2004-09-28
* Testcase for LLVM PR445Chris Lattner2004-09-28
* New testcase that crashes the C++ FE, encountered while working on PR445Chris Lattner2004-09-28
* New testcaseChris Lattner2004-09-27
* Testcases for rev 250 of InstructionCombining.cppChris Lattner2004-09-27
* Add some tests for shr-and foldingChris Lattner2004-09-24
* New testcase for a pattern that occurs 20 times in perlbmkChris Lattner2004-09-23
* load null is undefined behavior, this should foldChris Lattner2004-09-23
* Two testcases for invalid transformations that instcombine is doingChris Lattner2004-09-20