summaryrefslogtreecommitdiff
path: root/test/Transforms/LICM/scalar_promote.ll
Commit message (Expand)AuthorAge
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* tabs-to-spacesAndrew Trick2013-01-04
* Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner2012-12-31
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* Enhance LICM to promote alias sets whose pointers themselves are stored,Chris Lattner2010-12-19
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* fix more AST updating bugs, correcting miscompilation in PR8041Chris Lattner2010-09-02
* licm is wasting time hoisting constant foldable operations,Chris Lattner2010-08-31
* 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
* convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromot...Chris Lattner2009-08-30
* Update this testcase. The output needs to be disabled to pass.Bill Wendling2008-01-01
* add the & back. I'm not sure why bill removed it.Chris Lattner2007-05-08
* Spare '&' in the RUN line.Bill Wendling2007-05-08
* Fix this test from Duncan's experiment.Reid Spencer2007-04-16
* For PR1319:Reid Spencer2007-04-16
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* New testcase for scalar promotionChris Lattner2003-02-24
* New testcase to check to see if LICM is performing scalar promotionChris Lattner2003-02-22