aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld
Commit message (Expand)AuthorAgeFilesLines
* For PR521:Reid Spencer2006-01-101-1/+13
* Implement PR679:Reid Spencer2005-12-223-7/+15
* 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
* add a hack that fixes:Chris Lattner2005-11-031-1/+4
* Move some constant folding code shared by Analysis and Transform passesJohn Criswell2005-10-271-1/+1
* 1. Remove libraries no longer created from the list of libraries linked into theJohn Criswell2005-10-261-1/+1
* Fix PR637Chris Lattner2005-10-181-6/+4
* Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -nativeChris Lattner2005-09-231-17/+11
* 1. Do not use .c_str() to keep a persistent handle on a temporary string.Chris Lattner2005-09-231-23/+32
* Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner2005-08-023-8/+10
* Make sure we don't error out if an invalid path is used, just simplyReid Spencer2005-07-081-1/+12
* Final Changes For PR495:Reid Spencer2005-07-081-7/+7
* For PR495:Reid Spencer2005-07-072-13/+9
* There are still uses for spaces in Makefiles -- to make text line up together,Misha Brukman2005-04-241-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-223-27/+27
* Eliminate trailing spaces at end-of-lineMisha Brukman2005-04-202-18/+18
* Consistently eschew space between `*' or `&' and function argument nameMisha Brukman2005-04-201-12/+12
* * Print commands as we execute them with `-v'Misha Brukman2005-04-203-21/+44
* The first argument to ExecuteAndWait should be the program name, but pointedChris Lattner2005-04-101-1/+4
* Changes to enable creation of native executables directly from gccld and toReid Spencer2005-02-283-74/+183
* Make sure to null terminate argument lists!Chris Lattner2005-02-132-1/+4
* 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
* For PR351:Reid Spencer2004-12-191-14/+16
* 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-143-74/+44
* 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
* This pass is no longer needed.Chris Lattner2004-12-101-1/+0
* Turn on ipsccp by default instead of simple IPCPChris Lattner2004-12-101-1/+2
* 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-023-10/+20
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* -disable-opt is not -O0, it's okay for it to disable internalize.Chris Lattner2004-11-172-8/+9
* Even with -disable-opt we should still internalize and strip if requested.Chris Lattner2004-11-161-13/+13
* Linker.h has a new home.Reid Spencer2004-11-142-2/+2
* This tool needs the libLLVMArchive library now.Reid Spencer2004-11-141-3/+4
* Remove linking declarations (in Linker.h now)Reid Spencer2004-11-141-23/+1
* Provide exception handlingReid Spencer2004-11-141-110/+124
* Moved to lib/LinkerReid Spencer2004-11-141-422/+0
* Output the program name (in this case, gccld) with warning about invalid filesMisha Brukman2004-11-091-1/+2
* Don't silently ignore invalid files: tell the user!Misha Brukman2004-11-081-0/+2