| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | The function resolving pass must be run, even if -disable-opt is specified | Chris Lattner | 2003-11-28 | 1 | -6/+6 |
* | * The return value of LinkLibraries is ignored, so remove it. | Chris Lattner | 2003-11-28 | 2 | -43/+31 |
* | I'm gonna be picky and say we don't really need that trailing slash "lib/" | Misha Brukman | 2003-11-24 | 1 | -1/+1 |
* | Make sure we ONLY add a `-load' switch to the JIT command line if the file is | Misha Brukman | 2003-11-24 | 1 | -1/+2 |
* | When writing out the runner script, add -load=<lib> lines to pull in all the | Misha Brukman | 2003-11-20 | 1 | -1/+18 |
* | Add ability to search only for native shared object, and expose the | Misha Brukman | 2003-11-20 | 2 | -7/+9 |
* | For consistency, removed space between function name and left paren in function | Misha Brukman | 2003-11-20 | 1 | -15/+15 |
* | * Doxygenified comments, simplifying them and shortening in the process | Misha Brukman | 2003-11-20 | 1 | -67/+43 |
* | Add a -verify option to verify the results of gccld passes. | Brian Gaeke | 2003-11-16 | 1 | -43/+63 |
* | 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 | 4 | -0/+17 |
* | 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 |
* | Give gccld more guts | Chris Lattner | 2003-11-09 | 2 | -2/+11 |
* | Give this header file an Emacs mode-line. | Brian Gaeke | 2003-11-05 | 1 | -1/+1 |
* | Do not assume the first file is a bytecode file. Instead, construct a dummy | Brian Gaeke | 2003-11-05 | 1 | -5/+3 |
* | Shorten and correct some function-header comments. | Brian Gaeke | 2003-11-05 | 1 | -53/+28 |
* | Make -r work, fixing PR 91 | Chris Lattner | 2003-11-05 | 1 | -3/+4 |
* | If linking a library, do not link other libraries, like libc, into it! | Chris Lattner | 2003-11-03 | 1 | -1/+4 |
* | lli -q is history. Rebuild your gccld shell scripts, folks! | Brian Gaeke | 2003-10-24 | 1 | -1/+1 |
* | Turn on the inliner by default at link-time | Chris Lattner | 2003-10-24 | 1 | -0/+10 |
* | Turn on the IPCP pass by default. It has passed all of the tests | Chris Lattner | 2003-10-23 | 1 | -0/+3 |
* | Fix off-by-one error in processing of libraries named on command line. | Brian Gaeke | 2003-10-21 | 1 | -1/+1 |
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | fix file header | Chris Lattner | 2003-10-20 | 4 | -5/+1 |
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 4 | -0/+32 |
* | Don't include "Config/stdlib.h". | Brian Gaeke | 2003-10-10 | 1 | -1/+0 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -1/+2 |
* | Make more error messages have gccld's name in them. | Brian Gaeke | 2003-10-08 | 1 | -4/+6 |
* | Doxygen-ified comments. | Misha Brukman | 2003-09-30 | 1 | -187/+147 |
* | * Ordered includes according to LLVM style | Misha Brukman | 2003-09-30 | 1 | -70/+18 |
* | Made code more terse: | Misha Brukman | 2003-09-30 | 1 | -15/+4 |
* | Doxygen-ified function comments. | Misha Brukman | 2003-09-30 | 1 | -61/+43 |
* | Removed extra space in comments. | Misha Brukman | 2003-09-30 | 1 | -12/+12 |
* | Remove initials from source file | Chris Lattner | 2003-09-30 | 1 | -2/+1 |
* | Make code more terse: | Misha Brukman | 2003-09-30 | 1 | -69/+38 |
* | 1. Use better error messages in LinkFiles(). | Brian Gaeke | 2003-09-30 | 2 | -3/+4 |
* | Update file headers for renamed files. | Chris Lattner | 2003-09-30 | 2 | -13/+5 |
* | Tersified code: | Misha Brukman | 2003-09-29 | 1 | -39/+33 |
* | * Ordered includes according to LLVM programmers' guide | Misha Brukman | 2003-09-29 | 1 | -127/+50 |
* | Minor cleanups: | Chris Lattner | 2003-09-22 | 1 | -38/+15 |
* | New header file for gccld. | John Criswell | 2003-09-19 | 1 | -0/+64 |
* | Removed linking functionality from gccld.cpp and moved it to linker.cpp. | John Criswell | 2003-09-19 | 5 | -567/+815 |
* | Refactored gccld into three C++ source files. | John Criswell | 2003-09-18 | 4 | -313/+606 |
* | Replaced the call to strdup() with a new operator followed by a strcpy(). | John Criswell | 2003-09-17 | 1 | -1/+2 |
* | Added the use of the const keyword. | John Criswell | 2003-09-17 | 1 | -14/+29 |
* | Removed the use of the environ variable and instead use the environment array | John Criswell | 2003-09-17 | 1 | -21/+120 |
* | Added the -native option. | John Criswell | 2003-09-16 | 1 | -7/+125 |
* | -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-) | Brian Gaeke | 2003-09-05 | 1 | -1/+1 |
* | Added code that makes the bytecode file readable (needed by the generated shell | John Criswell | 2003-09-02 | 1 | -5/+4 |