aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/IndMemRemoval.cpp
AgeCommit message (Expand)Author
2007-02-05Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-19For PR1043:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-19Eliminate static ctors due to Statistic objectsChris Lattner
2006-12-13Replace CastInst::createInferredCast calls with more accurate castReid Spencer
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-27For PR950:Reid Spencer
2006-11-26Replace #include <iostream> with llvm_* streams.Bill Wendling
2006-11-02For PR786:Reid Spencer
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-04-13linear -> constant timeAndrew Lenharth
2006-04-10Add a simple pass to make sure that all (non-library) calls to malloc and freeAndrew Lenharth