summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt
Commit message (Expand)AuthorAge
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-11
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Add a testcase for the GlobalOpt inbounds fix.Dan Gohman2009-09-07
* Add inbounds to these getelementptrs, now that GlobalOpt requires this,Dan Gohman2009-09-07
* Fix a bug that caused globalopt to miscompile tramp3d: don't missDan Gohman2009-08-18
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Avoid infinite looping in AllGlobalLoadUsesSimpleEnoughForHeapSRA(). This can...Evan Cheng2009-06-02
* Ignore debug info while evaluating function.Devang Patel2009-03-09
* fix a serious pessimization that Tron on IRC pointed out where we wouldChris Lattner2009-03-07
* While thinking about the one-definition-rule and tryingDuncan Sands2009-03-06
* Revert 66224.Devang Patel2009-03-06
* Revert rev. 66167. Devang Patel2009-03-06
* Do not let debug info prevert globalopt from shriking a global vars to boolean.Devang Patel2009-03-06
* GlobalOpt only process non constant local GVs while optimizing global vars.Devang Patel2009-03-05
* Should have XFAILed this test.Bill Wendling2009-03-04
* Temporarily revert r65994. It was causing rdar://6646455.Bill Wendling2009-03-04
* If a global constant is dead then global's debug info should not prevent the ...Devang Patel2009-03-04
* If the target of an alias has internal linkage, then theDuncan Sands2009-02-15
* rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporaryChris Lattner2009-01-14
* Reimplement the old and horrible bison parser for .ll files with a niceChris Lattner2009-01-02
* Enhance heap sra to be substantially more aggressive w.r.t PHIChris Lattner2008-12-17
* Fix another crash found by inspection. If we have a PHI node mergingChris Lattner2008-12-16
* fix a crash found by inspection.Chris Lattner2008-12-16
* add testcase for r61051Chris Lattner2008-12-15
* add a basic test for heap-sraChris Lattner2008-12-15
* Resolve aliases, when possibleAnton Korobeynikov2008-09-09
* Make GlobalOpt preserve address spaces when scalar replacing aggregate globals.Matthijs Kooijman2008-07-17
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* When SRoA'ing a global variable, make sure the new globals get the Chris Lattner2008-04-26
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-19
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Remove any 'nest' parameter attributes if the functionDuncan Sands2008-02-16
* Don't let globalopt hack on volatile loads or stores.Chris Lattner2008-01-29
* Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan'sChris Lattner2008-01-14
* Fix PR1896Chris Lattner2008-01-04
* upgrade testChris Lattner2007-11-13
* Tighten up a check for folding away loads from (newly constant) globals. ThisChris Lattner2007-11-09
* For PR1553:Reid Spencer2007-07-19
* Convert .cvsignore filesJohn Criswell2007-06-29
* new testcase for PR1491Chris Lattner2007-06-04
* this crashes globaloptChris Lattner2007-05-13
* For PR1319:Reid Spencer2007-04-16
* For PR1336:Reid Spencer2007-04-16
* For PR1336:Reid Spencer2007-04-15
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* new testcase that crashes globaloptChris Lattner2007-04-05
* new testcase. @foo should be marked fastcc by globaloptChris Lattner2007-02-25