summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LICM/sinking.ll
Commit message (Expand)AuthorAgeFilesLines
* [LICM] Make instruction sinking funclet-awareDavid Majnemer2016-01-041-2/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-10/+10
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-4/+4
* [LICM] Avoind store sinking if no preheader is availableBruno Cardoso Lopes2014-12-021-0/+33
* [LICM] Store sink and indirectbr instructionsBruno Cardoso Lopes2014-11-281-0/+45
* [LPM] Switch LICM to actively use LCSSA in addition to preserving it.Chandler Carruth2014-02-111-14/+79
* [LPM] Make LCSSA a utility with a FunctionPass that applies it to allChandler Carruth2014-01-251-6/+11
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-11/+11
* LICM does get dead instructions input to it. Instead of sinking themChris Lattner2010-08-291-0/+14
* 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
* merge all sinking tests into one and convert them to filecheck.Chris Lattner2009-08-301-0/+235
OpenPOWER on IntegriCloud