aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld/gccld.h
AgeCommit message (Expand)Author
2007-02-09End of life for gccld. Remove its source code and enable the generationReid Spencer
2006-08-21For PR797:Reid Spencer
2005-12-22Implement PR679:Reid Spencer
2005-08-02Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-20Consistently eschew space between `*' or `&' and function argument nameMisha 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
2004-12-14For PR351:Reid Spencer
2004-12-02Recognize --strip-all as a synonym for -s.Chris Lattner
2004-11-14Remove linking declarations (in Linker.h now)Reid Spencer
2004-06-02Move some functions out of gccld.cpp to GenerateCode.cpp. This allows usChris Lattner
2004-04-06Add a new gccld -native-cbe option which causes gccld to generate native codeChris Lattner
2003-11-28* The return value of LinkLibraries is ignored, so remove it.Chris Lattner
2003-11-20Add ability to search only for native shared object, and expose theMisha Brukman
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05Give this header file an Emacs mode-line.Brian Gaeke
2003-10-20fix file headerChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-09-19New header file for gccld.John Criswell