- 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
- 5179e41 Update lists of failing unit tests. by Brian Gaeke · 20 years ago
- f2c83db Oops, make this test the right thing. by Chris Lattner · 20 years ago
- a990d94 If a function always returns a constant, replace all calls sites with that by Chris Lattner · 20 years ago
- 0240a37 New testcase by Chris Lattner · 20 years ago
- 04fe747 Fix NotTest - round up extraStack to the nearest doubleword, if it is not zero. by Brian Gaeke · 20 years ago
- d878ecd Teach SROA how to promote an array index that is variable, if the dimension by Chris Lattner · 20 years ago
- 6c84e79 New testcase, SROA with variable array index by Chris Lattner · 20 years ago
- b31a828 Update failing Benchmarks; point out that I'm skipping Shootout-C++. by Brian Gaeke · 20 years ago
- f5990ed Rearrange some code, no functionality changes. by Chris Lattner · 20 years ago
- 1c74581 Update expected UnitTests failures. by Brian Gaeke · 20 years ago
- 24b90c3 Rewrite outgoing arg handling to handle more weird corner cases. by Brian Gaeke · 20 years ago
- 54799c2 Support UndefValue emission. by Brian Gaeke · 20 years ago
- d85f0af setting path to prcontext.tcl script. Right now it searches for tclsh in your path, but this should be obtained from configure. by Tanya Lattner · 20 years ago
- 4c989b6 Remove debugging code by Chris Lattner · 20 years ago
- 11a3d7b Argument promotion transforms functions to unconditionally load their by Chris Lattner · 20 years ago
- 32e7a80 Add a testcase we should continue to argpromote by Chris Lattner · 20 years ago
- 78d223e Add a testcase for a function we cannot legally promote the argument of. by Chris Lattner · 20 years ago
- e6c7452 Add useful method, minor cleanups by Chris Lattner · 20 years ago
- 4b2c09f Don't print unneeded labels by Chris Lattner · 20 years ago
- c7185ac Run prcontext.tcl with tclsh and let it be found in the path. This should be found by configure. by Tanya Lattner · 20 years ago
- 28b372f Adding subdirectory dg.exp files in order to be able to use dejagnu to only run specific tests (located in some subdirectory of Regression) by Tanya Lattner · 20 years ago
- de942dc Changed to use tcl script. by Tanya Lattner · 20 years ago
- 4394d51 Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 20 years ago
- 8408d0b New testcase by Chris Lattner · 20 years ago
- 4913cdc Rewrote prcontext.py in tcl. by Tanya Lattner · 20 years ago
- ce7cafa by Chris Lattner · 20 years ago
- 62f5a94 Add missing check by Chris Lattner · 20 years ago
- 44205ca Compile: by Chris Lattner · 20 years ago
- 50af16a Simplify handling of shifts to be the same as we do for adds. Add support by Chris Lattner · 20 years ago
- 706759e New testcase by Chris Lattner · 20 years ago
- f17ffcc Add support for shifts by Chris Lattner · 20 years ago
- 65aedc1 Fold: by Chris Lattner · 20 years ago
- 0c3b390 Lazily create the abort message, so only translation units that use unwind by Chris Lattner · 20 years ago
- 9ecc046 Fix: CodeExtractor/2004-11-12-InvokeExtract.ll by Chris Lattner · 20 years ago
- 8de2da4 New testcase by Chris Lattner · 20 years ago
- 68c311a Fix a bug where the code extractor would get a bit confused handling invoke by Chris Lattner · 20 years ago
- 44c94b9 Simplify handling of constant initializers by Chris Lattner · 20 years ago
- 5c911ab Makefile for lib/Linker by Reid Spencer · 20 years ago
- 7f49602 This file originated in lib/VMCore/Linker.cpp but now lives in by Reid Spencer · 20 years ago
- c408c45 This file originated in tools/gccld/Linker.cpp but now lives in by Reid Spencer · 20 years ago
- 12d7951 * Clean up all the shared library output on uninstall by Reid Spencer · 20 years ago
- 37d813d Document the new llvm-ranlib command. by Reid Spencer · 20 years ago
- 2152cca Correctly terminate a list. by Reid Spencer · 20 years ago
- 742ecbc Document the modifiers and the file format. by Reid Spencer · 20 years ago
- 04252fe Make this build in release mode by Chris Lattner · 20 years ago
- 0aa1899 Add llvm-ar to the index. by Reid Spencer · 20 years ago
- e26ed7a First attempt at llvm-ar documentation. Modifiers need a little more by Reid Spencer · 20 years ago
- d79c7b4 Actually, leave the check in. This prevents us from counting dead arguments by Chris Lattner · 20 years ago
- 3e062ea Fix bug: IPConstantProp/deadarg.ll by Chris Lattner · 20 years ago
- 1f7893f new testcase by Chris Lattner · 20 years ago
- 7863c40 Fix documentation for Makefile target name change. install-bytecode is now by Reid Spencer · 20 years ago
- ff1529b Make IP Constant prop more aggressive about handling self recursive calls. by Chris Lattner · 20 years ago
- 6285016 New testcase by Chris Lattner · 20 years ago
- 546faca Correct the name of stosd for the AT&T syntax: by John Criswell · 20 years ago
- c890bfe Do not let dead constant expressions hanging off of functions prevent IPCP. by Chris Lattner · 20 years ago
- 8ee9da0 Provide conversion from posix time. by Reid Spencer · 20 years ago
- 4b82681 Fix isBytecodeFile to correctly recognized compressed bytecode too. by Reid Spencer · 20 years ago
- 9195f37 * Implement getStatusInfo for getting stat(2) like information by Reid Spencer · 20 years ago
- 31391b6 Make sure llee can deal with compressed bytecode too. by Reid Spencer · 20 years ago
- b581028 Recognize compressed LLVM bytecode files. by John Criswell · 20 years ago