summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ReaderWrappers.cpp
Commit message (Expand)AuthorAge
* * New revised variable argument handling supportChris Lattner2003-10-18
* Add separator between different types of readers.Misha Brukman2003-10-16
* Destroy allocated resources on exception.Misha Brukman2003-10-08
* All of our supported operating systems (so far) and FreeBSD technicallyBrian Gaeke2003-10-06
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-04
* Do not leak the ModuleProvider if releaseModule() throws.Chris Lattner2003-10-04
* Define the instance variable Buffer, not the automatic variable Buffer.Chris Lattner2003-09-25
* Fix alignment problemChris Lattner2003-09-24
* Actually assign the string correctly through the std::string pointer.Misha Brukman2003-09-24
* * Eliminate BytecodeBufferReader::Length member variableMisha Brukman2003-09-24
* Added code that ensures that we pass the beginning of the data buffer toJohn Criswell2003-09-23
* * Group class definitions & implementations togetherMisha Brukman2003-09-23
* * Constantify arguments to copy functionMisha Brukman2003-09-23
* Added file header comment.Misha Brukman2003-09-22
* * Cleaned up code:Misha Brukman2003-09-22