This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-12-15 23:57:48 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
ebbb024fb4
llvm-mirror
/
test
/
Transforms
History
Benjamin Kramer
700474a946
SimplifyLibCalls: Push TLI through the exp2->ldexp transform.
...
For the odd case of platforms with exp2 available but not ldexp. llvm-svn: 200795
2014-02-04 20:27:23 +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
[inliner] Skip debug intrinsics even earlier in computing the inline
2014-02-01 10:38:17 +00:00
InstCombine
SimplifyLibCalls: Push TLI through the exp2->ldexp transform.
2014-02-04 20:27:23 +00:00
InstSimplify
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
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
Revert "[SLPV] Recognize vectorizable intrinsics during SLP vectorization ..."
2014-02-01 01:37:30 +00:00
SROA
StripSymbols
StructurizeCFG
TailCallElim
TailDup