aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/LICM/scalar_promote.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-19/+19
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-6/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+8
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-271-2/+4
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-5/+5
* tabs-to-spacesAndrew Trick2013-01-041-44/+43
* Fix LICM's memory promotion optimization to preserve TBAA tags whenChris Lattner2012-12-311-2/+40
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-2/+2
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-1/+1
* Enhance LICM to promote alias sets whose pointers themselves are stored,Chris Lattner2010-12-191-0/+30
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* fix more AST updating bugs, correcting miscompilation in PR8041Chris Lattner2010-09-021-0/+47
* licm is wasting time hoisting constant foldable operations,Chris Lattner2010-08-311-6/+6
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* convert scalar_promote to filecheck style and merge 2003-12-13-VolatilePromot...Chris Lattner2009-08-301-7/+45
* Update this testcase. The output needs to be disabled to pass.Bill Wendling2008-01-011-25/+23
* add the & back. I'm not sure why bill removed it.Chris Lattner2007-05-081-1/+1
* Spare '&' in the RUN line.Bill Wendling2007-05-081-1/+1
* Fix this test from Duncan's experiment.Reid Spencer2007-04-161-1/+1
* For PR1319:Reid Spencer2007-04-161-1/+2
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-021-1/+1
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-161-1/+1
* New testcase for scalar promotionChris Lattner2003-02-241-0/+15
* New testcase to check to see if LICM is performing scalar promotionChris Lattner2003-02-221-0/+21