summaryrefslogtreecommitdiff
path: root/tools/gccas
Commit message (Expand)AuthorAge
...
* 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
* 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
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-07
* 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
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-06
* Change to use new pass accessor functionsChris Lattner2002-02-26
* Resolve depsChris Lattner2002-01-31
* 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
* Eliminate opt libraryChris Lattner2002-01-21