aboutsummaryrefslogtreecommitdiff
path: root/tools/gccas
AgeCommit message (Expand)Author
2002-11-03Disable correlated expressions pass until it is reliable.Vikram S. Adve
2002-10-31Reassociate now worksChris Lattner
2002-10-25Added datastructure library to resolve link error.Vikram S. Adve
2002-09-22* Remove the -stopraise option, which is no longer needed now that we haveChris Lattner
2002-09-18gcc3.1.1 seems much more selective about what it loads from archives, andVikram S. Adve
2002-09-06* No longer need to run die after instcombineChris Lattner
2002-08-30- Reformat commentsChris Lattner
2002-08-30 - GCCAS now uses load value #ing for GCSEChris Lattner
2002-08-17Do not leak memory for passes when using -stopAfterNPasses or -stopraiseChris Lattner
2002-08-17Run GlobalDCE before deadtypeelim so that we do not retain types for globalChris Lattner
2002-07-30Print the tool name when an error comes from so that I can tell whichChris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-23Raise pass requires an explicit TargetData member now.Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-07-09Disabling reassociate pass until it is fixed.Vikram S. Adve
2002-06-30Yes, we REALLY DO want to run the reassociate pass.Chris Lattner
2002-06-25Changes for 64bit gccAnand Shukla
2002-06-25Simplify the code that adds passes so compilation can stop after any stepChris Lattner
2002-05-23No need to run dce with adce right behind!Chris Lattner
2002-05-22Add the ADCE pass to gccas finally!Chris Lattner
2002-05-21Simplify CFG after code generation is doneChris Lattner
2002-05-14Run another local value numbering phase after redundancy eliminationChris Lattner
2002-05-10Add LICM pass to compilerChris Lattner
2002-05-08Run expression reassociation as part of gccasChris Lattner
2002-05-07Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner
2002-05-07Fix makefiles after shuffling passes around the librariesChris Lattner
2002-05-07Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner
2002-05-06GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.Chris Lattner
2002-05-06Instruction Combination can create a ton of trivially dead instructions. RemoveChris Lattner
2002-05-06Run DCE AFTER SCCP and GCSE!Chris Lattner
2002-04-29Move constant merging pass earlierChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Run GCSE as part of gccas.Chris Lattner
2002-04-18Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner
2002-04-10The cleangcc pass is brokeninto two pieces, execute both of them.Chris Lattner
2002-04-07Remove asmwriter library from link line, because the useful contents of itChris Lattner
2002-04-01Move the PromoteMemoryToRegister pass to be run _after_ the raise pointerChris Lattner
2002-03-27Rename constructor function for mem2reg pass.Cameron Buschardt
2002-03-21Add a debugging option to gccas to cause it to not do level raise or anythingChris Lattner
2002-03-06Pull interprocedural analyses out of Analysis library into their own libChris Lattner
2002-02-26Change to use new pass accessor functionsChris Lattner
2002-01-31Resolve depsChris Lattner
2002-01-31PassManager is now in it's own header fileChris Lattner
2002-01-22Only run DeadInst elimination early, because it is quick and painless andChris Lattner
2002-01-22Misc cleanups. Allocate ofstream statically, and use a pass to write out the...Chris Lattner
2002-01-22Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner
2002-01-22Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner