aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/GEPSplitter.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
2009-10-26Check in the experimental GEP splitter pass. This pass splits complexDan Gohman