aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LowerAtomic.cpp
AgeCommit message (Expand)Author
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