aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccas
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added LLVM copyright to Makefiles.John Criswell2003-10-201-0/+8
* 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
* Add SRoA pass to gccasChris Lattner2003-05-301-0/+1
* Move indvars pass after mem2reg pass where it is more likely to be usefulChris Lattner2003-05-301-1/+1
* Add an instcombine pass before levelraiseChris Lattner2003-05-021-0/+1
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-241-1/+4
* Remove support for "target data" pass ctorsChris Lattner2003-04-241-3/+0
* LevelRaise now gets target data from passmanagerChris Lattner2003-04-241-4/+4
* The new CFrontend generates LOTs of basic blocks that just fall through and doChris Lattner2003-04-231-0/+1
* Eliminate some compatibility stuff no longer needed :PChris Lattner2003-04-181-10/+0
* Improve compatibility with system AS further by allowing input from stdinChris Lattner2003-04-161-16/+30
* * Get rid of using declarationChris Lattner2003-04-161-4/+12
* Namespacify command line optionsChris Lattner2003-04-161-13/+16
* link with static versions of some libs to avoid having to pull in all of ipo/...Chris Lattner2003-01-221-2/+2
* Disable correlated expressions pass until it is reliable.Vikram S. Adve2002-11-031-1/+1
* Reassociate now worksChris Lattner2002-10-311-3/+2
* Added datastructure library to resolve link error.Vikram S. Adve2002-10-251-1/+1
* * Remove the -stopraise option, which is no longer needed now that we haveChris Lattner2002-09-221-10/+1
* gcc3.1.1 seems much more selective about what it loads from archives, andVikram S. Adve2002-09-181-2/+2
* * No longer need to run die after instcombineChris Lattner2002-09-061-3/+5
* - Reformat commentsChris Lattner2002-08-301-18/+19
* - GCCAS now uses load value #ing for GCSEChris Lattner2002-08-301-0/+2
* Do not leak memory for passes when using -stopAfterNPasses or -stopraiseChris Lattner2002-08-171-0/+2
* Run GlobalDCE before deadtypeelim so that we do not retain types for globalChris Lattner2002-08-171-0/+1
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-301-3/+3
* *** empty log message ***Chris Lattner2002-07-251-2/+2
* *** empty log message ***Chris Lattner2002-07-232-7/+5
* Raise pass requires an explicit TargetData member now.Chris Lattner2002-07-231-1/+5