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