aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader/ReaderWrappers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* * New revised variable argument handling supportChris Lattner2003-10-181-8/+89
* Add separator between different types of readers.Misha Brukman2003-10-161-0/+1
* Destroy allocated resources on exception.Misha Brukman2003-10-081-3/+13
* All of our supported operating systems (so far) and FreeBSD technicallyBrian Gaeke2003-10-061-0/+1
* Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner2003-10-041-6/+4
* Do not leak the ModuleProvider if releaseModule() throws.Chris Lattner2003-10-041-11/+6
* Define the instance variable Buffer, not the automatic variable Buffer.Chris Lattner2003-09-251-3/+2
* Fix alignment problemChris Lattner2003-09-241-1/+1
* Actually assign the string correctly through the std::string pointer.Misha Brukman2003-09-241-2/+2
* * Eliminate BytecodeBufferReader::Length member variableMisha Brukman2003-09-241-26/+7
* Added code that ensures that we pass the beginning of the data buffer toJohn Criswell2003-09-231-1/+1
* * Group class definitions & implementations togetherMisha Brukman2003-09-231-58/+110
* * Constantify arguments to copy functionMisha Brukman2003-09-231-8/+4
* Added file header comment.Misha Brukman2003-09-221-0/+7
* * Cleaned up code:Misha Brukman2003-09-221-0/+170