llvm-6502/lib/Transforms/Scalar
2004-06-20 05:04:01 +00:00
..
ADCE.cpp Do not mark instructions in unreachable sections of the function as live. 2004-05-04 17:00:46 +00:00
BasicBlockPlacement.cpp
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DecomposeMultiDimRefs.cpp
GCSE.cpp Add support for replacement of formal arguments with simpler expressions. 2004-05-23 21:19:55 +00:00
IndVarSimplify.cpp Make use of BinaryOperator::create* methods to shrinkify code. 2004-06-20 05:04:01 +00:00
InstructionCombining.cpp Implement Transforms/InstCombine/and.ll:test17, a common case that 2004-06-18 06:07:51 +00:00
LICM.cpp Now that dominator tree children are built in determinstic order, this horrible code 2004-06-19 20:23:35 +00:00
LoopUnroll.cpp Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflow 2004-05-13 20:43:31 +00:00
LoopUnswitch.cpp
LowerGC.cpp Spelling people's names right is kinda important 2004-05-23 21:27:29 +00:00
Makefile
PiNodeInsertion.cpp
PRE.cpp
Reassociate.cpp
ScalarReplAggregates.cpp Do not loop over uses as we delete them. This causes iterators to be 2004-06-19 02:02:22 +00:00
SCCP.cpp
SimplifyCFG.cpp
SymbolStripping.cpp Make this pass simply invoke SymbolTable::strip(). 2004-05-25 08:51:25 +00:00
TailDuplication.cpp Remove unused header file. 2004-05-25 08:51:36 +00:00
TailRecursionElimination.cpp