aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccas/gccas.cpp
Commit message (Expand)AuthorAgeFilesLines
* Turn on loop unswitching tonightChris Lattner2006-02-221-0/+1
* 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
* 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
* 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
* Rename passChris Lattner2004-10-071-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-291-2/+2
* Remove redundant SCCP passChris Lattner2004-07-221-1/+5
* Header file movedChris Lattner2004-05-271-1/+1
* Move loop optimization passes up, add loop unrollerChris Lattner2004-04-181-1/+5
* Turn on argument promotion in gccas. This can give us substantially betterChris Lattner2004-03-131-0/+1
* Add a new passChris Lattner2004-02-251-0/+1
* Make sure to print a stack trace whenever an error signal is delivered toChris Lattner2004-02-191-0/+1
* Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas.Chris Lattner2004-02-011-2/+4
* Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner2004-01-141-0/+3
* Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt justChris Lattner2003-12-301-0/+7
* Run tailcall elimination in a more logical placeChris Lattner2003-12-111-1/+1
* It is now after pldi. This issue has been fixed, so remove the hackChris Lattner2003-12-071-6/+0
* Revert the previous patch since it causes lots of miscompilations. :( :(Chris Lattner2003-11-221-4/+2
* Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIA...Chris Lattner2003-11-211-2/+4
* As the comments indicate, this is a temporary, repulsive, hackChris Lattner2003-11-131-0/+6
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+2
* Turn on the IPCP pass by default. It has passed all of the testsChris Lattner2003-10-231-0/+4
* fix file headerChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* Unfortunately, it looks like level raise is still needed :(Chris Lattner2003-10-161-2/+1
* Give this file a proper headerChris Lattner2003-10-151-2/+1
* The levelraise pass is a broken old piece of crufty code that should beChris Lattner2003-10-151-1/+2
* Add a new -disable-inlining optionChris Lattner2003-10-101-1/+6
* Fix grammar.Misha Brukman2003-10-101-1/+1
* Now that the TCE pass passes all of the tests, add it to GCCASChris Lattner2003-09-201-1/+1
* Enable the setjmp/longjmp lowering passChris Lattner2003-09-151-0/+1
* scalarrepl now includes mem2regChris Lattner2003-09-111-1/+0
* Move the -indvars pass much later to where it is more likely to do good stuffChris Lattner2003-09-111-1/+1
* #include is unnecessaryChris Lattner2003-09-011-1/+0
* Remove the -stopAfterNPasses option, which has been long obsoleted by bugpointChris Lattner2003-08-311-19/+4
* * move the dead-type-eliminate passes to the end, where they are more usefulChris Lattner2003-08-311-4/+9
* Completely remove mention of the correlated branch elimination pass. It hasChris Lattner2003-08-071-2/+0
* * The possessive third-person singular has no apostrophe (its)Misha Brukman2003-08-071-8/+9
* Add tail duplication pass to the pipeline, move the verifier pass to the frontChris Lattner2003-06-221-6/+4