aboutsummaryrefslogtreecommitdiff
path: root/tools/gccas
AgeCommit message (Expand)Author
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-09Write the deprecation message to stderr instead of stdout so that itReid Spencer
2007-02-04Make sure the gccas script is executable.Reid Spencer
2007-02-03Clean this up a bit: hide command unless verbose output requested, echoReid Spencer
2007-02-02Two improvements:Reid Spencer
2007-02-02For PR1152:Reid Spencer
2007-01-26Order createSimplifyLibCallsPass() after a set of function level passesDevang Patel
2007-01-21default to emiting an uncompressed .bc fileChris Lattner
2007-01-15Run an instcombine pass after inlining but before scalarrepl. This allowsChris 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-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-09-24Enable 'predsimplify' optimization.Nick Lewycky
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-08-18For PR797:Reid Spencer
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-07-03Split long comment lines.Reid Spencer
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-02-22Turn on loop unswitching tonightChris 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-24Pull in the archive versions of these libs to reduce executable sizeChris Lattner
2005-05-07Move licm after reassociate, add some cond-propagate passesChris Lattner
2005-04-27Add the simplify-libcalls pass.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-03-29there is no reason to run -instcombine -instcombine!Chris Lattner
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos
2005-03-07move the reassociation pass after the LICM pass. This speeds up mgridChris Lattner
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
2005-01-01Fix typo 'ompress' => 'compress'.Jeff Cohen
2004-12-30For PR351:Reid Spencer
2004-12-22Support the gas option --traditional-format which, for some reason, getsReid Spencer
2004-12-03Add -strip-debug optionChris Lattner
2004-11-25Add LLVMbzip2 library, now required.Reid Spencer
2004-11-14Fix usage of changed function prototypeReid Spencer
2004-11-08Add a --disable-compression option to gccas so the default compression ofReid Spencer
2004-10-29Fix file header commentMisha Brukman
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-22We're not doing automake any moreReid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-18Remove extra comma.Reid Spencer
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-10-07Rename passChris Lattner