aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccas
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** empty log message ***Chris Lattner2002-07-231-1/+2
* *** empty log message ***Chris Lattner2002-07-221-8/+19
* Disabling reassociate pass until it is fixed.Vikram S. Adve2002-07-091-1/+2
* Yes, we REALLY DO want to run the reassociate pass.Chris Lattner2002-06-301-2/+2
* Changes for 64bit gccAnand Shukla2002-06-251-3/+4
* Simplify the code that adds passes so compilation can stop after any stepChris Lattner2002-06-251-29/+66
* No need to run dce with adce right behind!Chris Lattner2002-05-231-1/+0
* Add the ADCE pass to gccas finally!Chris Lattner2002-05-221-1/+1
* Simplify CFG after code generation is doneChris Lattner2002-05-211-0/+1
* Run another local value numbering phase after redundancy eliminationChris Lattner2002-05-141-0/+4
* Add LICM pass to compilerChris Lattner2002-05-101-0/+1
* Run expression reassociation as part of gccasChris Lattner2002-05-081-0/+1
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-071-6/+1
* Fix makefiles after shuffling passes around the librariesChris Lattner2002-05-071-1/+1
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-071-1/+1
* GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.Chris Lattner2002-05-061-1/+1
* Instruction Combination can create a ton of trivially dead instructions. RemoveChris Lattner2002-05-061-0/+1
* Run DCE AFTER SCCP and GCSE!Chris Lattner2002-05-061-1/+1
* Move constant merging pass earlierChris Lattner2002-04-291-1/+3
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Run GCSE as part of gccas.Chris Lattner2002-04-281-0/+2
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-181-0/+4
* The cleangcc pass is brokeninto two pieces, execute both of them.Chris Lattner2002-04-101-0/+1
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* Move the PromoteMemoryToRegister pass to be run _after_ the raise pointerChris Lattner2002-04-011-1/+1
* Rename constructor function for mem2reg pass.Cameron Buschardt2002-03-271-0/+2
* Add a debugging option to gccas to cause it to not do level raise or anythingChris Lattner2002-03-211-4/+8
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-061-1/+1
* Change to use new pass accessor functionsChris Lattner2002-02-261-9/+9
* Resolve depsChris Lattner2002-01-311-1/+1
* PassManager is now in it's own header fileChris Lattner2002-01-311-0/+1
* Only run DeadInst elimination early, because it is quick and painless andChris Lattner2002-01-221-1/+1
* Misc cleanups. Allocate ofstream statically, and use a pass to write out the...Chris Lattner2002-01-221-11/+7
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-221-1/+1
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-221-0/+2
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-3/+3
* Eliminate opt libraryChris Lattner2002-01-211-1/+1
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-9/+9