aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/RaiseAllocations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Use Instruction::eraseFromParent().Dan Gohman2008-06-211-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-4/+3
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-5/+6
* Do not raise free() call that is called through invoke instruction.Devang Patel2007-10-171-0/+2
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-2/+2
* Change comments to refer to @malloc and @free instead of %malloc and %free.Dan Gohman2007-08-271-3/+3
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+249