aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/SpeculativeExec.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-16/+0
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-3/+3
* Re-revert r173342, without losing the compile time improvements, flatChandler Carruth2013-01-271-115/+0
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-251-0/+63
* Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer2013-01-241-0/+29
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-241-29/+0
* Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth2013-01-241-0/+29
* Address a large chunk of this FIXME by accumulating the cost forChandler Carruth2013-01-241-0/+42
* Switch the constant expression speculation cost evaluation away fromChandler Carruth2013-01-241-0/+22
* Revert r56315. When the instruction to speculate is a load, thisDan Gohman2012-01-051-1/+1
* Make some intrinsics safe to speculatively execute.Nick Lewycky2011-12-211-3/+28
* fix a bunch of spurious failures for people whose home directoryChris Lattner2009-09-111-2/+2
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-2/+2
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-2/+2
* Speculatively execute a block when the the block is the then part of a triang...Evan Cheng2008-06-071-0/+21