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-01 00:33:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
523cd85b50
llvm-6502
/
test
/
Transforms
History
Nadav Rotem
523cd85b50
SLPVectorizer: Sink and enable CSE for ExtractElements.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@186145
91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-12 06:09:24 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
DebugIR
EarlyCSE
FunctionAttrs
Extend 'readonly' and 'readnone' to work on function arguments as well as
2013-07-06 00:29:58 +00:00
GCOVProfiling
GlobalDCE
GlobalOpt
GVN
Eliminate trivial redundant loads across nocapture+readonly calls to uncaptured
2013-07-07 10:15:16 +00:00
IndVarSimplify
indvars: Improve LFTR by eliminating truncation when comparing against a constant.
2013-07-11 17:08:59 +00:00
Inline
InstCombine
InstSimplify: X >> X -> 0
2013-07-09 22:01:22 +00:00
InstSimplify
InstSimplify: X >> X -> 0
2013-07-09 22:01:22 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize
LoopVectorize: Vectorize all accesses in address space zero with unit stride
2013-07-11 15:21:55 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
MetaRenamer
ObjCARC
[objc-arc] Committed test for r185770 as per dblaikie's suggestion.
2013-07-08 02:13:47 +00:00
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
ScalarRepl
SCCP
SimplifyCFG
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
2013-07-11 08:28:20 +00:00
Sink
SLPVectorizer
SLPVectorizer: Sink and enable CSE for ExtractElements.
2013-07-12 06:09:24 +00:00
SROA
StripSymbols
StructurizeCFG
TailCallElim
Teach TailRecursionElimination to handle certain cases of nocapture escaping allocas.
2013-07-11 04:40:01 +00:00
TailDup