Changes For Bug 352
[oota-llvm.git] / lib / Bytecode / Reader / ReaderWrappers.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-24 Reid SpencerAdd a wrapper for extraction of the dependent libraries...
2004-08-21 Reid SpencerTwo Changes:
2004-08-04 Reid SpencerTurn a use of intptr_t into a reinterpret_cast<uint64_t...
2004-07-05 Reid SpencerFinalize bytecode dumping. The "handleFinish" method...
2004-07-04 Reid SpencerRemove tabs. Move function declaration to Reader.h...
2004-06-29 Reid SpencerAdjustments to allow Bytecode Reading to support the...
2004-05-28 Chris LattnerUse the new FileUtilities.h API for mapping a file...
2003-12-30 Chris LattnerUse new getFileSize function instead of sys/stat.h...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-12 Brian GaekeThrow better error messages, by calling strerror(errno...
2003-11-19 Chris LattnerFine grainify namespacification, #include file that...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
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: