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-07 11:33:44 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
885dffc391
llvm-6502
/
test
/
Transforms
History
Chris Lattner
0a11939fe8
reduce vec_shuffle2 and merge into vec_shuffle.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@83807
91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-11 22:54:48 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
CondProp
ConstantMerge
ConstProp
Extend ConstantFolding to understand signed overflow variants
2009-10-05 22:53:52 +00:00
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt
GVN
switch GVN to use SSAUpdater. Besides removing a lot of complexity
2009-10-10 23:50:30 +00:00
IndMemRem
IndVarSimplify
Add a testcase for r83011.
2009-09-28 21:03:02 +00:00
Inline
When considering whether to inline Callee into Caller,
2009-10-09 00:11:32 +00:00
InstCombine
reduce vec_shuffle2 and merge into vec_shuffle.
2009-10-11 22:54:48 +00:00
Internalize
IPConstantProp
JumpThreading
when folding duplicate conditions, delete the
2009-10-11 18:39:58 +00:00
LCSSA
Move the dominator verification code out of special code embedded within
2009-09-28 00:27:48 +00:00
LICM
LICM shouldn't sink/delete debug information. Fix this and add a testcase.
2009-10-11 19:15:54 +00:00
LoopDeletion
LoopIndexSplit
LoopRotate
Add a testcase to help test analysis preservation.
2009-09-28 18:40:27 +00:00
LoopSimplify
Move the dominator verification code out of special code embedded within
2009-09-28 00:27:48 +00:00
LoopStrengthReduce
LoopUnroll
LoopUnswitch
Move the dominator verification code out of special code embedded within
2009-09-28 00:27:48 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PruneEH
RaiseAllocations
Reassociate
ScalarRepl
SCCP
SimplifyCFG
SimplifyLibCalls
Fix SimplifyLibCalls to transfer attributes from callees rather than
2009-09-26 18:10:13 +00:00
SRETPromotion
SSI
StripSymbols
TailCallElim
TailDup