Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make getSTDIN return null if the standard input is empty, as the header file | Reid Spencer | 2007-08-08 | 1 | -2/+4 |
* | Fix undefined behaviour reported by the new --enable-expensive-checks option. | Nick Lewycky | 2007-07-01 | 1 | -1/+2 |
* | fix a memory leak | Chris Lattner | 2007-05-11 | 1 | -1/+1 |
* | Unbreak VC++ build. | Jeff Cohen | 2007-05-07 | 1 | -0/+2 |
* | Enhance MemoryBuffer to return error messages in strings if they occur. | Chris Lattner | 2007-05-06 | 1 | -7/+11 |
* | Fix MemoryBuffer::getFile to return null if it has an error opening the | Chris Lattner | 2007-05-06 | 1 | -8/+20 |
* | Fix MemoryBuffer breakage correctly. | Jeff Cohen | 2007-04-29 | 1 | -1/+1 |
* | Unbreak build. | Jeff Cohen | 2007-04-29 | 1 | -1/+2 |
* | Add a new memorybuffer class, to unify all the file reading code in the system | Chris Lattner | 2007-04-29 | 1 | -0/+239 |