summaryrefslogtreecommitdiff
path: root/tools/gccld/gccld.cpp
Commit message (Expand)AuthorAge
* End of life for gccld. Remove its source code and enable the generationReid Spencer2007-02-09
* shutdown the app when done.Chris Lattner2007-01-31
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-06
* Remove extra header.Nick Lewycky2006-12-01
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-01
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-21
* For PR521:Reid Spencer2006-01-10
* Implement PR679:Reid Spencer2005-12-22
* Remove -start-group and -end-group no-op options, accidentally committedReid Spencer2005-12-14
* Adjust the constructor to the Linker class to take an argument that namesReid Spencer2005-12-13
* Allow users to specify -Wl,-native* multiple times if they pleaseChris Lattner2005-11-17
* Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner2005-08-02
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-22
* Eliminate trailing spaces at end-of-lineMisha Brukman2005-04-20
* * Print commands as we execute them with `-v'Misha Brukman2005-04-20
* Changes to enable creation of native executables directly from gccld and toReid Spencer2005-02-28
* Make sure to null terminate argument lists!Chris Lattner2005-02-13
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-22
* Use explicit construction of sys::Path from std::string because theReid Spencer2004-12-21
* sys::CopyString throws an exception on error which will be caught by gccldReid Spencer2004-12-18
* The CopyFile function got moved into the sys namespace.Reid Spencer2004-12-18
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-14
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* Make the loop termination condition clear when building the set of items toReid Spencer2004-12-13
* Convert to use new Linker class interfaceReid Spencer2004-12-13
* Do not internalize a module if -link-as-library is passed.Chris Lattner2004-12-12
* When -link-as-library, add -l options to Module's deplibsReid Spencer2004-12-08
* Fix PR139:\Reid Spencer2004-12-05
* Recognize --strip-all as a synonym for -s.Chris Lattner2004-12-02
* -disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner2004-11-17
* Linker.h has a new home.Reid Spencer2004-11-14
* 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