summaryrefslogtreecommitdiff
path: root/tools/gccas
Commit message (Expand)AuthorAge
* Completely remove mention of the correlated branch elimination pass. It hasChris Lattner2003-08-07
* * The possessive third-person singular has no apostrophe (its)Misha Brukman2003-08-07
* Add tail duplication pass to the pipeline, move the verifier pass to the frontChris Lattner2003-06-22
* Add SRoA pass to gccasChris Lattner2003-05-30
* Move indvars pass after mem2reg pass where it is more likely to be usefulChris Lattner2003-05-30
* Add an instcombine pass before levelraiseChris Lattner2003-05-02
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-24
* Remove support for "target data" pass ctorsChris Lattner2003-04-24
* LevelRaise now gets target data from passmanagerChris Lattner2003-04-24
* The new CFrontend generates LOTs of basic blocks that just fall through and doChris Lattner2003-04-23
* Eliminate some compatibility stuff no longer needed :PChris Lattner2003-04-18
* Improve compatibility with system AS further by allowing input from stdinChris Lattner2003-04-16
* * Get rid of using declarationChris Lattner2003-04-16
* Namespacify command line optionsChris Lattner2003-04-16
* link with static versions of some libs to avoid having to pull in all of ipo/...Chris Lattner2003-01-22
* Disable correlated expressions pass until it is reliable.Vikram S. Adve2002-11-03
* Reassociate now worksChris Lattner2002-10-31
* Added datastructure library to resolve link error.Vikram S. Adve2002-10-25
* * Remove the -stopraise option, which is no longer needed now that we haveChris Lattner2002-09-22
* gcc3.1.1 seems much more selective about what it loads from archives, andVikram S. Adve2002-09-18
* * No longer need to run die after instcombineChris Lattner2002-09-06
* - Reformat commentsChris Lattner2002-08-30
* - GCCAS now uses load value #ing for GCSEChris Lattner2002-08-30
* Do not leak memory for passes when using -stopAfterNPasses or -stopraiseChris Lattner2002-08-17
* Run GlobalDCE before deadtypeelim so that we do not retain types for globalChris Lattner2002-08-17
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* *** empty log message ***Chris Lattner2002-07-25
* *** empty log message ***Chris Lattner2002-07-23
* Raise pass requires an explicit TargetData member now.Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* Disabling reassociate pass until it is fixed.Vikram S. Adve2002-07-09
* Yes, we REALLY DO want to run the reassociate pass.Chris Lattner2002-06-30
* Changes for 64bit gccAnand Shukla2002-06-25
* Simplify the code that adds passes so compilation can stop after any stepChris Lattner2002-06-25
* No need to run dce with adce right behind!Chris Lattner2002-05-23
* Add the ADCE pass to gccas finally!Chris Lattner2002-05-22
* Simplify CFG after code generation is doneChris Lattner2002-05-21
* Run another local value numbering phase after redundancy eliminationChris Lattner2002-05-14
* Add LICM pass to compilerChris Lattner2002-05-10
* Run expression reassociation as part of gccasChris Lattner2002-05-08
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-07
* Fix makefiles after shuffling passes around the librariesChris Lattner2002-05-07
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-07
* GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.Chris Lattner2002-05-06
* Instruction Combination can create a ton of trivially dead instructions. RemoveChris Lattner2002-05-06
* Run DCE AFTER SCCP and GCSE!Chris Lattner2002-05-06
* Move constant merging pass earlierChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Run GCSE as part of gccas.Chris Lattner2002-04-28