aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld
AgeCommit message (Expand)Author
2009-08-25EXIT STAGE LEFT: gccas, gccldDaniel Dunbar
2007-12-29remove attributionsChris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-02-10Align make log output with the rest of llvm.Reid Spencer
2007-02-09End of life for gccld. Remove its source code and enable the generationReid Spencer
2007-02-09Write the deprecation message to stderr instead of stdout so that itReid Spencer
2007-02-09Put in a disabled template for when gccld is replaced by the shell script.Reid Spencer
2007-02-09Get the right warning message.Reid Spencer
2007-02-09New shell script to replace gccld, eventually.Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-02-03add an instcombine pass to clean up after heavy-lifting IP passesChris Lattner
2007-01-31shutdown the app when done.Chris Lattner
2007-01-21default to emiting an uncompressed .bc fileChris Lattner
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner
2006-12-01Remove extra header.Nick Lewycky
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
2006-11-22Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky
2006-11-21Added the --disable-compression option which controls whether theJohn Criswell
2006-09-24Enable 'predsimplify' optimization.Nick Lewycky
2006-09-09Move ipsccp pass earlier to clean up obvious bogositiesChris Lattner
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-09-01- Fixed broken Win32 buildAnton Korobeynikov
2006-08-23For PR797:Reid Spencer
2006-08-22For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-01Use Path::getFileStatus to get status-related info.Chris Lattner
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-14Free memory allocated by copy_env.Chris Lattner
2006-01-10For PR521:Reid Spencer
2005-12-22Implement PR679:Reid Spencer
2005-12-14Remove -start-group and -end-group no-op options, accidentally committedReid Spencer
2005-12-13Adjust the constructor to the Linker class to take an argument that namesReid Spencer
2005-11-17Allow users to specify -Wl,-native* multiple times if they pleaseChris Lattner
2005-11-03add a hack that fixes:Chris Lattner
2005-10-27Move some constant folding code shared by Analysis and Transform passesJohn Criswell
2005-10-261. Remove libraries no longer created from the list of libraries linked into theJohn Criswell
2005-10-18Fix PR637Chris Lattner
2005-09-23Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -nativeChris Lattner
2005-09-231. Do not use .c_str() to keep a persistent handle on a temporary string.Chris Lattner
2005-08-02Pass -export-dynamic to gcc when compiling with -native and the link isChris Lattner
2005-07-08Make sure we don't error out if an invalid path is used, just simplyReid Spencer
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-24There are still uses for spaces in Makefiles -- to make text line up together,Misha Brukman
2005-04-22Remove trailing whitespaceMisha Brukman
2005-04-20Eliminate trailing spaces at end-of-lineMisha Brukman
2005-04-20Consistently eschew space between `*' or `&' and function argument nameMisha Brukman