aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LowerAtomic.cpp
AgeCommit message (Expand)Author
2011-10-06Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman
2011-08-19Make a bunch of symbols private.Benjamin Kramer
2011-08-09Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman
2011-07-29Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to beEli Friedman
2011-07-28Fix a use after free. An instruction can't be both an intrinsic call and a fe...Benjamin Kramer
2011-07-27Misc mid-level changes for new 'fence' instruction.Eli Friedman
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-09-05more cleanupsChris Lattner
2010-09-05Change lower atomic pass to use IntrinsicInst to simplify it a bit.Chris Lattner
2010-08-23Now that PassInfo and Pass::ID have been separated, move the rest of the pass...Owen Anderson
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Fix uninitialized variable warning.Nick Lewycky
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-03Add an atomic lowering passPeter Collingbourne