More templatization.
[oota-llvm.git] / lib / Archive /
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattneradjust this to live in lib/Archive
2007-05-06 Chris LattnerSwitch this over to bitcode instead of bytecode.
2007-05-06 Chris Lattneradd bitcode support
2007-04-07 Reid SpencerAvoid a useless temporary constrution.
2007-04-07 Reid SpencerFix another PathWithStatus issue.
2007-04-04 Reid SpencerFor PR1302:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerFor PR789:
2007-02-07 Chris Lattnermove archive-specific stuff out of bcreader into archiv...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2006-12-15 Reid SpencerFor PR1050:
2006-11-28 Bill WendlingUse ostream instead of iostream
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Reid SpencerFor PR797:
2006-08-24 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerInverse the error check logic for the MappedFile::map...
2006-08-22 Reid SpencerFor PR797:
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-28 Chris LattnerExceptions are thrown by and through this library.
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-07-07 Chris LattnerThese libs use EH info
2006-05-12 Reid SpencerWhen reading the symbol table, make sure to delete...
2006-05-06 Jeff CohenApply bug fix supplied by Greg Pettyjohn for a bug...
2005-12-26 Duraid Madinamore C++ daintiness
2005-11-30 Reid SpencerFix a problem with llvm-ranlib that (on some platforms...
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-09-23 Chris Lattnerspeed up Archive::isBytecodeArchive in the case when...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerUse the actual uid/gid for defaulting the fields in...
2005-04-21 Reid SpencerEliminate calls to system dependent function getuid...
2005-04-20 Misha BrukmanInitialize fields mode, uid, and gid.
2005-04-20 Misha BrukmanAlign comments together for consistency
2005-02-26 Reid SpencerImplement an isBytecodeArchive method to determine...
2005-01-28 Jeff CohenProperly close mapped files.
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-29 Reid SpencerRemove potential platform portability issue with size...
2004-12-20 Jeff CohenFix problems uncovered by VC++ (first time compiled...
2004-12-15 Reid SpencerFor PR351:
2004-12-13 Reid SpencerMake sure the Archive gets deleted if there's an error.
2004-12-13 Reid SpencerImplement error handling in OpenAndLoad* functions...
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-28 Reid SpencerCompute the firstFileOffset correctly after reading...
2004-11-25 Reid SpencerAdjust to Compressor interface change
2004-11-23 Reid SpencerAllow reading of member names that begin with an _...
2004-11-20 Reid SpencerDistinguish between BSD4.4 and SVR4 symbol tables
2004-11-19 Reid SpencerCorrect the computation of when to add the padding...
2004-11-19 Reid SpencerDon't save an iterator, just use post-increment.
2004-11-19 Reid SpencerMake findModulesDefiningSymbols modify its symbols...
2004-11-17 Reid SpencerFix some things for Mac OSX archives:
2004-11-17 Reid SpencerMake sure we parse bytecode with a module identifier...
2004-11-17 Reid SpencerAdjust long file name writing to match BSD 4.4 and...
2004-11-17 Reid SpencerDespite documentation to the contrary, Mac OSX and...
2004-11-16 Reid SpencerFix typeo in comment.
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-15 Reid Spencer* Make sure the string table gets read even if there...
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerCompletely rewritten to allow reading of archives and...
2004-11-14 Reid SpencerImplementation declarations for Archive
2004-11-14 Reid SpencerFirst working version
2004-11-14 Reid SpencerMoved to lib/Bytecode/Archive in preparation for re...
2004-11-09 John CriswellRecognize compressed LLVM bytecode files.
2004-11-06 Reid SpencerMakefile for the LLVMArchive library.
2004-11-06 Reid SpencerFirst kinda/sorta working version of the Archive librar...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-04 Reid SpencerAdd #include <iostream> which is needed now that Value...
2004-05-28 Chris LattnerUse the new FileUtilities.h API for mapping a file...
2004-03-31 Brian GaekeUse the true, decoded name of the archive member in...
2004-01-10 Chris Lattner* finegrainify namespacification of ArchiveReader.cpp
2003-12-30 Chris LattnerUse new getFileSize function instead of sys/stat.h...
2003-12-22 John CriswellReverted back to revision 1.11. The previous fix doesn...
2003-12-20 John CriswellFix PR#193.
2003-12-17 Brian GaekeMake getObjectType() smarter about ranlibbed Mac OS...
2003-12-11 Brian GaekeIn getObjectType(), doxygenify comment, and take a...
2003-11-16 Brian GaekeImplement skeletal support for __.SYMDEF (ranlib) secti...
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-09-22 Chris LattnerUpdate file header for renamed file
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-04-23 Misha BrukmanFixed 'prevalent'.
2003-04-22 Chris LattnerPreserve module source information in the ModuleID
2003-04-19 Chris LattnerInitial support for reading standard .a files