aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Allocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Smarter Reset(). Instead of deallocating all memory regions and reallocate theEvan Cheng2007-09-081-5/+17
* Added Reset() to free all allocated memory regions and reset state to be the ...Evan Cheng2007-09-051-0/+6
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+111