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-12-17 18:31:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2575a9c606
llvm-6502
/
test
/
Transforms
History
Frits van Bommel
338af5e749
Add test cases for Jay's r129641 and fix a 32-bit-centric testcase in a file with a 64-bit datalayout.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@129643
91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-16 14:31:50 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
Fix a ton of comment typos found by codespell. Patch by
2011-04-15 05:18:47 +00:00
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
* The DSE code that tested for overlapping needed to take into account the fact
2011-03-30 21:37:19 +00:00
EarlyCSE
FunctionAttrs
GlobalDCE
GlobalOpt
Add back a couple checks removed by r129128; the fact that an intitializer
2011-04-09 09:11:09 +00:00
GVN
IndVarSimplify
Inline
InstCombine
Add test cases for Jay's r129641 and fix a 32-bit-centric testcase in a file with a 64-bit datalayout.
2011-04-16 14:31:50 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
Fix an infinite alternation in JumpThreading where two transforms would repeatedly undo each other. The solution is to perform more aggressive constant folding to make one of the edges just folded away rather than trying to thread it.
2011-04-14 21:35:50 +00:00
LCSSA
LICM
PR9604; try to deal with RAUW updates correctly in the AST. I'm not convinced
2011-04-09 06:55:46 +00:00
LoopDeletion
LoopIdiom
LoopRotate
fix PR9523, a crash in looprotate on a non-canonical loop made out of indirectbr.
2011-04-09 07:25:58 +00:00
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LowerAtomic
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PruneEH
Reassociate
Fix reassociate to use a worklist instead of recursing when new
2011-04-12 00:11:56 +00:00
ScalarRepl
Fix a ton of comment typos found by codespell. Patch by
2011-04-15 05:18:47 +00:00
SCCP
Fix a ton of comment typos found by codespell. Patch by
2011-04-15 05:18:47 +00:00
SimplifyCFG
Do not let debug info interfer with branch folding.
2011-04-07 23:11:25 +00:00
SimplifyLibCalls
Sink
StripSymbols
TailCallElim
TailDup