aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/RaiseAllocations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-3/+1
* bug 122:Reid Spencer2004-07-181-6/+6
* Implement RaiseAllocations/FreeCastConstantExpr.llChris Lattner2003-12-071-12/+37
* Finegrainify namespacificationChris Lattner2003-11-211-4/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix bug raising allocations whose call sites were invoke instructions.Chris Lattner2003-09-161-0/+15
* Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass.Chris Lattner2003-09-011-54/+75
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Fix handling of 'free' if it has absolutely no prototypeChris Lattner2003-08-111-0/+7
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-22/+21
* Function.h is unnecessary when Module.h is included.Misha Brukman2002-09-141-1/+0
* Change the MallocInst & AllocaInst ctors to take the allocated type, not theChris Lattner2002-09-131-2/+1
* Fix bug in previous checkinChris Lattner2002-09-101-0/+1
* Clean up code due to auto-insert constructorsChris Lattner2002-09-101-23/+12
* * Add support for different "PassType's"Chris Lattner2002-07-261-2/+2
* Merge ChangeAllocations into scalar.hChris Lattner2002-07-231-1/+1
* * Remove getPassName implementationChris Lattner2002-07-231-3/+3
* * Correctly get prototype for void*malloc(size_t)Chris Lattner2002-07-181-2/+11
* MEGAPATCH checkin.Chris Lattner2002-06-251-13/+13
* Support programs that do not #include <malloc.h> or give a full prototypeChris Lattner2002-05-241-3/+42
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-0/+5
* fix comments and documentation in fileChris Lattner2002-05-071-6/+4
* Split ChangeAllocations.cpp into Raise & LowerAllocations.cppChris Lattner2002-05-071-0/+108