aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-11-15Substantially refactor the SCCP class into an SCCP pass and an SCCPSolverChris Lattner
2004-11-15Make it actually compile on Solaris.Reid Spencer
2004-11-15Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer
2004-11-15Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer
2004-11-15* Make sure the string table gets read even if there isn't a foreignReid Spencer
2004-11-15Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer
2004-11-14Remove a forgotten debug output line.Reid Spencer
2004-11-14Implement functionality suggested from code review: getStatusInfo shouldReid Spencer
2004-11-14Changes per code review:Reid Spencer
2004-11-14Linker.h moved to include/llvm from include/llvm/Support.Reid Spencer
2004-11-14Make sure IdentifyFileType is in the sys namespace.Reid Spencer
2004-11-14Linker.h moved to include/llvm.Reid Spencer
2004-11-14bugpoint needs LLVMLinker.a now.Reid Spencer
2004-11-14Correct call of methods whose names have changed.Reid Spencer
2004-11-14This program needs libLLVMLinker.a nowReid Spencer
2004-11-14Linker.h has a new home.Reid Spencer
2004-11-14Moved to lib/Bytecode/Archive.Reid Spencer
2004-11-14Add missing include.Alkis Evlogimenos
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-11-14A tool for adding a symbol table to LLVM ArchivesReid Spencer
2004-11-14Makefile for llvm-ranlib toolReid Spencer
2004-11-14*Fix usage of changed function prototype*Use Archive interface to symbol tabl...Reid Spencer
2004-11-14This tool needs libLLVMArchive nowReid Spencer
2004-11-14Remove linking declarations (in Linker.h now)Reid Spencer
2004-11-14We need the libLLVMArchive library nowReid Spencer
2004-11-14Moved to lib/Linker (common with gccld)Reid Spencer
2004-11-14Total rewrite using Archive library & new functionalityReid Spencer
2004-11-14This tool needs the libLLVMArchive library now.Reid Spencer
2004-11-14Remove linking declarations (in Linker.h now)Reid Spencer
2004-11-14Provide exception handlingReid Spencer
2004-11-14Moved to lib/LinkerReid Spencer
2004-11-14Add the llvm-ranlib toolReid Spencer
2004-11-14Use llvm-ar not ar for constructing archive. Wrap at 80 cols.Reid Spencer
2004-11-14Forget strerror_r, it causes problems. Fix later when threading mattersReid Spencer
2004-11-14Implement the toString methodReid Spencer
2004-11-14Update for prototype changesReid Spencer
2004-11-14* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer
2004-11-14Fix bugs in class invariantReid Spencer
2004-11-14Include the correct implementation fileReid Spencer
2004-11-14Don't exceed 80 columns.Reid Spencer
2004-11-14Implement IdentifyFileType functionReid Spencer
2004-11-14Implement the high level interface to make (de)compression easier.Reid Spencer
2004-11-14Implement the MoreHelp utility that calls a function to printmore help inform...Reid Spencer
2004-11-14Don't bother with a re-linked library, ensure archive library is built.Reid Spencer
2004-11-14*Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol...Reid Spencer
2004-11-14Simplify compression code by using the high level interface to the CompressorReid Spencer
2004-11-14Add wrappers to get defined symbols from bytecodeReid Spencer
2004-11-14Simplify handling of decompressionReid Spencer
2004-11-14Simplify decompression code by using the high level interface to the CompressorReid Spencer
2004-11-14Completely rewritten to allow reading of archives and symbol table lookup in ...Reid Spencer