aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/IndMemRemoval.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-161-4/+4
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* For PR411:Reid Spencer2007-02-051-2/+2
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-2/+2
* For PR1043:Reid Spencer2007-01-191-0/+1
* For PR950:Reid Spencer2006-12-311-2/+2
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-191-13/+4
* Replace CastInst::createInferredCast calls with more accurate castReid Spencer2006-12-131-2/+2
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* For PR950:Reid Spencer2006-11-271-1/+2
* Replace #include <iostream> with llvm_* streams.Bill Wendling2006-11-261-1/+0
* For PR786:Reid Spencer2006-11-021-1/+1
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* linear -> constant timeAndrew Lenharth2006-04-131-3/+3
* Add a simple pass to make sure that all (non-library) calls to malloc and freeAndrew Lenharth2006-04-101-0/+92