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-26 05:32:25 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
2e3524ec17
llvm-6502
/
test
/
Transforms
History
Daniel Berlin
403050abcc
Allow PRE to insert no-cost phi nodes
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@228024
91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-03 20:37:08 +00:00
..
ADCE
AddDiscriminators
AlignmentFromAssumptions
ArgumentPromotion
AtomicExpand
/ARM
BBVectorize
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantHoisting
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
EarlyCSE
[PM] Port EarlyCSE to the new pass manager.
2015-02-01 10:51:23 +00:00
FunctionAttrs
GCOVProfiling
GlobalDCE
GlobalOpt
GVN
Allow PRE to insert no-cost phi nodes
2015-02-03 20:37:08 +00:00
IndVarSimplify
Inline
Inliner: Use replaceDbgDeclareForAlloca() instead of splicing the
2015-01-30 19:37:48 +00:00
InstCombine
Move EH personality type classification to Analysis/LibCallSemantics.h
2015-01-28 01:17:38 +00:00
InstMerge
InstSimplify
Fold fcmp in cases where value is provably non-negative. By Arch Robison.
2015-01-28 08:03:58 +00:00
Internalize
IPConstantProp
IRCE
Teach IRCE to look at branch weights when recognizing range checks
2015-01-27 21:38:12 +00:00
JumpThreading
LCSSA
LICM
LoadCombine
LoopDeletion
LoopIdiom
LoopReroll
LoopRotate
LoopRotate: Don't walk the uses of a Constant
2015-01-27 06:21:43 +00:00
LoopSimplify
Teach SplitBlockPredecessors how to handle landingpad blocks.
2015-01-28 23:06:47 +00:00
LoopStrengthReduce
[X86] Reduce some 32-bit imuls into lea + shl
2015-01-28 14:08:22 +00:00
LoopUnroll
LoopUnswitch
LoopVectorize
Move the target specific test case arbitrary-induction-step.ll to test/Transforms/LoopVectorize/AArch64 folder.
2015-01-30 07:33:31 +00:00
LowerAtomic
LowerExpectIntrinsic
[PM] Port LowerExpectIntrinsic to the new pass manager.
2015-01-24 11:13:02 +00:00
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
MetaRenamer
ObjCARC
PartiallyInlineLibCalls
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
SampleProfile
Scalarizer
ScalarRepl
SCCP
SeparateConstOffsetFromGEP
/NVPTX
SimplifyCFG
[PM] Port SimplifyCFG to the new pass manager.
2015-02-01 11:34:21 +00:00
Sink
SLPVectorizer
Fix: SLPVectorizer crashes with assertion when vectorizing a cmp instruction.
2015-02-02 12:45:34 +00:00
SROA
StraightLineStrengthReduce
Add straight-line strength reduction to LLVM
2015-02-03 19:37:06 +00:00
StripSymbols
StructurizeCFG
TailCallElim
TailDup
Util