Age | Commit message (Expand) | Author |
2004-11-17 | -disable-opt is not -O0, it's okay for it to disable internalize. | Chris Lattner |
2004-11-14 | Linker.h has a new home. | Reid Spencer |
2004-11-14 | Provide exception handling | Reid Spencer |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-29 | The functions in Signal.h are now in the llvm::sys namespace - adjust | Reid Spencer |
2004-06-23 | Linker.h moved to include/llvm/Support | Misha Brukman |
2004-06-02 | Make gccld copy the llvm-stub program to be the execution wrapper for | Chris Lattner |
2004-06-02 | Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us | Chris Lattner |
2004-06-02 | Refactor a bit of code into a function, no functionality changes. | Chris Lattner |
2004-05-27 | Header file moved | Chris Lattner |
2004-05-07 | Allow the user to set the LLVMINTERP environment variable as a workaround, for | Brian Gaeke |
2004-04-06 | Add a new gccld -native-cbe option which causes gccld to generate native code | Chris Lattner |
2004-02-19 | Make sure to print a stack trace whenever an error signal is delivered to | Chris Lattner |
2003-12-09 | Added the -h option for compatibility with other linkers. | John Criswell |
2003-11-29 | Fix compatibility with gcc 3.4 | Chris Lattner |
2003-11-24 | I'm gonna be picky and say we don't really need that trailing slash "lib/" | Misha Brukman |
2003-11-24 | Make sure we ONLY add a `-load' switch to the JIT command line if the file is | Misha Brukman |
2003-11-20 | When writing out the runner script, add -load=<lib> lines to pull in all the | Misha Brukman |
2003-11-20 | * Doxygenified comments, simplifying them and shortening in the process | Misha Brukman |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-05 | Do not assume the first file is a bytecode file. Instead, construct a dummy | Brian Gaeke |
2003-11-05 | Make -r work, fixing PR 91 | Chris Lattner |
2003-11-03 | If linking a library, do not link other libraries, like libc, into it! | Chris Lattner |
2003-10-24 | lli -q is history. Rebuild your gccld shell scripts, folks! | Brian Gaeke |
2003-10-20 | fix file header | Chris Lattner |
2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
2003-10-10 | Fix spelling. | Misha Brukman |
2003-09-30 | * Ordered includes according to LLVM style | Misha Brukman |
2003-09-30 | 1. Use better error messages in LinkFiles(). | Brian Gaeke |
2003-09-22 | Minor cleanups: | Chris Lattner |
2003-09-19 | Removed linking functionality from gccld.cpp and moved it to linker.cpp. | John Criswell |
2003-09-18 | Refactored gccld into three C++ source files. | John Criswell |
2003-09-17 | Replaced the call to strdup() with a new operator followed by a strcpy(). | John Criswell |
2003-09-17 | Added the use of the const keyword. | John Criswell |
2003-09-17 | Removed the use of the environ variable and instead use the environment array | John Criswell |
2003-09-16 | Added the -native option. | John Criswell |
2003-09-05 | -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-) | Brian Gaeke |
2003-09-02 | Added code that makes the bytecode file readable (needed by the generated shell | John Criswell |
2003-09-02 | Modified the code so that it uses the MakeFileExecutable() method. The new | John Criswell |
2003-08-29 | "Help keep our secrets secret." | John Criswell |
2003-08-22 | add preliminary support for -export-dynamic | Chris Lattner |
2003-08-20 | Make the bytecode file executable as well for LLEE purposes. | Misha Brukman |
2003-08-15 | Revert my last (accidental) checkin, but keep the typeo fix | Chris Lattner |
2003-08-15 | rename selection library to selectiondag | Chris Lattner |
2003-06-26 | Run the simplify CFG pass after instcombine which has the effect of deleting | Chris Lattner |
2003-06-26 | Move the instcombine pass before globaldce, so that if globals are made dead ... | Chris Lattner |
2003-06-19 | Funcresolve no longer performs nicification of resolved functions | Chris Lattner |
2003-06-18 | Add new DAE pass to gccld. It does not add cause any regressions in the test... | Chris Lattner |
2003-05-29 | Fix formatting in file | Chris Lattner |
2003-05-27 | Add compatibility option | Chris Lattner |