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