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