aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld/gccld.cpp
Commit message (Expand)AuthorAgeFilesLines
* For PR521:Reid Spencer2006-01-101-1/+13
* Implement PR679:Reid Spencer2005-12-221-1/+6
* Remove -start-group and -end-group no-op options, accidentally committedReid Spencer2005-12-141-5/+0
* Adjust the constructor to the Linker class to take an argument that namesReid Spencer2005-12-131-1/+5
* Allow users to specify -Wl,-native* multiple times if they pleaseChris Lattner2005-11-171-2/+2
* Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner2005-08-021-4/+4
* Final Changes For PR495:Reid Spencer2005-07-081-7/+7
* For PR495:Reid Spencer2005-07-071-4/+4
* Remove trailing whitespaceMisha Brukman2005-04-221-17/+17
* Eliminate trailing spaces at end-of-lineMisha Brukman2005-04-201-11/+11
* * Print commands as we execute them with `-v'Misha Brukman2005-04-201-14/+22
* Changes to enable creation of native executables directly from gccld and toReid Spencer2005-02-281-69/+85
* Make sure to null terminate argument lists!Chris Lattner2005-02-131-1/+1
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-1/+3
* Use explicit construction of sys::Path from std::string because theReid Spencer2004-12-211-1/+1
* sys::CopyString throws an exception on error which will be caught by gccldReid Spencer2004-12-181-4/+1
* The CopyFile function got moved into the sys namespace.Reid Spencer2004-12-181-1/+1
* For PR351:Reid Spencer2004-12-161-10/+13
* For PR351:Reid Spencer2004-12-141-13/+12
* For PR351:Reid Spencer2004-12-131-11/+12
* For PR351:Reid Spencer2004-12-131-3/+3
* Make the loop termination condition clear when building the set of items toReid Spencer2004-12-131-3/+2
* Convert to use new Linker class interfaceReid Spencer2004-12-131-20/+59
* Do not internalize a module if -link-as-library is passed.Chris Lattner2004-12-121-2/+9
* When -link-as-library, add -l options to Module's deplibsReid Spencer2004-12-081-1/+8
* Fix PR139:\Reid Spencer2004-12-051-21/+20
* Recognize --strip-all as a synonym for -s.Chris Lattner2004-12-021-2/+11
* -disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner2004-11-171-1/+2
* Linker.h has a new home.Reid Spencer2004-11-141-1/+1
* Provide exception handlingReid Spencer2004-11-141-110/+124
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-6/+6
* 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