aboutsummaryrefslogtreecommitdiff
path: root/tools/gccas/gccas.cpp
AgeCommit message (Expand)Author
2006-02-22Turn on loop unswitching tonightChris Lattner
2005-05-07Move licm after reassociate, add some cond-propagate passesChris Lattner
2005-04-27Add the simplify-libcalls pass.Reid Spencer
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-14Fix usage of changed function prototypeReid Spencer
2004-11-08Add a --disable-compression option to gccas so the default compression ofReid Spencer
2004-10-07Rename passChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-07-22Remove redundant SCCP passChris Lattner
2004-05-27Header file movedChris Lattner
2004-04-18Move loop optimization passes up, add loop unrollerChris Lattner
2004-03-13Turn on argument promotion in gccas. This can give us substantially betterChris Lattner
2004-02-25Add a new passChris Lattner
2004-02-19Make sure to print a stack trace whenever an error signal is delivered toChris Lattner
2004-02-01Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas.Chris Lattner
2004-01-14Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner
2003-12-30Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt justChris Lattner
2003-12-11Run tailcall elimination in a more logical placeChris Lattner
2003-12-07It is now after pldi. This issue has been fixed, so remove the hackChris Lattner
2003-11-22Revert the previous patch since it causes lots of miscompilations. :( :(Chris Lattner
2003-11-21Reorder passes a bit. In particular, it makes sense to run globaldce IMMEDIA...Chris Lattner
2003-11-13As the comments indicate, this is a temporary, repulsive, hackChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-23Turn on the IPCP pass by default. It has passed all of the testsChris Lattner
2003-10-20fix file headerChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
2003-10-16Unfortunately, it looks like level raise is still needed :(Chris Lattner
2003-10-15Give this file a proper headerChris Lattner
2003-10-15The levelraise pass is a broken old piece of crufty code that should beChris Lattner
2003-10-10Add a new -disable-inlining optionChris Lattner
2003-10-10Fix grammar.Misha Brukman
2003-09-20Now that the TCE pass passes all of the tests, add it to GCCASChris Lattner
2003-09-15Enable the setjmp/longjmp lowering passChris Lattner
2003-09-11scalarrepl now includes mem2regChris Lattner
2003-09-11Move the -indvars pass much later to where it is more likely to do good stuffChris Lattner
2003-09-01#include is unnecessaryChris Lattner
2003-08-31Remove the -stopAfterNPasses option, which has been long obsoleted by bugpointChris Lattner
2003-08-31* move the dead-type-eliminate passes to the end, where they are more usefulChris Lattner
2003-08-07Completely remove mention of the correlated branch elimination pass. It hasChris Lattner
2003-08-07* The possessive third-person singular has no apostrophe (its)Misha Brukman
2003-06-22Add tail duplication pass to the pipeline, move the verifier pass to the frontChris Lattner