aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/LowerAtomic
AgeCommit message (Expand)Author
2017-08-23LowerAtomic: Don't skip optnone functions; atomic still need lowering (PR34020)Hans Wennborg
2016-05-13[PM] Port LowerAtomic to the new pass manager.Davide Italiano
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-06-13IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover
2014-03-11IR: add a second ordering operand to cmpxhg for failureTim Northover
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-09-26Convert more tests over to the new atomic instructions.Eli Friedman
2011-09-26Upgrade a couple more tests to the new atomic instructions.Eli Friedman
2010-08-03Add an atomic lowering passPeter Collingbourne