llvm-6502/lib/Transforms/Scalar
2007-07-31 23:27:13 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp Fix thinko. Update return status appropriately. 2007-07-26 20:21:42 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp Remove a bogus return statement, what appears to have been a pasto 2007-07-26 15:29:35 +00:00
DCE.cpp
DeadStoreElimination.cpp
FastDSE.cpp Fix file header. 2007-07-23 18:30:37 +00:00
GCSE.cpp
GVN.cpp Don't let the memory allocator outsmart GVN. ;-) 2007-07-31 23:27:13 +00:00
GVNPRE.cpp Fix a bug where we were marking GEP expressions with the wrong opcode. 2007-07-20 08:19:20 +00:00
IndVarSimplify.cpp
InstructionCombining.cpp Fix a bug in GetKnownAlignment of packed structs. 2007-07-31 20:13:21 +00:00
LICM.cpp Add note. 2007-07-31 16:52:25 +00:00
LoopRotation.cpp Loop Rotation pass preserves dominator tree and frontier. 2007-07-30 20:22:53 +00:00
LoopStrengthReduce.cpp Use SCEVExpander::InsertCastOfTo instead of calling new IntToPtrInst 2007-07-31 17:22:27 +00:00
LoopUnroll.cpp
LoopUnswitch.cpp Loop unswitch preserves dom info. 2007-07-31 08:03:26 +00:00
LowerGC.cpp
LowerPacked.cpp
Makefile
PredicateSimplifier.cpp
Reassociate.cpp
RedundantLoadElimination.cpp Rename a lot of things to change FastDLE to RedundantLoadElimination. 2007-07-24 00:17:04 +00:00
Reg2Mem.cpp
ScalarReplAggregates.cpp Fix comments about vectors to use the current wording. 2007-07-16 14:29:03 +00:00
SCCP.cpp Place SCCPSolver also in the anonymous namespace. This 2007-07-20 08:56:21 +00:00
SimplifyCFG.cpp
TailDuplication.cpp
TailRecursionElimination.cpp