llvm-6502/lib/Transforms/Scalar
2011-08-11 21:06:32 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CMakeLists.txt Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
CodeGenPrepare.cpp
ConstantProp.cpp
CorrelatedValuePropagation.cpp
DCE.cpp
DeadStoreElimination.cpp Misc mid-level changes for new 'fence' instruction. 2011-07-27 01:08:30 +00:00
EarlyCSE.cpp
GVN.cpp
IndVarSimplify.cpp Cleanup. Make ScalarEvolution an explicit argument of the 2011-08-10 04:22:26 +00:00
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp
LoopIdiomRecognize.cpp
LoopInstSimplify.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnrollPass.cpp Invoke SimplifyIndVar when we partially unroll a loop. Fixes PR10534. 2011-08-10 04:29:49 +00:00
LoopUnswitch.cpp
LowerAtomic.cpp Representation of 'atomic load' and 'atomic store' in IR. 2011-08-09 23:02:53 +00:00
Makefile
MemCpyOptimizer.cpp
ObjCARC.cpp Fix typos in comments, and delete an unused function. 2011-08-11 21:06:32 +00:00
Reassociate.cpp Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gcc buildbots on i386. Devang is looking into the root cause. 2011-08-02 02:23:42 +00:00
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp Add new atomic instructions to SCCP. No functional change, but stops debug spam. 2011-08-02 21:35:16 +00:00
SimplifyCFGPass.cpp
SimplifyLibCalls.cpp
Sink.cpp
TailDuplication.cpp
TailRecursionElimination.cpp