summaryrefslogtreecommitdiff
path: root/tools/gccas/gccas.cpp
Commit message (Expand)AuthorAge
* Disable correlated expressions pass until it is reliable.Vikram S. Adve2002-11-03
* Reassociate now worksChris Lattner2002-10-31
* * Remove the -stopraise option, which is no longer needed now that we haveChris Lattner2002-09-22
* * 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-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
* 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
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-18
* The cleangcc pass is brokeninto two pieces, execute both of them.Chris Lattner2002-04-10
* Move the PromoteMemoryToRegister pass to be run _after_ the raise pointerChris Lattner2002-04-01
* Rename constructor function for mem2reg pass.Cameron Buschardt2002-03-27
* Add a debugging option to gccas to cause it to not do level raise or anythingChris Lattner2002-03-21
* Change to use new pass accessor functionsChris Lattner2002-02-26
* PassManager is now in it's own header fileChris Lattner2002-01-31
* Only run DeadInst elimination early, because it is quick and painless andChris Lattner2002-01-22
* Misc cleanups. Allocate ofstream statically, and use a pass to write out the...Chris Lattner2002-01-22
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-22
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-22
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Add more passes to run after raisingChris Lattner2001-12-14
* Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ...Chris Lattner2001-12-07
* Simplify induction variables before 'raising' the representationChris Lattner2001-12-05
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* -raise includes constprop and dceChris Lattner2001-11-26
* Run constprop before -raiseChris Lattner2001-11-26