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