| Commit message (Expand) | Author | Age | Files | Lines |
* | Report an error if one occurs in releaseModule. | Reid Spencer | 2007-07-22 | 1 | -0/+3 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -1/+1 |
* | switch this to bitcode instead of bytecode | Chris Lattner | 2007-05-06 | 1 | -3/+3 |
* | add bitcode support | Chris Lattner | 2007-05-06 | 1 | -1/+0 |
* | If an archive is not recognized as an LLVM bytecode archive then declare | Reid Spencer | 2007-04-30 | 1 | -1/+6 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -1/+1 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -3/+3 |
* | Remvoe a do-nothing else block. | Reid Spencer | 2006-11-11 | 1 | -6/+1 |
* | For PR998: | Reid Spencer | 2006-11-11 | 1 | -11/+24 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -14/+0 |
* | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 1 | -2/+8 |
* | Finish removal of EH usage from the Archive library. The REQUIRES_EH flag | Reid Spencer | 2006-07-07 | 1 | -1/+3 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -15/+15 |
* | fix some 80 column violations | Chris Lattner | 2005-03-15 | 1 | -4/+11 |
* | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner | 2005-03-15 | 1 | -2/+2 |
* | Minor cleanup. No need to explicitly tell the compiler the template arguments. | Chris Lattner | 2005-02-13 | 1 | -3/+2 |
* | Print something useful for gccld -v with an archive. | Chris Lattner | 2005-02-13 | 1 | -0/+2 |
* | Remove un-needed #includes. | Reid Spencer | 2004-12-20 | 1 | -3/+1 |
* | For PR351: \ | Reid Spencer | 2004-12-13 | 1 | -284/+32 |
* | PR466: | Reid Spencer | 2004-12-02 | 1 | -41/+54 |
* | Revert version 1.39. It breaks the ordering of the library processing. | Reid Spencer | 2004-11-30 | 1 | -8/+1 |
* | Shared library extension is now in LTDL_SHLIB_EXT | Reid Spencer | 2004-11-29 | 1 | -2/+2 |
* | Implement dependent library linking. It is no longer required that -lstdc++ | Reid Spencer | 2004-11-25 | 1 | -1/+8 |
* | Eliminate unsightly ;; | Reid Spencer | 2004-11-19 | 1 | -1/+1 |
* | Reduce the amount of work in LinkInArchive by not searching the archive for | Reid Spencer | 2004-11-19 | 1 | -10/+36 |
* | Per code review:\ | Reid Spencer | 2004-11-16 | 1 | -11/+13 |
* | use an autoptr | Chris Lattner | 2004-11-16 | 1 | -7/+3 |
* | Remove a forgotten debug output line. | Reid Spencer | 2004-11-14 | 1 | -1/+0 |
* | Linker.h has a new home. | Reid Spencer | 2004-11-14 | 1 | -1/+0 |
* | *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol... | Reid Spencer | 2004-11-14 | 1 | -65/+41 |
* | This file originated in tools/gccld/Linker.cpp but now lives in | Reid Spencer | 2004-11-12 | 1 | -1/+1 |
* | Output the program name (in this case, gccld) with warning about invalid files | Misha Brukman | 2004-11-09 | 1 | -1/+2 |
* | Don't silently ignore invalid files: tell the user! | Misha Brukman | 2004-11-08 | 1 | -0/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -4/+4 |
* | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -1/+1 |
* | 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 |
* | Don't use invalid HTML in a doxygen comment. | Misha Brukman | 2004-04-15 | 1 | -1/+1 |
* | Include Config/config.h for SHLIBEXT. | Alkis Evlogimenos | 2004-02-23 | 1 | -0/+1 |
* | Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so into | John Criswell | 2004-01-26 | 1 | -2/+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 |
* | 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 | 1 | -0/+4 |
* | 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 |
* | Fix off-by-one error in processing of libraries named on command line. | Brian Gaeke | 2003-10-21 | 1 | -1/+1 |