llvm-6502/lib/Transforms/Scalar
2009-11-20 19:57:37 +00:00
..
ABCD.cpp Fix DenseMap iterator constness. 2009-11-10 01:02:17 +00:00
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt remove the now dead condprop pass, PR3906. 2009-11-11 05:56:35 +00:00
CodeGenPrepare.cpp
ConstantProp.cpp remove a bunch of extraneous LLVMContext arguments 2009-11-06 04:27:31 +00:00
DCE.cpp
DeadStoreElimination.cpp Add defensive break. 2009-11-10 19:36:40 +00:00
GEPSplitter.cpp
GVN.cpp Add an option for running GVN with redundant load processing disabled. 2009-11-14 02:27:51 +00:00
IndVarSimplify.cpp Update various Loop optimization passes to cope with the possibility that 2009-11-05 21:11:53 +00:00
InstructionCombining.cpp Fix PR5563, an expensive checks failure when running on 2009-11-20 13:19:51 +00:00
JumpThreading.cpp make PRE of loads preserve the alignment of the moved load instruction. 2009-11-15 19:58:31 +00:00
LICM.cpp Enable hoisting of loads from constant memory by default. In cases where 2009-11-19 19:00:10 +00:00
LoopDeletion.cpp LoopDeletion depends on loops having dedicated exits. 2009-11-05 21:47:04 +00:00
LoopIndexSplit.cpp Update various Loop optimization passes to cope with the possibility that 2009-11-05 21:11:53 +00:00
LoopRotation.cpp Update various Loop optimization passes to cope with the possibility that 2009-11-05 21:11:53 +00:00
LoopStrengthReduce.cpp grammar 2009-11-17 21:37:04 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp remove a bunch of extraneous LLVMContext arguments 2009-11-06 04:27:31 +00:00
Makefile
MemCpyOptimizer.cpp
Reassociate.cpp Remove LLVMContext from reassociate. It was threaded through every function but 2009-11-14 07:25:54 +00:00
Reg2Mem.cpp
Scalar.cpp remove the now dead condprop pass, PR3906. 2009-11-11 05:56:35 +00:00
ScalarReplAggregates.cpp
SCCP.cpp fix a crash in SCCP handling extractvalue of an array, pointed out and 2009-11-10 22:02:09 +00:00
SCCVN.cpp Re-enable this code, since redundant PHIs are now being better nuked. 2009-11-12 23:22:41 +00:00
SimplifyCFGPass.cpp
SimplifyHalfPowrLibCalls.cpp
SimplifyLibCalls.cpp Add some rough optimizations for checking routines. 2009-11-20 19:57:37 +00:00
TailDuplication.cpp remove a bunch of extraneous LLVMContext arguments 2009-11-06 04:27:31 +00:00
TailRecursionElimination.cpp Improve tail call elimination to handle the switch statement. 2009-11-07 21:10:15 +00:00