aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt
AgeCommit message (Expand)Author
2008-09-09Resolve aliases, when possibleAnton Korobeynikov
2008-07-17Make GlobalOpt preserve address spaces when scalar replacing aggregate globals.Matthijs Kooijman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-04-26When SRoA'ing a global variable, make sure the new globals get the Chris Lattner
2008-04-19rename *.llx -> *.ll, last batch.Chris Lattner
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2008-02-16Remove any 'nest' parameter attributes if the functionDuncan Sands
2008-01-29Don't let globalopt hack on volatile loads or stores.Chris Lattner
2008-01-14Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan'sChris Lattner
2008-01-04Fix PR1896Chris Lattner
2007-11-13upgrade testChris Lattner
2007-11-09Tighten up a check for folding away loads from (newly constant) globals. ThisChris Lattner
2007-07-19For PR1553:Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-04new testcase for PR1491Chris Lattner
2007-05-13this crashes globaloptChris Lattner
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1336:Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15For PR1319:Reid Spencer
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