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-21 00:32:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
aec1f2c2f5
llvm-6502
/
test
/
Transforms
History
Hans Wennborg
6426666f65
InstCombine: don't drop 'inalloca' in PromoteCastOfAllocation (PR19569)
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@207426
91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-28 17:40:03 +00:00
..
ADCE
AddDiscriminators
Fix bug 19437 - Only add discriminators for DWARF 4 and above.
2014-04-17 22:33:50 +00:00
ArgumentPromotion
AtomicExpandLoadLinked
/ARM
Atomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-17 18:22:47 +00:00
BBVectorize
Allow vectorization of bit intrinsics in BB Vectorizer.
2014-04-25 03:33:48 +00:00
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantHoisting
[Constant Hoisting] Materialize the constant before the cloned cast instruction.
2014-04-22 18:06:58 +00:00
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
DeadStoreElimination
DebugIR
EarlyCSE
FunctionAttrs
GCOVProfiling
GlobalDCE
GlobalMerge
GlobalOpt
GVN
IndVarSimplify
Inline
[inliner] Significantly improve the compile time in cases like PR19499
2014-04-28 08:52:44 +00:00
InstCombine
InstCombine: don't drop 'inalloca' in PromoteCastOfAllocation (PR19569)
2014-04-28 17:40:03 +00:00
InstSimplify
RecursivelyDeleteTriviallyDeadInstructions() could remove
2014-04-26 05:58:11 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopReroll
LoopRotate
LoopSimplify
LoopStrengthReduce
[LoopStrengthReduce] Don't trim formula that uses a subset of required registers
2014-04-25 21:02:21 +00:00
LoopUnroll
LoopUnswitch
LoopVectorize
[CLNUP] Test commit. Remove newline.
2014-04-24 08:42:58 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
MetaRenamer
ObjCARC
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
SampleProfile
Scalarizer
ScalarRepl
SCCP
SimplifyCFG
Sink
SLPVectorizer
Reapply "SLPVectorizer: Ignore users that are insertelements we can reschedule them"
2014-04-10 13:41:35 +00:00
SROA
StripSymbols
StructurizeCFG
TailCallElim
Fix PR7272 in -tailcallelim instead of the inliner
2014-04-21 20:48:47 +00:00
TailDup