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
2025-01-26 23:32:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-6502
/
lib
/
Transforms
/
Scalar
History
…
..
ADCE.cpp
…
BasicBlockPlacement.cpp
…
CodeGenPrepare.cpp
…
CondPropagate.cpp
Fix PR1575 and test/Transforms/CondProp/2007-08-01-InvalidRead.ll
2007-08-02 04:47:05 +00:00
ConstantProp.cpp
…
CorrelatedExprs.cpp
…
DCE.cpp
…
DeadStoreElimination.cpp
…
GCSE.cpp
Use DominatorTree instead of ETForest.
2007-06-07 18:45:06 +00:00
GVN.cpp
…
GVNPRE.cpp
…
IndVarSimplify.cpp
Move the SCEV object factors from being static members of the individual
2007-10-22 18:31:58 +00:00
InstructionCombining.cpp
Fix PR1146: parameter attributes are longer part of
2007-11-27 13:23:08 +00:00
LICM.cpp
…
LoopIndexSplit.cpp
…
LoopRotation.cpp
…
LoopStrengthReduce.cpp
Remove indeterminism from a loop. We think this will
2007-11-17 02:48:01 +00:00
LoopUnroll.cpp
…
LoopUnswitch.cpp
…
LowerGC.cpp
…
LowerPacked.cpp
Finishing initial docs for all transformations in Passes.html.
2007-11-04 16:15:04 +00:00
Makefile
…
PredicateSimplifier.cpp
…
Reassociate.cpp
…
Reg2Mem.cpp
…
ScalarReplAggregates.cpp
At the point of calculating the shift amount, the
2007-11-06 20:39:11 +00:00
SCCP.cpp
…
SimplifyCFG.cpp
…
TailDuplication.cpp
…
TailRecursionElimination.cpp
…