aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader/ReaderWrappers.cpp
AgeCommit message (Expand)Author
2003-11-19Fine grainify namespacification, #include file that defines the interface!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-18* New revised variable argument handling supportChris Lattner
2003-10-16Add separator between different types of readers.Misha Brukman
2003-10-08Destroy allocated resources on exception.Misha Brukman
2003-10-06All of our supported operating systems (so far) and FreeBSD technicallyBrian Gaeke
2003-10-04Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,Chris Lattner
2003-10-04Do not leak the ModuleProvider if releaseModule() throws.Chris Lattner
2003-09-25Define the instance variable Buffer, not the automatic variable Buffer.Chris Lattner
2003-09-24Fix alignment problemChris Lattner
2003-09-24Actually assign the string correctly through the std::string pointer.Misha Brukman
2003-09-24* Eliminate BytecodeBufferReader::Length member variableMisha Brukman
2003-09-23Added code that ensures that we pass the beginning of the data buffer toJohn Criswell
2003-09-23* Group class definitions & implementations togetherMisha Brukman
2003-09-23* Constantify arguments to copy functionMisha Brukman
2003-09-22Added file header comment.Misha Brukman
2003-09-22* Cleaned up code:Misha Brukman