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-11-05 13:09:10 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a3de371b53
llvm-6502
/
test
/
Transforms
History
Gerolf Hoflehner
3bc859466b
fix for null VectorizedValue assertion in the SLP Vectorizer (in function vectorizeTree()). radar://16064178
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@201501
91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-17 03:06:16 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BranchFolding
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextSupport() call
2014-02-13 14:44:26 +00:00
CodeExtractor
CodeGenPrepare
ConstantHoisting
/X86
[Constant Hoisting] Fix insertion point for constant materialization.
2014-02-08 00:20:49 +00:00
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
Fix broken CHECK lines
2014-02-16 07:31:05 +00:00
DeadStoreElimination
DebugIR
EarlyCSE
FunctionAttrs
GCOVProfiling
GlobalDCE
GlobalOpt
GlobalOpt: Aliases don't have sections, don't copy them when replacing
2014-02-13 02:18:36 +00:00
GVN
IndVarSimplify
Inline
Set default of inlinecold-threshold to 225.
2014-02-06 01:59:22 +00:00
InstCombine
Do more addrspacecast transforms that happen for bitcast.
2014-02-14 00:49:12 +00:00
InstSimplify
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
[LPM] Switch LICM to actively use LCSSA in addition to preserving it.
2014-02-11 12:52:27 +00:00
LoopDeletion
LoopIdiom
LoopReroll
LoopRotate
[LPM] Fix PR18643, another scary place where loop transforms failed to
2014-01-29 13:16:53 +00:00
LoopSimplify
[LPM] Switch LICM to actively use LCSSA in addition to preserving it.
2014-02-11 12:52:27 +00:00
LoopStrengthReduce
SCEVExpander: Try hard not to create derived induction variables in other loops
2014-02-16 15:49:50 +00:00
LoopUnroll
LoopUnswitch
LoopVectorize
LoopVectorizer: Keep track of conditional store basic blocks
2014-02-08 20:41:13 +00:00
LowerAtomic
LowerExpectIntrinsic
Lower llvm.expect intrinsic correctly for i1
2014-02-02 22:43:55 +00:00
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
A memcpy out of an fresh alloca is a no-op, delete it. Patch by Patrick Walton!
2014-02-06 06:29:19 +00:00
MergeFunc
MetaRenamer
ObjCARC
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
SampleProfile
Scalarizer
ScalarRepl
SCCP
SimplifyCFG
Allow speculating llvm.sqrt, fma and fmuladd
2014-01-31 00:09:00 +00:00
Sink
SLPVectorizer
fix for null VectorizedValue assertion in the SLP Vectorizer (in function vectorizeTree()). radar://16064178
2014-02-17 03:06:16 +00:00
SROA
StripSymbols
StructurizeCFG
TailCallElim
TailDup