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