llvm-6502/lib/Transforms/Scalar
Chris Lattner 0252e49f6d Convert LICM over to use AliasSetTracker. Besides being nicer, this automatically
allows LICM to use access sizes to help alias analysis be more precise.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5693 91177308-0d34-0410-b5e6-96231b3b80d8
2003-03-03 23:32:45 +00:00
..
ADCE.cpp Rename Instruction::hasSideEffects() -> mayWriteToMemory() 2003-02-24 20:48:32 +00:00
BreakCriticalEdges.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DecomposeMultiDimRefs.cpp
GCSE.cpp Fix typo 2003-02-01 04:50:59 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp 4 new transformations: 2003-02-18 19:57:07 +00:00
LICM.cpp Convert LICM over to use AliasSetTracker. Besides being nicer, this automatically 2003-03-03 23:32:45 +00:00
Makefile
PiNodeInsertion.cpp
Reassociate.cpp Rename Instruction::hasSideEffects() -> mayWriteToMemory() 2003-02-24 20:48:32 +00:00
SCCP.cpp
SimplifyCFG.cpp
SymbolStripping.cpp