eliminate residual cruft related to recognizing bytecode
[oota-llvm.git] / lib / Archive / Archive.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-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-08-24 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-05-06 Jeff CohenApply bug fix supplied by Greg Pettyjohn for a bug...
2005-11-30 Reid SpencerFix a problem with llvm-ranlib that (on some platforms...
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-01-28 Jeff CohenProperly close mapped files.
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-11-20 Reid SpencerDistinguish between BSD4.4 and SVR4 symbol tables
2004-11-16 Reid SpencerPer code review:\
2004-11-14 Reid SpencerFirst working version
2004-11-06 Reid SpencerFirst kinda/sorta working version of the Archive librar...