summaryrefslogtreecommitdiff
path: root/lib/Support/MemoryBuffer.cpp
Commit message (Expand)AuthorAge
...
* 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