aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccas
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
* Write the deprecation message to stderr instead of stdout so that itReid Spencer2007-02-091-0/+1
* Make sure the gccas script is executable.Reid Spencer2007-02-041-2/+4
* Clean this up a bit: hide command unless verbose output requested, echoReid Spencer2007-02-031-2/+6
* Two improvements:Reid Spencer2007-02-021-2/+2
* For PR1152:Reid Spencer2007-02-023-221/+76
* Order createSimplifyLibCallsPass() after a set of function level passesDevang Patel2007-01-261-1/+1
* default to emiting an uncompressed .bc fileChris Lattner2007-01-211-1/+1
* Run an instcombine pass after inlining but before scalarrepl. This allowsChris Lattner2007-01-151-0/+1
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-5/+5
* make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.Chris Lattner2006-12-061-0/+2
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-6/+8
* Update to new predicate simplifier VRP design. Fixes PR966 and PR967.Nick Lewycky2006-11-221-1/+0
* Enable 'predsimplify' optimization.Nick Lewycky2006-09-241-0/+1
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-3/+1
* For PR797:Reid Spencer2006-08-181-10/+3
* Tools require EH for their top-level try blocks.Chris Lattner2006-07-071-0/+1
* Split long comment lines.Reid Spencer2006-07-031-6/+4
* 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
* Turn on loop unswitching tonightChris Lattner2006-02-221-0/+1
* 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
* Pull in the archive versions of these libs to reduce executable sizeChris Lattner2005-10-241-2/+2
* Move licm after reassociate, add some cond-propagate passesChris Lattner2005-05-071-1/+4
* Add the simplify-libcalls pass.Reid Spencer2005-04-271-0/+1
* There are still uses for spaces in Makefiles -- to make text line up together,Misha Brukman2005-04-241-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-221-8/+8
* there is no reason to run -instcombine -instcombine!Chris Lattner2005-03-291-1/+0
* Rename createPromoteMemoryToRegister() toAlkis Evlogimenos2005-03-281-1/+1
* move the reassociation pass after the LICM pass. This speeds up mgridChris Lattner2005-03-071-2/+2
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-1/+4
* Fix typo 'ompress' => 'compress'.Jeff Cohen2005-01-011-1/+1
* For PR351:Reid Spencer2004-12-301-57/+65
* Support the gas option --traditional-format which, for some reason, getsReid Spencer2004-12-221-0/+3
* Add -strip-debug optionChris Lattner2004-12-031-3/+9
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
* Fix usage of changed function prototypeReid Spencer2004-11-141-1/+1
* Add a --disable-compression option to gccas so the default compression ofReid Spencer2004-11-081-1/+4
* Fix file header commentMisha Brukman2004-10-291-1/+1
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-2/+3
* We're not doing automake any moreReid Spencer2004-10-221-652/+0
* We won't use automakeReid Spencer2004-10-221-19/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+652
* Remove extra comma.Reid Spencer2004-10-181-1/+1
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+19
* Rename passChris Lattner2004-10-071-2/+2