aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-08-19-SubAndFetch.ll
AgeCommit message (Expand)Author
2011-09-26Convert a bunch more tests over to the new atomic instructions.Eli Friedman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-07-30Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(...Evan Cheng
2008-08-19Add support for the __sync_sub_and_fetch atomics and friends for X86. The codeBill Wendling