summaryrefslogtreecommitdiff
path: root/tools/gccld
Commit message (Expand)AuthorAge
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Free memory allocated by copy_env.Chris Lattner2006-05-14
* 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
* add a hack that fixes:Chris Lattner2005-11-03
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-27
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-26
* Fix PR637Chris Lattner2005-10-18
* Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -nativeChris Lattner2005-09-23
* 1. Do not use .c_str() to keep a persistent handle on a temporary string.Chris Lattner2005-09-23
* Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner2005-08-02
* Make sure we don't error out if an invalid path is used, just simplyReid Spencer2005-07-08
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* There are still uses for spaces in Makefiles -- to make text line up together,Misha Brukman2005-04-24
* Remove trailing whitespaceMisha Brukman2005-04-22
* Eliminate trailing spaces at end-of-lineMisha Brukman2005-04-20
* Consistently eschew space between `*' or `&' and function argument nameMisha Brukman2005-04-20
* * Print commands as we execute them with `-v'Misha Brukman2005-04-20
* The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner2005-04-10
* 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
* For PR351:Reid Spencer2004-12-19
* 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
* This pass is no longer needed.Chris Lattner2004-12-10
* Turn on ipsccp by default instead of simple IPCPChris Lattner2004-12-10
* 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
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-25
* -disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner2004-11-17
* Even with -disable-opt we should still internalize and strip if requested.Chris Lattner2004-11-16
* Linker.h has a new home.Reid Spencer2004-11-14
* This tool needs the libLLVMArchive library now.Reid Spencer2004-11-14
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-14
* Provide exception handlingReid Spencer2004-11-14
* Moved to lib/LinkerReid Spencer2004-11-14