| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement support for dependent libraries. The "source" module's dependent | Reid Spencer | 2004-09-11 | 1 | -0/+21 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -4/+4 |
* | Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB | Chris Lattner | 2004-08-21 | 1 | -6/+13 |
* | Fix another minor problem that exists if you ahve multiple functions with | Chris Lattner | 2004-08-04 | 1 | -15/+18 |
* | Fix a typeo | Chris Lattner | 2004-08-04 | 1 | -1/+1 |
* | Fix a major regression in my previous checkin | Chris Lattner | 2004-08-04 | 1 | -0/+4 |
* | Stop using getValues(). | Alkis Evlogimenos | 2004-08-04 | 1 | -12/+10 |
* | FindGlobalNamed used to take 2.92s out of 8.39s running a profile build of | Chris Lattner | 2004-08-04 | 1 | -53/+36 |
* | I swear I compiled this, really I did. | Chris Lattner | 2004-08-04 | 1 | -1/+1 |
* | Factor some code out, no substantial change. | Chris Lattner | 2004-08-04 | 1 | -18/+26 |
* | Concisify some code | Chris Lattner | 2004-08-04 | 1 | -24/+16 |
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -1/+1 |
* | bug 122: | Reid Spencer | 2004-07-17 | 1 | -7/+4 |
* | - #include <iostream> since its not in Value.h any more. | Reid Spencer | 2004-07-04 | 1 | -1/+3 |
* | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -1/+1 |
* | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -1/+1 |
* | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -2/+2 |
* | Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us | Chris Lattner | 2004-06-02 | 1 | -4/+4 |
* | Header file moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | Convert to SymbolTable's new lookup and iteration interfaces. | Reid Spencer | 2004-05-25 | 1 | -23/+23 |
* | Don't use invalid HTML in a doxygen comment. | Misha Brukman | 2004-04-15 | 1 | -1/+1 |
* | Fix linking of constant expr casts due to type resolution changes. With | Chris Lattner | 2004-03-31 | 1 | -0/+8 |
* | Include Config/config.h for SHLIBEXT. | Alkis Evlogimenos | 2004-02-23 | 1 | -0/+1 |
* | Fix PR245: Linking weak and strong global variables is dependent on link order | Chris Lattner | 2004-02-17 | 1 | -1/+3 |
* | Adjustments to support the new ConstantAggregateZero class | Chris Lattner | 2004-02-15 | 1 | -7/+20 |
* | Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into | John Criswell | 2004-01-26 | 1 | -2/+2 |
* | Remove use of ConstantExpr::getShift | Chris Lattner | 2004-01-12 | 1 | -6/+0 |
* | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 1 | -4/+2 |
* | Modified the logic so that library objects with main() are only linked in | John Criswell | 2003-12-23 | 1 | -6/+7 |
* | Modified the linker so that it always links in an object from an archive | John Criswell | 2003-12-23 | 1 | -11/+21 |
* | * The return value of LinkLibraries is ignored, so remove it. | Chris Lattner | 2003-11-28 | 1 | -36/+27 |
* | Add ability to search only for native shared object, and expose the | Misha Brukman | 2003-11-20 | 1 | -7/+5 |
* | Spew symbolic types! | Chris Lattner | 2003-11-20 | 1 | -3/+8 |
* | When we find a module we want, in an archive, in verbose mode, | Brian Gaeke | 2003-11-16 | 1 | -6/+13 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 2 | -0/+7 |
* | Move IsArchive, IsBytecode to FileUtilities. Fix up some method comments. | Brian Gaeke | 2003-11-11 | 1 | -60/+17 |
* | This version of Linker.cpp works a lot better, but it's a little messy. Sorry. | Brian Gaeke | 2003-11-11 | 1 | -20/+28 |
* | Shorten and correct some function-header comments. | Brian Gaeke | 2003-11-05 | 1 | -53/+28 |
* | Further fixes for PR93 | Chris Lattner | 2003-11-05 | 1 | -1/+7 |
* | Checking in Chris's suggestions: | John Criswell | 2003-11-04 | 1 | -3/+32 |
* | Fix test: Linker/2003-10-27-LinkOncePromote.ll | Chris Lattner | 2003-10-27 | 1 | -27/+29 |
* | Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll | Chris Lattner | 2003-10-21 | 1 | -13/+10 |
* | Fix message to make more sense and confuse Chris less | Chris Lattner | 2003-10-21 | 1 | -2/+7 |
* | Fix off-by-one error in processing of libraries named on command line. | Brian Gaeke | 2003-10-21 | 1 | -1/+1 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | fix file header | Chris Lattner | 2003-10-20 | 1 | -1/+0 |
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Add support for 'weak' linkage. | Chris Lattner | 2003-10-16 | 1 | -5/+32 |
* | Don't include "Config/stdlib.h". | Brian Gaeke | 2003-10-10 | 1 | -1/+0 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -3/+3 |