summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
Commit message (Expand)AuthorAge
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Update SimplifyCFG for atomic operations.Eli Friedman2011-08-15
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* Test case for r105914.Benjamin Kramer2010-06-13
* make simplifycfg insert an llvm.trap before the 'unreachable' it introducesChris Lattner2010-05-08
* 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
* Fix PR2967 by not deleting volatile load/stores that occur before unreachable.Chris Lattner2008-10-29