llvm-6502/lib/Transforms/Scalar
2003-04-16 22:40:51 +00:00
..
ADCE.cpp Rename Instruction::hasSideEffects() -> mayWriteToMemory() 2003-02-24 20:48:32 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DecomposeMultiDimRefs.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Change the interface to constant expressions to allow automatic folding 2003-04-16 22:40:51 +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
PRE.cpp Initial checkin of PRE on LLVM. This implementation is still lacking in 2003-03-31 19:55:43 +00:00
Reassociate.cpp Rename Instruction::hasSideEffects() -> mayWriteToMemory() 2003-02-24 20:48:32 +00:00
SCCP.cpp
SimplifyCFG.cpp
SymbolStripping.cpp