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