summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Archive/ArchiveWriter.cpp
Commit message (Expand)AuthorAge
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-30
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* Eliminate calls to system dependent function getuid by usingReid Spencer2005-04-21
* Initialize fields mode, uid, and gid.Misha Brukman2005-04-20
* Properly close mapped files.Jeff Cohen2005-01-28
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-20
* For PR351:Reid Spencer2004-12-15
* Path::get -> Path::toStringReid Spencer2004-12-11
* Adjust to Compressor interface changeReid Spencer2004-11-25
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-20
* Correct the computation of when to add the padding. It is not based on theReid Spencer2004-11-19
* Fix some things for Mac OSX archives:Reid Spencer2004-11-17
* Adjust long file name writing to match BSD 4.4 and Mac OSX style archives.Reid Spencer2004-11-17
* Fix typeo in comment.Reid Spencer2004-11-16
* Per code review:\Reid Spencer2004-11-16
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-15
* First working versionReid Spencer2004-11-14
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-06