summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/RaiseAllocations.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
OpenPOWER on IntegriCloud