aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/MemoryBuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reimplement MemoryBuffer::getFile with three enhancements:Chris Lattner2008-04-011-85/+64
* Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner2008-04-011-3/+4
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-011-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...Chris Lattner2007-11-181-0/+18
* Add new MemoryBuffer::getMemBufferCopy method.Chris Lattner2007-10-091-2/+15
* Make getSTDIN return null if the standard input is empty, as the header fileReid Spencer2007-08-081-2/+4
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+259