summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/trapping-load-unreachable.ll
AgeCommit message (Expand)AuthorFilesLines
2016-06-25Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"David Majnemer1-0/+1
2016-06-25[SimplifyCFG] Stop inserting calls to llvm.trap for UBDavid Majnemer1-1/+0
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-1/+1
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover1-1/+1
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin1-6/+6
2011-08-15Update SimplifyCFG for atomic operations.Eli Friedman1-0/+43
2011-08-12Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman1-4/+4
2010-06-13Test case for r105914.Benjamin Kramer1-0/+11
2010-05-08make simplifycfg insert an llvm.trap before the 'unreachable' it introducesChris Lattner1-3/+17
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman1-1/+1
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman1-1/+1
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman1-1/+1
2008-10-29Fix PR2967 by not deleting volatile load/stores that occur before unreachable.Chris Lattner1-0/+19