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-13 04:30:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
943baedefd
llvm-6502
/
test
/
Transforms
History
Jakub Staszak
943baedefd
Don't run expensive -O2 and -O3 in tests.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@179825
91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-19 01:10:45 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
CostModel: increase the default cost of supported floating point operations from 1 to two. Fixed a few tests that changes because now the cost of one insert + a vector operation on two doubles is lower than two scalar operations on doubles.
2013-04-12 21:15:03 +00:00
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
FunctionAttrs
GCOVProfiling
GlobalDCE
Don't run expensive -O2 and -O3 in tests.
2013-04-19 01:10:45 +00:00
GlobalOpt
GVN
IndVarSimplify
Inline
InstCombine
In the function InstCombiner::visitExtractElementInst() removed the limitation that extract is promoted over a cast only if the cast has only one use.
2013-04-18 19:56:44 +00:00
InstSimplify
Add missing colons to check lines.
2013-04-11 12:41:41 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize
LoopVectorizer: Recognize min/max reductions
2013-04-18 17:22:34 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
We are not able to bitcast a pointer to an integral value.
2013-04-15 22:33:50 +00:00
MetaRenamer
ObjCARC
[objc-arc] Do not mismatch up retains inside a for loop with releases outside said for loop in the presense of differing provenance caused by escaping blocks.
2013-04-18 05:39:45 +00:00
PhaseOrdering
Don't run expensive -O2 and -O3 in tests.
2013-04-19 01:10:45 +00:00
PruneEH
Reassociate
Reg2Mem
ScalarRepl
SCCP
SimplifyCFG
simplifycfg: Fix integer overflow converting switch into icmp.
2013-04-16 08:35:36 +00:00
SimplifyLibCalls
Sink
SLPVectorizer
SLPVectorizer: Make it a function pass and add code for hoisting the vector-gather sequence out of loops.
2013-04-15 22:00:26 +00:00
SROA
StripSymbols
TailCallElim
TailDup