aboutsummaryrefslogtreecommitdiff
path: root/tools/gccas/gccas.cpp
AgeCommit message (Expand)Author
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
2003-05-30Add SRoA pass to gccasChris Lattner
2003-05-30Move indvars pass after mem2reg pass where it is more likely to be usefulChris Lattner
2003-05-02Add an instcombine pass before levelraiseChris Lattner
2003-04-24Make sure to create a target data that matches the Module's target properties.Chris Lattner
2003-04-24Remove support for "target data" pass ctorsChris Lattner
2003-04-24LevelRaise now gets target data from passmanagerChris Lattner
2003-04-23The new CFrontend generates LOTs of basic blocks that just fall through and doChris Lattner
2003-04-18Eliminate some compatibility stuff no longer needed :PChris Lattner
2003-04-16Improve compatibility with system AS further by allowing input from stdinChris Lattner
2003-04-16* Get rid of using declarationChris Lattner
2003-04-16Namespacify command line optionsChris Lattner
2002-11-03Disable correlated expressions pass until it is reliable.Vikram S. Adve