summaryrefslogtreecommitdiff
path: root/tools/gccld
Commit message (Expand)AuthorAge
* remove attributionsChris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Align make log output with the rest of llvm.Reid Spencer2007-02-10
* End of life for gccld. Remove its source code and enable the generationReid Spencer2007-02-09
* Write the deprecation message to stderr instead of stdout so that itReid Spencer2007-02-09
* Put in a disabled template for when gccld is replaced by the shell script.Reid Spencer2007-02-09
* Get the right warning message.Reid Spencer2007-02-09
* New shell script to replace gccld, eventually.Reid Spencer2007-02-09
* For PR411:Reid Spencer2007-02-05
* add an instcombine pass to clean up after heavy-lifting IP passesChris Lattner2007-02-03
* shutdown the app when done.Chris Lattner2007-01-31
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* 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