aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/volatile.ll
AgeCommit message (Expand)Author
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2010-05-28Fix more tests that depended on the default register allocator choice.Jakob Stoklund Olesen
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-04-29Second attempt:Bill Wendling
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2008-10-02Fix a think-o in isSafeToMove. This fixes it from thinking thatDan Gohman