Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Bytecode / Reader / ReaderWrappers.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-18 Chris Lattner* New revised variable argument handling support
2003-10-16 Misha BrukmanAdd separator between different types of readers.
2003-10-08 Misha BrukmanDestroy allocated resources on exception.
2003-10-06 Brian GaekeAll of our supported operating systems (so far) and...
2003-10-04 Chris LattnerRename AbstractModuleProvider -> ModuleProvider, to...
2003-10-04 Chris LattnerDo not leak the ModuleProvider if releaseModule() throws.
2003-09-25 Chris LattnerDefine the instance variable Buffer, not the automatic...
2003-09-24 Chris LattnerFix alignment problem
2003-09-24 Misha BrukmanActually assign the string correctly through the std...
2003-09-24 Misha Brukman* Eliminate BytecodeBufferReader::Length member variable
2003-09-23 John CriswellAdded code that ensures that we pass the beginning...
2003-09-23 Misha Brukman* Group class definitions & implementations together
2003-09-23 Misha Brukman* Constantify arguments to copy function
2003-09-22 Misha BrukmanAdded file header comment.
2003-09-22 Misha Brukman* Cleaned up code: