This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-08 04:07:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
8b23bb792e
llvm-6502
/
lib
/
Transforms
/
Scalar
History
Owen Anderson
8b23bb792e
We need to update PHIs containing the exiting block, not the exit block. We really should come up with better names for these.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@50770
91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-06 20:55:16 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
CodeGenPrepare.cpp
CondPropagate.cpp
ConstantProp.cpp
DCE.cpp
DeadStoreElimination.cpp
GCSE.cpp
GVN.cpp
GVNPRE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp
JumpThreading.cpp
LICM.cpp
LoopDeletion.cpp
We need to update PHIs containing the exiting block, not the exit block. We really should come up with better names for these.
2008-05-06 20:55:16 +00:00
LoopIndexSplit.cpp
LoopRotation.cpp
LoopStrengthReduce.cpp
LoopUnroll.cpp
LoopUnswitch.cpp
Makefile
MemCpyOptimizer.cpp
PredicateSimplifier.cpp
Reassociate.cpp
Reg2Mem.cpp
Scalar.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFG.cpp
SimplifyLibCalls.cpp
TailDuplication.cpp
TailRecursionElimination.cpp