llvm-6502/lib/Transforms/Scalar
2012-07-23 19:27:31 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt move the bounds checking pass to the instrumentation folder, where it belongs. I dunno why in the world I dropped it in the Scalar folder in the first place. 2012-07-20 22:39:33 +00:00
CodeGenPrepare.cpp
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp
EarlyCSE.cpp
GlobalMerge.cpp
GVN.cpp
IndVarSimplify.cpp indvars: drive by heuristics fix. 2012-07-18 04:35:13 +00:00
JumpThreading.cpp Fix assertion in jump threading (PR13405). 2012-07-20 10:36:17 +00:00
LICM.cpp
LLVMBuild.txt
LoopDeletion.cpp
LoopIdiomRecognize.cpp
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp Reapply r160340. LSR: Limit CollectSubexprs. 2012-07-17 05:30:37 +00:00
LoopUnrollPass.cpp
LoopUnswitch.cpp
LowerAtomic.cpp
Makefile
MemCpyOptimizer.cpp
ObjCARC.cpp An objc_retain can serve as a may-use for a different pointer. 2012-07-23 19:27:31 +00:00
Reassociate.cpp Suppress a warning. 2012-07-23 13:44:15 +00:00
Reg2Mem.cpp
Scalar.cpp Move the initialization of the bounds checking pass. The pass itself 2012-07-22 05:19:32 +00:00
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFGPass.cpp fix PR13339 (remove the predecessor from the unwind BB when removing an invoke) 2012-07-16 22:49:40 +00:00
SimplifyLibCalls.cpp
Sink.cpp
TailRecursionElimination.cpp