.. |
ADCE
|
|
|
AddDiscriminators
|
|
|
AggressiveInstCombine
|
|
|
AlignmentFromAssumptions
|
|
|
ArgumentPromotion
|
|
|
AtomicExpand
|
[AtomicExpandPass] Widen partword atomicrmw or/xor/and before tryExpandAtomicRMW
|
2018-08-17 14:03:37 +00:00 |
BDCE
|
|
|
BlockExtractor
|
|
|
BranchFolding
|
|
|
CalledValuePropagation
|
|
|
CallSiteSplitting
|
|
|
CodeExtractor
|
[CodeExtractor] Use 'normal destination' BB as insert point to store invoke results.
|
2018-08-21 20:07:46 +00:00 |
CodeGenPrepare
|
[CodeGenPrepare] Set debug locs when folding a comparison into a uadd.with.overflow
|
2018-08-22 18:15:03 +00:00 |
ConstantHoisting
|
[QTOOL-37352] Consider isLegalAddressingImm in Constant Hoisting
|
2018-08-28 23:00:59 +00:00 |
ConstantMerge
|
|
|
ConstProp
|
[X86] Add constant folding for AVX512 versions of scalar floating point to integer conversion intrinsics.
|
2018-08-12 22:09:54 +00:00 |
Coroutines
|
|
|
CorrelatedValuePropagation
|
[CVP] Extend tests to illustrate an old patch isn't needed
|
2018-08-24 21:56:43 +00:00 |
CrossDSOCFI
|
|
|
DCE
|
|
|
DeadArgElim
|
|
|
DeadStoreElimination
|
[BasicAA] Don't assume tail calls with byval don't alias allocas
|
2018-08-14 01:24:35 +00:00 |
DivRemPairs
|
|
|
EarlyCSE
|
[AMDGPU] Add support for multi-dword s.buffer.load intrinsic
|
2018-08-25 14:53:17 +00:00 |
EliminateAvailableExternally
|
|
|
EntryExitInstrumenter
|
|
|
ExpandMemCmp/X86
|
|
|
Float2Int
|
|
|
ForcedFunctionAttrs
|
|
|
FunctionAttrs
|
|
|
FunctionImport
|
|
|
GCOVProfiling
|
|
|
GlobalDCE
|
|
|
GlobalMerge
|
[GlobalMerge] Allow merging globals with explicit section markings.
|
2018-08-02 23:54:16 +00:00 |
GlobalOpt
|
[PPC] Remove Darwin support from POWER backend.
|
2018-08-28 01:18:29 +00:00 |
GlobalSplit
|
|
|
GuardWidening
|
[GuardWidening] Ignore guards with trivial conditions
|
2018-08-22 02:40:49 +00:00 |
GVN
|
[GVN] Invalidate cached info for phis when setting dead predecessors to undef
|
2018-08-23 12:48:17 +00:00 |
GVNHoist
|
[Local] Make DoesKMove required for combineMetadata.
|
2018-08-24 11:40:04 +00:00 |
GVNSink
|
[Local] Make DoesKMove required for combineMetadata.
|
2018-08-24 11:40:04 +00:00 |
IndirectBrExpand
|
|
|
IndVarSimplify
|
[PPC] Remove Darwin support from POWER backend.
|
2018-08-28 01:18:29 +00:00 |
InferAddressSpaces
|
|
|
InferFunctionAttrs
|
[LibCalls] Added returned attribute to libcalls
|
2018-08-23 05:18:23 +00:00 |
Inline
|
[Inliner] Attribute callsites with inline remarks
|
2018-08-28 15:27:25 +00:00 |
InstCombine
|
[InstCombine] add tests for llvm.sin(-x); NFC
|
2018-08-29 18:11:42 +00:00 |
InstMerge
|
|
|
InstNamer
|
|
|
InstSimplify
|
[InstSimplify] use isKnownNeverNaN to fold more fcmp ord/uno
|
2018-08-21 14:45:13 +00:00 |
InterleavedAccess
|
|
|
Internalize
|
|
|
IPConstantProp
|
Recommit r333268: [IPSCCP] Use PredicateInfo to propagate facts from cmp instructions.
|
2018-08-23 11:04:00 +00:00 |
IRCE
|
Revert "[SCEV][NFC] Check NoWrap flags before lexicographical comparison of SCEVs"
|
2018-08-27 21:41:37 +00:00 |
JumpThreading
|
[Local] Make DoesKMove required for combineMetadata.
|
2018-08-24 11:40:04 +00:00 |
LCSSA
|
[DebugInfo][LCSSA] Preserve debug location in lcssa phis
|
2018-07-31 14:54:52 +00:00 |
LICM
|
LoopSink: Don't sink into blocks without an insertion point (PR38462)
|
2018-08-29 06:55:27 +00:00 |
LoadStoreVectorizer
|
Revert "[SCEV][NFC] Check NoWrap flags before lexicographical comparison of SCEVs"
|
2018-08-27 21:41:37 +00:00 |
LoopDataPrefetch
|
|
|
LoopDeletion
|
|
|
LoopDistribute
|
|
|
LoopIdiom
|
SCEV should forget all loops containing a deleted block.
|
2018-08-09 17:53:26 +00:00 |
LoopInstSimplify
|
Update MemorySSA in LoopInstSimplify.
|
2018-08-22 20:05:21 +00:00 |
LoopInterchange
|
|
|
LoopLoadElim
|
|
|
LoopPredication
|
|
|
LoopReroll
|
|
|
LoopRotate
|
[ADCE] Remove the need of DomTree
|
2018-08-04 02:50:12 +00:00 |
LoopSimplify
|
|
|
LoopSimplifyCFG
|
Update MemorySSA in LoopSimplifyCFG.
|
2018-08-22 20:10:21 +00:00 |
LoopStrengthReduce
|
|
|
LoopUnroll
|
|
|
LoopUnrollAndJam
|
[UnJ] Improve explicit loop count checks
|
2018-08-11 07:37:31 +00:00 |
LoopUnswitch
|
|
|
LoopVectorize
|
Revert "[SCEV][NFC] Check NoWrap flags before lexicographical comparison of SCEVs"
|
2018-08-27 21:41:37 +00:00 |
LoopVersioning
|
|
|
LoopVersioningLICM
|
|
|
LowerAtomic
|
|
|
LowerExpectIntrinsic
|
|
|
LowerGuardIntrinsic
|
|
|
LowerInvoke
|
|
|
LowerSwitch
|
|
|
LowerTypeTests
|
|
|
Mem2Reg
|
|
|
MemCpyOpt
|
|
|
MergeFunc
|
|
|
MergeICmps
|
|
|
MetaRenamer
|
|
|
NameAnonGlobals
|
|
|
NaryReassociate
|
|
|
NewGVN
|
[NewGVN] Add tests for r340031.
|
2018-08-17 14:39:53 +00:00 |
ObjCARC
|
|
|
PartiallyInlineLibCalls
|
|
|
PGOProfile
|
[PGO] add target md5sum in warning message for icall
|
2018-08-24 21:38:24 +00:00 |
PhaseOrdering
|
|
|
PlaceSafepoints
|
|
|
PreISelIntrinsicLowering
|
|
|
PruneEH
|
|
|
Reassociate
|
|
|
Reg2Mem
|
|
|
RewriteStatepointsForGC
|
|
|
SafeStack
|
[SafeStack] Set debug location for calls to __safestack_pointer_address.
|
2018-08-24 20:42:32 +00:00 |
SampleProfile
|
[SampleFDO] Fix a bug in getOrCompHotCountThreshold/getOrCompColdCountThreshold
|
2018-08-07 18:13:10 +00:00 |
Scalarizer
|
|
|
SCCP
|
[PPC] Remove Darwin support from POWER backend.
|
2018-08-28 01:18:29 +00:00 |
SeparateConstOffsetFromGEP
|
|
|
SimpleLoopUnswitch
|
[SimpleLoopUnswitch] Form dedicated exits after trivial unswitches.
|
2018-08-28 20:41:05 +00:00 |
SimplifyCFG
|
[PPC] Remove Darwin support from POWER backend.
|
2018-08-28 01:18:29 +00:00 |
Sink
|
|
|
SLPVectorizer
|
[SLP] Fix insert point for reused extract instructions.
|
2018-08-07 19:21:05 +00:00 |
SpeculateAroundPHIs
|
|
|
SpeculativeExecution
|
|
|
SROA
|
|
|
StraightLineStrengthReduce
|
|
|
StripDeadPrototypes
|
|
|
StripSymbols
|
|
|
StructurizeCFG
|
|
|
SyntheticCountsPropagation
|
|
|
TailCallElim
|
[TailCallElim] Preserve DT and PDT
|
2018-08-04 08:13:47 +00:00 |
ThinLTOBitcodeWriter
|
|
|
Util
|
|
|
WholeProgramDevirt
|
|
|