summaryrefslogtreecommitdiff
path: root/tools/gccld
Commit message (Expand)AuthorAge
* 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
* Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky2006-11-22
* Added the --disable-compression option which controls whether theJohn Criswell2006-11-21
* Enable 'predsimplify' optimization.Nick Lewycky2006-09-24
* Move ipsccp pass earlier to clean up obvious bogositiesChris Lattner2006-09-09
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-01
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-21
* Use Path::getFileStatus to get status-related info.Chris Lattner2006-08-01
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-07
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-16
* 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