llvm-6502/lib/Transforms/Scalar
Chris Lattner 14987f16b4 - GCSE now no longer counts instructions not removed (due to no common
dominator as being removed)
  - GCSE now uses new Value #'ing interface, instead of dealing with AA itself
  - GCSE worklist implementation much simpler, class cleaned up.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3533 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-30 20:22:29 +00:00
..
ADCE.cpp - Split Dominators.h into Dominators.h & PostDominators.h 2002-08-21 23:43:50 +00:00
ConstantProp.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
DCE.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
DecomposeMultiDimRefs.cpp Eliminated the MemAccessInst class, folding contents into GEP class. 2002-08-22 23:37:20 +00:00
GCSE.cpp - GCSE now no longer counts instructions not removed (due to no common 2002-08-30 20:22:29 +00:00
IndVarSimplify.cpp - Cleaned up the interface to AnalysisUsage to take analysis class names 2002-08-08 19:01:30 +00:00
InstructionCombining.cpp - instcombine demorgan's law: and (not A), (not B) == not (or A, B) 2002-08-23 18:32:43 +00:00
LICM.cpp Load & StoreInst no longer derive from MemAccessInst, so we don't have 2002-08-22 22:49:05 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
PiNodeInsertion.cpp - Cleaned up the interface to AnalysisUsage to take analysis class names 2002-08-08 19:01:30 +00:00
Reassociate.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SCCP.cpp Eliminated the MemAccessInst class, folding contents into GEP class. 2002-08-22 23:37:20 +00:00
SimplifyCFG.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00
SymbolStripping.cpp * Add support for different "PassType's" 2002-07-26 21:12:46 +00:00