summaryrefslogtreecommitdiff
path: root/lib/Support/MemoryBuffer.cpp
Commit message (Expand)AuthorAge
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-05
* fcntl.h is pretty standard on unix (without the sys/)Gabor Greif2008-04-30
* Fix compilation errors on MSVC. Patch by Argiris Kirtzidis!Bill Wendling2008-04-01
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-01
* Reimplement MemoryBuffer::getFile with three enhancements:Chris Lattner2008-04-01
* Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner2008-04-01
* Remove MappedFile support for mapping files for write and execChris Lattner2008-04-01
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix the Linker testcase regressions, by making MemoryBuffer::getFileOrSTDIN r...Chris Lattner2007-11-18
* Add new MemoryBuffer::getMemBufferCopy method.Chris Lattner2007-10-09
* Make getSTDIN return null if the standard input is empty, as the header fileReid Spencer2007-08-08
* Fix undefined behaviour reported by the new --enable-expensive-checks option.Nick Lewycky2007-07-01
* fix a memory leakChris Lattner2007-05-11
* Unbreak VC++ build.Jeff Cohen2007-05-07
* Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner2007-05-06
* Fix MemoryBuffer::getFile to return null if it has an error opening theChris Lattner2007-05-06
* Fix MemoryBuffer breakage correctly.Jeff Cohen2007-04-29
* Unbreak build.Jeff Cohen2007-04-29
* Add a new memorybuffer class, to unify all the file reading code in the systemChris Lattner2007-04-29