aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt
AgeCommit message (Expand)Author
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-04-05new testcase that crashes globaloptChris Lattner
2007-02-25new testcase. @foo should be marked fastcc by globaloptChris Lattner
2007-01-26For PR761:Reid Spencer
2007-01-13For PR1043:Reid Spencer
2007-01-05Global variables are not renamed by llvm-upgrade any more.Reid Spencer
2007-01-03Update test cases that grepped for register names that have now changedReid Spencer
2006-12-19For PR950:Reid Spencer
2006-12-02Upgrade intrinsic function calls manually.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-23Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer
2006-11-01new testcase that crashes global opt, reduced from chompChris Lattner
2006-07-07Testcase for PR820Chris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner
2006-03-23Tired of wading through cvs's list ? files that are generated when buildingReid Spencer
2005-09-27Testcase for PR632Chris Lattner
2005-09-27add a new testcase for constant foldable callsChris Lattner
2005-09-27Add a more difficult testcase which uses a call to a helper function to doChris Lattner
2005-09-26Testcase that uses an allocaChris Lattner
2005-09-26add another case, this one that uses getelementptr instructionsChris Lattner
2005-09-26add a test for loadChris Lattner
2005-09-26add another testcase with simple control flowChris Lattner
2005-09-26make this harder: put some code into itChris Lattner
2005-09-26new testcase for static ctor list optimizationsChris Lattner
2005-06-15new testcase for PR579Chris Lattner
2005-02-27new testcase globalopt should handle.Chris Lattner
2005-02-27new testcase globalopt should implementChris Lattner
2004-12-12New testcase. Shrinking the variable to a bool allows instcombine to deleteChris Lattner
2004-11-19Adding srcdir argTanya Lattner
2004-11-14New testcase. Believe it or not, this happens a LOT in vortexChris Lattner
2004-11-13Adding subdirectory dg.exp files in order to be able to use dejagnu to only r...Tanya Lattner
2004-10-22New testcase. Check for the ability to promote a malloc whose initialzed sta...Chris Lattner
2004-10-16New testcaseChris 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-08New testcaseChris Lattner
2004-10-08New testcaseChris Lattner
2004-10-07Move these files from Transforms/GlobalConstifierChris Lattner