| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Add first support for linking in .a files correctly and minimally, like a rea... | Chris Lattner | 2003-04-19 | 1 | -67/+238 |
* | Add crufty compatibility stuff for ld | Chris Lattner | 2003-04-18 | 1 | -0/+8 |
* | Use anonymous namespace instead of "static" | Chris Lattner | 2003-04-18 | 1 | -36/+36 |
* | Allow the user to disable the internalize pass | Chris Lattner | 2003-04-16 | 1 | -4/+11 |
* | Make stuff compiled with gccld not dump into the debugger if there's a problem | Chris Lattner | 2002-12-14 | 1 | -1/+1 |
* | Print the tool name when an error comes from so that I can tell which | Chris Lattner | 2002-07-30 | 1 | -3/+5 |
* | *** empty log message *** | Chris Lattner | 2002-07-25 | 1 | -4/+4 |
* | *** empty log message *** | Chris Lattner | 2002-07-24 | 1 | -2/+0 |
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 1 | -3/+2 |