aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccld
Commit message (Expand)AuthorAgeFilesLines
* remove attributionsChris Lattner2007-12-291-2/+2
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Align make log output with the rest of llvm.Reid Spencer2007-02-101-6/+6
* End of life for gccld. Remove its source code and enable the generationReid Spencer2007-02-094-950/+0
* Write the deprecation message to stderr instead of stdout so that itReid Spencer2007-02-091-1/+1
* Put in a disabled template for when gccld is replaced by the shell script.Reid Spencer2007-02-091-0/+19
* Get the right warning message.Reid Spencer2007-02-091-1/+1
* New shell script to replace gccld, eventually.Reid Spencer2007-02-091-0/+23
* For PR411:Reid Spencer2007-02-051-6/+0
* add an instcombine pass to clean up after heavy-lifting IP passesChris Lattner2007-02-031-0/+6
* shutdown the app when done.Chris Lattner2007-01-311-1/+3
* default to emiting an uncompressed .bc fileChris Lattner2007-01-211-1/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-072-21/+21
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* Remove extra header.Nick Lewycky2006-12-011-1/+0
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-292-22/+24
* Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky2006-11-221-1/+0
* Added the --disable-compression option which controls whether theJohn Criswell2006-11-211-1/+5
* Enable 'predsimplify' optimization.Nick Lewycky2006-09-241-0/+1
* Move ipsccp pass earlier to clean up obvious bogositiesChris Lattner2006-09-091-3/+5
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-4/+1
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-011-5/+10
* For PR797:Reid Spencer2006-08-231-1/+2
* For PR797:Reid Spencer2006-08-221-4/+14
* For PR797:Reid Spencer2006-08-213-10/+32
* Use Path::getFileStatus to get status-related info.Chris Lattner2006-08-011-7/+5
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-2/+2
* Free memory allocated by copy_env.Chris Lattner2006-05-141-1/+3
* 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