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-29 10:32:47 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
76dba94dfa
llvm-6502
/
test
/
Transforms
History
Nick Lewycky
a06cf82a7b
Fix misoptimization of: xor i1 (icmp eq (X, C1), icmp s[lg]t (X, C2))
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@56834
91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-30 06:08:34 +00:00
..
ADCE
AddReadAttrs
Add test for improvement of readonly to readnone,
2008-09-19 09:20:05 +00:00
ArgumentPromotion
BlockPlacement
Rationalize the names of passes that print information:
2008-09-23 12:47:39 +00:00
BranchFolding
CodeExtractor
CondProp
ConstantMerge
ConstProp
DeadArgElim
Support inreg, zext and sext as return value attributes.
2008-09-29 20:49:50 +00:00
DeadStoreElimination
GlobalDCE
GlobalOpt
Resolve aliases, when possible
2008-09-09 19:04:59 +00:00
GVN
GVNPRE
IndVarsSimplify
if loop induction variable is always sign or zero extended then
2008-09-09 21:41:07 +00:00
Inline
Implement function notes as function attributes.
2008-09-26 23:51:19 +00:00
InstCombine
Fix misoptimization of: xor i1 (icmp eq (X, C1), icmp s[lg]t (X, C2))
2008-09-30 06:08:34 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIndexSplit
splitLoop does not handle split condition EQ.
2008-09-18 23:45:14 +00:00
LoopRotate
LoopSimplify
LoopStrengthReduce
Remove.
2008-09-09 21:41:34 +00:00
LoopUnroll
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
PredicateSimplifier
PruneEH
Rationalize the names of passes that print information:
2008-09-23 12:47:39 +00:00
RaiseAllocations
Reassociate
ScalarRepl
Add a testcase showing that scalarrepl supports first class structs.
2008-09-29 10:42:13 +00:00
SCCP
SimplifyCFG
Do not hoist instruction above branch condition. The instruction may use branch condition.
2008-09-17 18:21:49 +00:00
SimplifyLibCalls
SRETPromotion
StripSymbols
TailCallElim
TailDup