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-16 11:30:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
26baaa1efb
llvm-6502
/
test
/
Transforms
History
Nick Lewycky
44e40408ee
A memcpy out of an fresh alloca is a no-op, delete it. Patch by Patrick Walton!
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@200907
91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-06 06:29:19 +00:00
..
ADCE
ArgumentPromotion
Update optimization passes to handle inalloca arguments
2014-01-28 02:38:36 +00:00
BBVectorize
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantHoisting
/X86
ConstantHoisting: We can't insert instructions directly in front of a PHI node.
2014-01-27 13:11:43 +00:00
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim
inalloca: Don't remove dead arguments in the presence of inalloca args
2014-02-03 20:42:49 +00:00
DeadStoreElimination
Update optimization passes to handle inalloca arguments
2014-01-28 02:38:36 +00:00
DebugIR
EarlyCSE
FunctionAttrs
Update optimization passes to handle inalloca arguments
2014-01-28 02:38:36 +00:00
GCOVProfiling
GlobalDCE
GlobalOpt
GVN
IndVarSimplify
[LPM] Fix PR18642, a pretty nasty bug in IndVars that "never mattered"
2014-01-29 04:40:19 +00:00
Inline
Set default of inlinecold-threshold to 225.
2014-02-06 01:59:22 +00:00
InstCombine
SimplifyLibCalls: Push TLI through the exp2->ldexp transform.
2014-02-04 20:27:23 +00:00
InstSimplify
InstSimplify: Make shift, select and GEP simplifications vector-aware.
2014-01-24 17:09:53 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
[LPM] Apply a really big hammer to fix PR18688 by recursively reforming
2014-02-01 13:35:14 +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] Make LCSSA a utility with a FunctionPass that applies it to all
2014-01-25 04:07:24 +00:00
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize
LoopVectorizer: Enable unrolling of conditional stores and the load/store
2014-02-02 03:12:34 +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
Fix known typos
2014-01-24 17:20:08 +00:00
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
Revert "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."
2014-02-01 01:37:30 +00:00
SROA
StripSymbols
StructurizeCFG
TailCallElim
TailDup