summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/atomic_add.ll
AgeCommit message (Expand)AuthorFilesLines
2014-10-08[X86] Don't transform atomic-load-add into an inc/dec when inc/dec is slowRobin Morisset1-0/+17
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin1-24/+24
2013-03-06Fix PR15355Michael Liao1-1/+1
2012-09-19Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArithMichael Liao1-1/+2
2011-09-26Convert a bunch more tests over to the new atomic instructions.Eli Friedman1-66/+50
2010-04-28Enable i16 to i32 promotion by default.Evan Cheng1-1/+1
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2009-07-30Optimize some common usage patterns of atomic built-ins __sync_add_and_fetch(...Evan Cheng1-0/+217