For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
[oota-llvm.git] / lib / Bytecode / Reader / ReaderWrappers.cpp
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-07 Chris Lattnerremove support for old-style varargs upgrading
2006-12-15 Reid SpencerFix long standing issue with propagating error message...
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-10-12 Chris LattnerFix massive resource leaks in the bytecode reader....
2006-08-25 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2006-06-07 Reid SpencerFor PR787:
2005-12-26 Duraid MadinaI bet pinski knows why g++ accepts this stuff
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-19 Andrew Lenharthva_end fix
2005-06-18 Andrew Lenharthcore changes for varargs
2005-06-08 Andrew LenharthRemove code for conversion from old style va_args....
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-13 Reid SpencerMake the check for global variables the same as the...
2005-02-13 Chris LattnerDo not put internal symbols into the symbol table....
2004-12-21 Reid SpencerFor PR351:
2004-12-20 Reid SpencerRemove the #include of llvm/Config/unistd.h as it is...
2004-12-13 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-22 Reid SpencerFix a comment to imply the correct semantics.
2004-11-16 Reid SpencerPer code review:\
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerAdd wrappers to get defined symbols from bytecode
2004-11-06 Reid SpencerImplement the GetBytecodeSymbols interface function...
2004-09-12 Misha BrukmanUnbreak doxygen, according to Reid.
2004-09-12 Misha BrukmanFix code spacing/alignment
2004-09-11 Reid SpencerChange interface to use correct typedef so it will...
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: