*** empty log message ***
[oota-llvm.git] / tools / gccas / gccas.cpp
2002-07-22 Chris Lattner*** empty log message ***
2002-07-09 Vikram S. AdveDisabling reassociate pass until it is fixed.
2002-06-30 Chris LattnerYes, we REALLY DO want to run the reassociate pass.
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Chris LattnerSimplify the code that adds passes so compilation can...
2002-05-23 Chris LattnerNo need to run dce with adce right behind!
2002-05-22 Chris LattnerAdd the ADCE pass to gccas finally!
2002-05-21 Chris LattnerSimplify CFG after code generation is done
2002-05-14 Chris LattnerRun another local value numbering phase after redundanc...
2002-05-10 Chris LattnerAdd LICM pass to compiler
2002-05-08 Chris LattnerRun expression reassociation as part of gccas
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
2002-05-06 Chris LattnerGCSE is faster than SCCP, and it makes SCCP's job easie...
2002-05-06 Chris LattnerInstruction Combination can create a ton of trivially...
2002-05-06 Chris LattnerRun DCE AFTER SCCP and GCSE!
2002-04-29 Chris LattnerMove constant merging pass earlier
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-28 Chris LattnerRun GCSE as part of gccas.
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-10 Chris LattnerThe cleangcc pass is brokeninto two pieces, execute...
2002-04-01 Chris LattnerMove the PromoteMemoryToRegister pass to be run _after_...
2002-03-27 Cameron BuschardtRename constructor function for mem2reg pass.
2002-03-21 Chris LattnerAdd a debugging option to gccas to cause it to not...
2002-02-26 Chris LattnerChange to use new pass accessor functions
2002-01-31 Chris LattnerPassManager is now in it's own header file
2002-01-22 Chris LattnerOnly run DeadInst elimination early, because it is...
2002-01-22 Chris LattnerMisc cleanups. Allocate ofstream statically, and use...
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerAdd more passes to run after raising
2001-12-07 Chris LattnerRun DCE before cleanupGCCoutput which will cause some...
2001-12-05 Chris LattnerSimplify induction variables before 'raising' the repre...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner-raise includes constprop and dce
2001-11-26 Chris LattnerRun constprop before -raise
2001-11-01 Chris LattnerMove the Raise xform from opt to transforms
2001-10-31 Chris Lattnercrunch the output of GCC a bit to make it nicer
2001-10-31 Chris LattnerFix dumb copy and paste typos
2001-10-31 Chris LattnerInitial checkin of GCCAS