aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld/gccld.cpp
Commit message (Expand)AuthorAgeFilesLines
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1
* Make gccld copy the llvm-stub program to be the execution wrapper forChris Lattner2004-06-021-1/+16
* Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner2004-06-021-95/+3
* Refactor a bit of code into a function, no functionality changes.Chris Lattner2004-06-021-29/+36
* Header file movedChris Lattner2004-05-271-1/+1
* Allow the user to set the LLVMINTERP environment variable as a workaround, forBrian Gaeke2004-05-071-2/+5
* Add a new gccld -native-cbe option which causes gccld to generate native codeChris Lattner2004-04-061-0/+27
* Make sure to print a stack trace whenever an error signal is delivered toChris Lattner2004-02-191-0/+1
* Added the -h option for compatibility with other linkers.John Criswell2003-12-091-0/+2
* Fix compatibility with gcc 3.4Chris Lattner2003-11-291-5/+3
* I'm gonna be picky and say we don't really need that trailing slash "lib/"Misha Brukman2003-11-241-1/+1
* Make sure we ONLY add a `-load' switch to the JIT command line if the file isMisha Brukman2003-11-241-1/+2
* When writing out the runner script, add -load=<lib> lines to pull in all theMisha Brukman2003-11-201-1/+18
* * Doxygenified comments, simplifying them and shortening in the processMisha Brukman2003-11-201-67/+43
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Do not assume the first file is a bytecode file. Instead, construct a dummyBrian Gaeke2003-11-051-5/+3
* Make -r work, fixing PR 91Chris Lattner2003-11-051-3/+4
* If linking a library, do not link other libraries, like libc, into it!Chris Lattner2003-11-031-1/+4
* lli -q is history. Rebuild your gccld shell scripts, folks!Brian Gaeke2003-10-241-1/+1
* fix file headerChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Fix spelling.Misha Brukman2003-10-101-1/+2
* * Ordered includes according to LLVM styleMisha Brukman2003-09-301-70/+18
* 1. Use better error messages in LinkFiles().Brian Gaeke2003-09-301-1/+2
* Minor cleanups:Chris Lattner2003-09-221-38/+15
* Removed linking functionality from gccld.cpp and moved it to linker.cpp.John Criswell2003-09-191-207/+155
* Refactored gccld into three C++ source files.John Criswell2003-09-181-313/+60
* Replaced the call to strdup() with a new operator followed by a strcpy().John Criswell2003-09-171-1/+2
* Added the use of the const keyword.John Criswell2003-09-171-14/+29
* Removed the use of the environ variable and instead use the environment arrayJohn Criswell2003-09-171-21/+120
* Added the -native option.John Criswell2003-09-161-7/+125
* -abort-on-exception is gone. Rebuild your gccld shell scripts, folks! :-)Brian Gaeke2003-09-051-1/+1
* Added code that makes the bytecode file readable (needed by the generated shellJohn Criswell2003-09-021-5/+4
* Modified the code so that it uses the MakeFileExecutable() method. The newJohn Criswell2003-09-021-16/+3
* "Help keep our secrets secret."John Criswell2003-08-291-2/+16
* add preliminary support for -export-dynamicChris Lattner2003-08-221-0/+3
* Make the bytecode file executable as well for LLEE purposes.Misha Brukman2003-08-201-0/+3
* Revert my last (accidental) checkin, but keep the typeo fixChris Lattner2003-08-151-1/+0
* rename selection library to selectiondagChris Lattner2003-08-151-1/+2
* Run the simplify CFG pass after instcombine which has the effect of deletingChris Lattner2003-06-261-0/+4
* Move the instcombine pass before globaldce, so that if globals are made dead ...Chris Lattner2003-06-261-4/+4
* Funcresolve no longer performs nicification of resolved functionsChris Lattner2003-06-191-0/+5
* Add new DAE pass to gccld. It does not add cause any regressions in the test...Chris Lattner2003-06-181-0/+4
* Fix formatting in fileChris Lattner2003-05-291-12/+12
* Add compatibility optionChris Lattner2003-05-271-0/+2
* gccld.cpp:Brian Gaeke2003-05-231-57/+82
* Search LLVM_LIB_SEARCH_PATH for objects to allow it to find crtend.oChris Lattner2003-05-131-6/+18
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-241-0/+4
* Add support for allowing the user to extend the GCCLD searchpathChris Lattner2003-04-211-0/+4
* Eliminate useless duplicate librariesChris Lattner2003-04-191-2/+7