More templatization.
[oota-llvm.git] / lib / Archive / ArchiveWriter.cpp
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 LattnerSwitch this over to bitcode instead of bytecode.
2007-05-06 Chris Lattneradd bitcode support
2007-04-04 Reid SpencerFor PR1302:
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerFor PR789:
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-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-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...
2005-11-30 Reid SpencerFix a problem with llvm-ranlib that (on some platforms...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerEliminate calls to system dependent function getuid...
2005-04-20 Misha BrukmanInitialize fields mode, uid, and gid.
2005-01-28 Jeff CohenProperly close mapped files.
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-20 Jeff CohenFix problems uncovered by VC++ (first time compiled...
2004-12-15 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-25 Reid SpencerAdjust to Compressor interface change
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-17 Reid SpencerFix some things for Mac OSX archives:
2004-11-17 Reid SpencerAdjust long file name writing to match BSD 4.4 and...
2004-11-16 Reid SpencerFix typeo in comment.
2004-11-16 Reid SpencerPer code review:\
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerFirst working version
2004-11-06 Reid SpencerFirst kinda/sorta working version of the Archive librar...