summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
AgeCommit message (Expand)Author
2015-05-26Print "lock \t foo" instead of "lock \n foo".Rafael Espindola
2014-07-01X86: expand atomics in IR instead of as MachineInstrs.Tim Northover
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-11-12Fix PR14314Michael Liao
2012-09-20Specify CPu to prevent failure on ATOM due to different code schedulingMichael Liao
2012-09-20Re-work X86 code generation of atomic ops with spin-loopMichael Liao
2011-09-26Convert a bunch more tests over to the new atomic instructions.Eli Friedman
2010-04-17Start function numbering at 0.Dan Gohman
2010-01-08Fix a critical bug in 64-bit atomic operation lowering for 32-bit. The result...Evan Cheng