- d607491 This file was originally developed by the LLVM research group so this comment should stay. I also do NOT want my name explicity listed on src files. I am already mentioned in the credits. by Tanya Lattner · 20 years ago
- bd33619 Changes/corrections suggested from Chris Lattner's review. by Reid Spencer · 20 years ago
- c063502 Warning fixes for VC++, contributed by Morten Ofstad! by Chris Lattner · 20 years ago
- 96326f9 Remove unused variable for compilation by VC++. by Reid Spencer · 20 years ago
- 9befac4 Updates to Visual C++ project files for building on win32. by Reid Spencer · 20 years ago
- 1011429 Update relative files. Patch contributed by Morten Ofstad. by Reid Spencer · 20 years ago
- 6b09db5 Provide the ThrowErrno utility. Patch contributed by Morten Ofstad by Reid Spencer · 20 years ago
- abc8650 Adjust implementation to match new interface. Patch provided by Morten Ofstad by Reid Spencer · 20 years ago
- 1405181 Minor cleanups. There is no reason for SCCP to derive from instvisitor anymore. by Chris Lattner · 20 years ago
- b77d5d8 Count more accurately by Chris Lattner · 20 years ago
- 766d6f3 Update list of failing Benchmarks. by Brian Gaeke · 20 years ago
- f28688e Expand Defs to encompass all the possibly-call-clobbered regs. by Brian Gaeke · 20 years ago
- 50e60c7 Quiet warnings on the persephone tester by Chris Lattner · 20 years ago
- 7e529e4 Two minor improvements: by Chris Lattner · 20 years ago
- 14ab537 Replace the textual description with table specifying disk space requirements by Misha Brukman · 20 years ago
- ef36dfd rename InstValue to LatticeValue, as it holds for more than instructions. by Chris Lattner · 20 years ago
- a79a99a Actually get the #include correct so it compiles .. duh. by Reid Spencer · 20 years ago
- 82bec2c Substantially refactor the SCCP class into an SCCP pass and an SCCPSolver by Chris Lattner · 20 years ago
- 2e83ea5 Make it actually compile on Solaris. by Reid Spencer · 20 years ago
- e660bd7 Consolidate the implementation of TimeValue::now() for Unix to use the by Reid Spencer · 20 years ago
- 00b5df4 Consolidate the implementation of TimeValue::now() for Unix to use the by Reid Spencer · 20 years ago
- b323113 * Make sure the string table gets read even if there isn't a foreign by Reid Spencer · 20 years ago
- 766b793 Changes necessary to enable linking of archives without LLVM symbol tables. by Reid Spencer · 20 years ago
- 6238a85 Remove a forgotten debug output line. by Reid Spencer · 20 years ago
- 2fbf978 Implement functionality suggested from code review: getStatusInfo should by Reid Spencer · 20 years ago
- b5a6f41 Changes per code review: by Reid Spencer · 20 years ago
- 7cc371a Linker.h moved to include/llvm from include/llvm/Support. by Reid Spencer · 20 years ago
- a2a6221 Make sure IdentifyFileType is in the sys namespace. by Reid Spencer · 20 years ago
- 6bb6935 Linker.h moved to include/llvm. by Reid Spencer · 20 years ago
- b908356 bugpoint needs LLVMLinker.a now. by Reid Spencer · 20 years ago
- b55bc06 Correct call of methods whose names have changed. by Reid Spencer · 20 years ago
- d292fb9 This program needs libLLVMLinker.a now by Reid Spencer · 20 years ago
- 605b9e2 Linker.h has a new home. by Reid Spencer · 20 years ago
- ce2bc2b Moved to lib/Bytecode/Archive. by Reid Spencer · 20 years ago
- 98bc8ed Add missing include. by Alkis Evlogimenos · 20 years ago
- 227b6d0 Fix usage of changed function prototype by Reid Spencer · 20 years ago
- 63ab669 A tool for adding a symbol table to LLVM Archives by Reid Spencer · 20 years ago
- 8d18dcf Makefile for llvm-ranlib tool by Reid Spencer · 20 years ago
- 63efb77 *Fix usage of changed function prototype*Use Archive interface to symbol table for archives by Reid Spencer · 20 years ago
- d129664 This tool needs libLLVMArchive now by Reid Spencer · 20 years ago
- 0486e17 Remove linking declarations (in Linker.h now) by Reid Spencer · 20 years ago
- 1893f92 We need the libLLVMArchive library now by Reid Spencer · 20 years ago
- 8c6ee66 Moved to lib/Linker (common with gccld) by Reid Spencer · 20 years ago
- 3a1582b Total rewrite using Archive library & new functionality by Reid Spencer · 20 years ago
- c7ebfdd This tool needs the libLLVMArchive library now. by Reid Spencer · 20 years ago
- 6903c86 Remove linking declarations (in Linker.h now) by Reid Spencer · 20 years ago
- 4c1af90 Provide exception handling by Reid Spencer · 20 years ago
- 5e081fb Moved to lib/Linker by Reid Spencer · 20 years ago
- cd18a83 Add the llvm-ranlib tool by Reid Spencer · 20 years ago
- f5fae0b Use llvm-ar not ar for constructing archive. Wrap at 80 cols. by Reid Spencer · 20 years ago
- 64a10ce Forget strerror_r, it causes problems. Fix later when threading matters by Reid Spencer · 20 years ago
- d351871 Implement the toString method by Reid Spencer · 20 years ago
- 9446559 Update for prototype changes by Reid Spencer · 20 years ago
- eaf1815 * Implement getDirectoryContents * Implement getStatusInfo * Implement setStatusInfo * Implement renameFile by Reid Spencer · 20 years ago
- 083507c Fix bugs in class invariant by Reid Spencer · 20 years ago
- fb9aac8 Include the correct implementation file by Reid Spencer · 20 years ago
- 44cbf36 Don't exceed 80 columns. by Reid Spencer · 20 years ago
- f37ce99 Implement IdentifyFileType function by Reid Spencer · 20 years ago
- e3c6ad7 Implement the high level interface to make (de)compression easier. by Reid Spencer · 20 years ago
- ad0846b Implement the MoreHelp utility that calls a function to printmore help information if the MoreHelp global is not null. by Reid Spencer · 20 years ago
- a455cca Don't bother with a re-linked library, ensure archive library is built. by Reid Spencer · 20 years ago
- 8bbb17a *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol tables. by Reid Spencer · 20 years ago
- a70d84d Simplify compression code by using the high level interface to the Compressor by Reid Spencer · 20 years ago
- 565ff3d Add wrappers to get defined symbols from bytecode by Reid Spencer · 20 years ago
- d3539b8 Simplify handling of decompression by Reid Spencer · 20 years ago
- 61aaf2e Simplify decompression code by using the high level interface to the Compressor by Reid Spencer · 20 years ago
- f9d7a51 Completely rewritten to allow reading of archives and symbol table lookup in a more efficient manner. by Reid Spencer · 20 years ago
- bc9fc84 Implementation declarations for Archive by Reid Spencer · 20 years ago
- cf6afc6 First working version by Reid Spencer · 20 years ago
- 5544b5e Add the Archive library by Reid Spencer · 20 years ago
- 9d969b8 Add the Linker library by Reid Spencer · 20 years ago
- f31c7ff *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*Add ability to convert to readable string. by Reid Spencer · 20 years ago
- 00e9ca7 Make the remove*OnSignal functions deal with Paths not strings by Reid Spencer · 20 years ago
- c5fe253 *Put the StatusInfo type in the right section. *Provide the ability to rename a file.*Provide the ability to get/set stat(2) information.*Provide the ability to identify LLVM file types. by Reid Spencer · 20 years ago
- 8d2a8c3 Allow explicit closing of the MappedFile, before destruction by Reid Spencer · 20 years ago
- f447156 Linker is its own module now. Moved to include/llvm/Linker.h by Reid Spencer · 20 years ago
- 14ef014 Add higher level interface to simplify use of Compressor by Reid Spencer · 20 years ago
- cc08ee5 Add the MoreHelp function pointer. If non-null, this specifies a function to be called to print out additional help information by Reid Spencer · 20 years ago
- 33e2fcd Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate form for GetBytecodeSymbols. by Reid Spencer · 20 years ago
- 9461bd7 Complete rewrite to get first working version. by Reid Spencer · 20 years ago
- 5991dcb Add a command for using llvm-ar correctly. by Reid Spencer · 20 years ago
- 56ae518 Interface to Linker (revised/expanded from Support/Linker.h) by Reid Spencer · 20 years ago
- 3c8f2c6 GhostLinkage not allowed in LLVM AsmWriter, either by Misha Brukman · 20 years ago
- d2691fd GhostLinkage should not reach asm printing stage by Misha Brukman · 20 years ago
- 3a8a42a Handle GhostLinkage (should not ever reach the assembly printing stage!) by Misha Brukman · 20 years ago
- a3e6ad6 Mark an unmaterialized function as having GhostLinkage by Misha Brukman · 20 years ago
- f2cdf5e Add GhostLinkage for marking functions before they're fully materialized by Misha Brukman · 20 years ago
- bd38edf If a global is just loaded and restored, realize that it is not changing by Chris Lattner · 20 years ago
- 826c47e New testcase. Believe it or not, this happens a LOT in vortex by Chris Lattner · 20 years ago
- fc25659 Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) by Misha Brukman · 20 years ago
- 7d0a022 Moved from include/llvm/Support/Linker.h by Reid Spencer · 20 years ago
- 9577667 Moved to lib/Bytecode/Archive in preparation for re-write. by Reid Spencer · 20 years ago
- b589344 This optimization makes MANY phi nodes that all have the same incoming value. by Chris Lattner · 20 years ago
- bac3286 Implement instcombine/phi.ll:test6 - pulling operations through PHI nodes. by Chris Lattner · 20 years ago
- 6e54db0 New testcase: the phi can be eliminated if the casts are sucked into it. by Chris Lattner · 20 years ago
- e58b254 Fix typo by Chris Lattner · 20 years ago
- 56ef3ae add a testcase, which we already handle by Chris Lattner · 20 years ago
- 711b340 Transform this: %X = alloca ... %Y = alloca ... X == Y by Chris Lattner · 20 years ago
- 6739eae Remove note to self by Chris Lattner · 20 years ago
- da9b366 Fix problem with insertion point for ADJCALLSTACKDOWN. by Brian Gaeke · 20 years ago