summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix usage of changed function prototypeReid Spencer2004-11-14
* A tool for adding a symbol table to LLVM ArchivesReid Spencer2004-11-14
* Makefile for llvm-ranlib toolReid Spencer2004-11-14
* *Fix usage of changed function prototype*Use Archive interface to symbol tabl...Reid Spencer2004-11-14
* This tool needs libLLVMArchive nowReid Spencer2004-11-14
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-14
* We need the libLLVMArchive library nowReid Spencer2004-11-14
* Moved to lib/Linker (common with gccld)Reid Spencer2004-11-14
* Total rewrite using Archive library & new functionalityReid Spencer2004-11-14
* This tool needs the libLLVMArchive library now.Reid Spencer2004-11-14
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-14
* Provide exception handlingReid Spencer2004-11-14
* Moved to lib/LinkerReid Spencer2004-11-14
* Add the llvm-ranlib toolReid Spencer2004-11-14
* Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer2004-11-14
* Forget strerror_r, it causes problems. Fix later when threading mattersReid Spencer2004-11-14
* Implement the toString methodReid Spencer2004-11-14
* Update for prototype changesReid Spencer2004-11-14
* * Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer2004-11-14
* Fix bugs in class invariantReid Spencer2004-11-14
* Include the correct implementation fileReid Spencer2004-11-14
* Don't exceed 80 columns.Reid Spencer2004-11-14
* Implement IdentifyFileType functionReid Spencer2004-11-14
* Implement the high level interface to make (de)compression easier.Reid Spencer2004-11-14
* Implement the MoreHelp utility that calls a function to printmore help inform...Reid Spencer2004-11-14
* Don't bother with a re-linked library, ensure archive library is built.Reid Spencer2004-11-14
* *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol...Reid Spencer2004-11-14
* Simplify compression code by using the high level interface to the CompressorReid Spencer2004-11-14
* Add wrappers to get defined symbols from bytecodeReid Spencer2004-11-14
* Simplify handling of decompressionReid Spencer2004-11-14
* Simplify decompression code by using the high level interface to the CompressorReid Spencer2004-11-14
* Completely rewritten to allow reading of archives and symbol table lookup in ...Reid Spencer2004-11-14
* Implementation declarations for ArchiveReid Spencer2004-11-14
* First working versionReid Spencer2004-11-14
* Add the Archive libraryReid Spencer2004-11-14
* Add the Linker libraryReid Spencer2004-11-14
* *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*A...Reid Spencer2004-11-14
* Make the remove*OnSignal functions deal with Paths not stringsReid Spencer2004-11-14
* *Put the StatusInfo type in the right section. *Provide the ability to rename...Reid Spencer2004-11-14
* Allow explicit closing of the MappedFile, before destructionReid Spencer2004-11-14
* Linker is its own module now. Moved to include/llvm/Linker.hReid Spencer2004-11-14
* Add higher level interface to simplify use of CompressorReid Spencer2004-11-14
* Add the MoreHelp function pointer. If non-null, this specifies a function to ...Reid Spencer2004-11-14
* Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...Reid Spencer2004-11-14
* Complete rewrite to get first working version.Reid Spencer2004-11-14
* Add a command for using llvm-ar correctly.Reid Spencer2004-11-14
* Interface to Linker (revised/expanded from Support/Linker.h)Reid Spencer2004-11-14
* GhostLinkage not allowed in LLVM AsmWriter, eitherMisha Brukman2004-11-14
* GhostLinkage should not reach asm printing stageMisha Brukman2004-11-14
* Handle GhostLinkage (should not ever reach the assembly printing stage!)Misha Brukman2004-11-14