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 03:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
9bd2c2e63c
llvm-6502
/
test
/
Transforms
History
Duncan Sands
9bd2c2e63c
Fix typo in comment, spotted by Deewiant.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@122329
91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-21 13:39:20 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
revert r122164, I'm going to go with a different approach.
2010-12-19 04:23:03 +00:00
ConstantMerge
ConstProp
CorrelatedValuePropagation
Fix PR8790, another instance where unreachable code can cause instruction simplification to fail,
2010-12-15 00:55:35 +00:00
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt
GVN
Preserve TBAA tags when doing load PRE.
2010-12-15 23:53:55 +00:00
IndVarSimplify
Inline
when eliding a byval copy due to inlining a readonly function, we have
2010-12-20 08:10:40 +00:00
InstCombine
Teach InstCombine to merge (icmp ult (X + CA), C1) | (icmp eq X, C2) into (icmp ult (X + CA), C1 + 1) if C2 + CA == C1.
2010-12-20 16:18:51 +00:00
InstSimplify
Fix typo in comment, spotted by Deewiant.
2010-12-21 13:39:20 +00:00
Internalize
IPConstantProp
JumpThreading
Teach jump threading to "look through" a select when the branch direction of a terminator depends on it.
2010-12-15 09:51:20 +00:00
LCSSA
LICM
Enhance LICM to promote alias sets whose pointers themselves are stored,
2010-12-19 05:57:25 +00:00
LoopDeletion
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LowerAtomic
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PartialSpecialize
PruneEH
Reassociate
ScalarRepl
SCCP
SimplifyCFG
SimplifyCFG: Ranges can be larger than 64 bits. Fixes Release-selfhost build.
2010-12-17 10:48:14 +00:00
SimplifyLibCalls
Revert r64460. strtol and friends cannot be marked readonly, even with
2010-12-17 01:09:43 +00:00
Sink
SRETPromotion
StripSymbols
TailCallElim
TailDup