summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/IndMemRemoval.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove the IndMemRemPass, which only made sense for when malloc/free were int...Chris Lattner2009-10-181-99/+0
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-14/+23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-6/+7
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+0
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+2
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-151-1/+1
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-4/+4
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-2/+2
* The function that does nothing but call malloc is noalias return.Nick Lewycky2009-01-251-5/+6
* fix crash when the malloc/free function is defined or is a declaration with 0...Nuno Lopes2008-09-061-4/+2
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-2/+3
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-10/+10
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* 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
OpenPOWER on IntegriCloud