Add new prototype for createLowerInvokePass(). Make simplifycfg be a
[oota-llvm.git] / include / llvm / Transforms / Scalar.h
2003-10-05 Chris LattnerAdd new prototype for createLowerInvokePass(). Make...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-20 Chris LattnerExpose the TCE pass
2003-09-10 Chris LattnerFix spell-o's
2003-09-01 Chris LattnerAdd RPR prototype here
2003-09-01 Chris LattnerChange the RaiseAllocations pass from being a BasicBloc...
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-06-22 Chris LattnerAdd prototype for tail-dup pass
2003-05-27 Chris LattnerExpose proto for SRoA pass.
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-04-23 Chris LattnerAdd stub to create lowerSwitches pass
2002-10-08 Chris LattnerExpose isCriticalEdge & SplitCriticalEdge methods from...
2002-09-26 Chris LattnerCheckin new loop-preheader insertion pass.
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-24 Chris LattnerExpose passinfo from BreakCriticalEdges pass so that...
2002-09-24 Chris LattnerAdd new BreakCriticalEdges pass
2002-09-16 Vikram S. AdveAllow transformation DecomposeArrayRef(GetElementPtrIns...
2002-09-06 Chris LattnerInclude stub for correlated expression elimination...
2002-07-23 Chris LattnerMerge the contents of ChangeAllocations.h into Scalar.h
2002-05-21 Chris LattnerExpose CFG simplification pass
2002-05-10 Chris LattnerAdd prototype for LICM pass
2002-05-10 Chris LattnerAdd prototype for the PiNodeInserter pass
2002-05-08 Chris LattnerAdd expr reassociation pass prototype
2002-05-07 Chris LattnerSpell aggressive right
2002-05-07 Chris LattnerNew header file to replace all of the Scalar/*.h files.