aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Archive/Archive.cpp
Commit message (Expand)AuthorAgeFilesLines
* For PR1050:Reid Spencer2006-12-151-1/+6
* For PR797:Reid Spencer2006-08-241-12/+16
* For PR797:Reid Spencer2006-08-221-2/+6
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-2/+4
* Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is ...Jeff Cohen2006-05-061-1/+1
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-301-2/+22
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-13/+13
* Use the actual uid/gid for defaulting the fields in the archive.Reid Spencer2005-04-211-2/+3
* Properly close mapped files.Jeff Cohen2005-01-281-1/+1
* Path::get -> Path::toStringReid Spencer2004-12-111-7/+7
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-201-4/+10
* Per code review:\Reid Spencer2004-11-161-1/+2
* First working versionReid Spencer2004-11-141-2/+128
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-061-0/+24