summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* * Constantify arguments to copy functionMisha Brukman2003-09-231-8/+4
| | | | | | * Stop using a #define, make it an inline if statement llvm-svn: 8678
* Added file header comment.Misha Brukman2003-09-221-0/+7
| | | | llvm-svn: 8675
* * Cleaned up code:Misha Brukman2003-09-221-0/+170
- 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
OpenPOWER on IntegriCloud