| Commit message (Expand) | Author | Age | Files | Lines |
* | Linker.h moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -1/+1 |
* | Make gccld copy the llvm-stub program to be the execution wrapper for | Chris Lattner | 2004-06-02 | 1 | -1/+16 |
* | Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us | Chris Lattner | 2004-06-02 | 1 | -95/+3 |
* | Refactor a bit of code into a function, no functionality changes. | Chris Lattner | 2004-06-02 | 1 | -29/+36 |
* | Header file moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | Allow the user to set the LLVMINTERP environment variable as a workaround, for | Brian Gaeke | 2004-05-07 | 1 | -2/+5 |
* | Add a new gccld -native-cbe option which causes gccld to generate native code | Chris Lattner | 2004-04-06 | 1 | -0/+27 |
* | Make sure to print a stack trace whenever an error signal is delivered to | Chris Lattner | 2004-02-19 | 1 | -0/+1 |
* | Added the -h option for compatibility with other linkers. | John Criswell | 2003-12-09 | 1 | -0/+2 |
* | Fix compatibility with gcc 3.4 | Chris Lattner | 2003-11-29 | 1 | -5/+3 |
* | 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 |
* | * Doxygenified comments, simplifying them and shortening in the process | Misha Brukman | 2003-11-20 | 1 | -67/+43 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Do not assume the first file is a bytecode file. Instead, construct a dummy | Brian Gaeke | 2003-11-05 | 1 | -5/+3 |
* | 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 |
* | 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 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -1/+2 |
* | * Ordered includes according to LLVM style | Misha Brukman | 2003-09-30 | 1 | -70/+18 |
* | 1. Use better error messages in LinkFiles(). | Brian Gaeke | 2003-09-30 | 1 | -1/+2 |
* | Minor cleanups: | Chris Lattner | 2003-09-22 | 1 | -38/+15 |
* | Removed linking functionality from gccld.cpp and moved it to linker.cpp. | John Criswell | 2003-09-19 | 1 | -207/+155 |
* | Refactored gccld into three C++ source files. | John Criswell | 2003-09-18 | 1 | -313/+60 |
* | 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 |
* | Modified the code so that it uses the MakeFileExecutable() method. The new | John Criswell | 2003-09-02 | 1 | -16/+3 |
* | "Help keep our secrets secret." | John Criswell | 2003-08-29 | 1 | -2/+16 |
* | add preliminary support for -export-dynamic | Chris Lattner | 2003-08-22 | 1 | -0/+3 |
* | Make the bytecode file executable as well for LLEE purposes. | Misha Brukman | 2003-08-20 | 1 | -0/+3 |
* | Revert my last (accidental) checkin, but keep the typeo fix | Chris Lattner | 2003-08-15 | 1 | -1/+0 |
* | rename selection library to selectiondag | Chris Lattner | 2003-08-15 | 1 | -1/+2 |
* | Run the simplify CFG pass after instcombine which has the effect of deleting | Chris Lattner | 2003-06-26 | 1 | -0/+4 |
* | Move the instcombine pass before globaldce, so that if globals are made dead ... | Chris Lattner | 2003-06-26 | 1 | -4/+4 |
* | Funcresolve no longer performs nicification of resolved functions | Chris Lattner | 2003-06-19 | 1 | -0/+5 |
* | Add new DAE pass to gccld. It does not add cause any regressions in the test... | Chris Lattner | 2003-06-18 | 1 | -0/+4 |
* | Fix formatting in file | Chris Lattner | 2003-05-29 | 1 | -12/+12 |
* | Add compatibility option | Chris Lattner | 2003-05-27 | 1 | -0/+2 |
* | gccld.cpp: | Brian Gaeke | 2003-05-23 | 1 | -57/+82 |
* | Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.o | Chris Lattner | 2003-05-13 | 1 | -6/+18 |
* | Make sure to create a target data that matches the Module's target properties. | Chris Lattner | 2003-04-24 | 1 | -0/+4 |
* | Add support for allowing the user to extend the GCCLD searchpath | Chris Lattner | 2003-04-21 | 1 | -0/+4 |
* | Eliminate useless duplicate libraries | Chris Lattner | 2003-04-19 | 1 | -2/+7 |