aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/Sink.cpp
AgeCommit message (Expand)Author
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
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-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-05-07Add an LLVM IR version of code sinking. This uses the same simple algorithmDan Gohman