aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Archive/Archive.cpp
AgeCommit message (Expand)Author
2007-05-06move this to lib/ArchiveChris Lattner
2007-05-06Switch this over to bitcode instead of bytecode.Chris Lattner
2007-04-07Avoid a useless temporary constrution.Reid Spencer
2007-04-07Fix another PathWithStatus issue.Reid Spencer
2007-04-04For PR1302:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-03-29For PR789:Reid Spencer
2007-02-07move archive-specific stuff out of bcreader into archive library.Chris Lattner
2007-02-07push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner
2006-12-15For PR1050:Reid Spencer
2006-08-24For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-07-28Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner
2006-05-06Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is ...Jeff Cohen
2005-11-30Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer
2005-01-28Properly close mapped files.Jeff Cohen
2004-12-11Path::get -> Path::toStringReid Spencer
2004-11-20Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer
2004-11-16Per code review:\Reid Spencer
2004-11-14First working versionReid Spencer
2004-11-06First kinda/sorta working version of the Archive library. Reading is notReid Spencer