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