| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 8847
|
|
|
|
|
|
| |
This was causing us to munmap random stuff, which is obviously bad.
llvm-svn: 8709
|
|
|
|
| |
llvm-svn: 8707
|
|
|
|
| |
llvm-svn: 8704
|
|
|
|
|
|
|
| |
* Kill unused ALIN_PTRS #define
* Set the error string if user passed it in to be compatible with former API
llvm-svn: 8701
|
|
|
|
|
|
| |
the parsing routines regardless of whether the buffer is re-aligned or not.
llvm-svn: 8693
|
|
|
|
|
|
|
|
| |
* Make sure we align the buffer we're given
* Do not let exceptions propagate when the caller asks for a Module*
* Add doxygenified comments to wrapper functions
llvm-svn: 8682
|
|
|
|
|
|
| |
* Stop using a #define, make it an inline if statement
llvm-svn: 8678
|
|
|
|
| |
llvm-svn: 8675
|
|
- no more passing around a string pointer to set errors
- no more returning booleans and checking for errors, we use C++ exceptions
* Broke functionality into 2 new classes, one reads from file, one from a stream
* Implemented lazy function streaming - the parser can read in a function at-a-time
llvm-svn: 8671
|