.. |
ADCE
|
[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.
|
2016-04-15 15:57:41 +00:00 |
AddDiscriminators
|
[PM] Port Add discriminator pass to new PM
|
2016-06-15 21:51:30 +00:00 |
AlignmentFromAssumptions
|
[PM] Port AlignmentFromAssumptions to the new PM.
|
2016-06-15 06:18:01 +00:00 |
ArgumentPromotion
|
Remove the ScalarReplAggregates pass
|
2016-06-15 00:19:09 +00:00 |
AtomicExpand
|
Support expanding partial-word cmpxchg to full-word cmpxchg in AtomicExpandPass.
|
2016-06-17 18:11:48 +00:00 |
BBVectorize
|
Revert "[ValueTracking] Teach computeKnownBits for PHI nodes to compute sign bit for a recurrence with a NSW addition."
|
2016-06-29 04:57:00 +00:00 |
BDCE
|
[PM] Port BDCE to the new pass manager.
|
2016-05-25 01:57:04 +00:00 |
BranchFolding
|
…
|
|
CodeExtractor
|
…
|
|
CodeGenPrepare
|
[CodeGenPrepare] Don't sink a cast past its user
|
2016-04-27 19:36:38 +00:00 |
ConstProp
|
Revert "[SCCP] Partially propagate informations when the input is not fully defined."
|
2016-05-11 23:06:10 +00:00 |
ConstantHoisting
|
[PM] Port ConstantHoisting to the new Pass Manager
|
2016-07-02 00:16:47 +00:00 |
ConstantMerge
|
[PM] Port ConstantMerge to the new pass manager.
|
2016-05-05 00:51:09 +00:00 |
CorrelatedValuePropagation
|
Remove extra whitespace. NFC.
|
2016-05-02 16:45:00 +00:00 |
CrossDSOCFI
|
IR: New representation for CFI and virtual call optimization pass metadata.
|
2016-06-24 21:21:32 +00:00 |
DCE
|
Mark guards on true as "trivially dead"
|
2016-04-29 22:23:16 +00:00 |
DeadArgElim
|
[PM] Port DeadArgumentElimination to the new PM
|
2016-06-12 09:16:39 +00:00 |
DeadStoreElimination
|
[DSE] Fix bug in partial overwrite tracking
|
2016-06-30 15:32:20 +00:00 |
EarlyCSE
|
[EarlyCSE] Fold invariant loads
|
2016-06-16 20:47:57 +00:00 |
EliminateAvailableExternally
|
[PM] Port EliminateAvailableExternally pass to the new pass manager.
|
2016-05-05 02:37:32 +00:00 |
Float2Int
|
[PM] Port float2int to the new pass manager
|
2016-06-24 23:32:02 +00:00 |
ForcedFunctionAttrs
|
[attrs] Split off the forced attributes utility into its own pass that
|
2015-12-27 08:13:45 +00:00 |
FunctionAttrs
|
Remove dead TLI arg of isKnownNonNull and propagate deadness. NFC.
|
2016-07-02 23:47:27 +00:00 |
FunctionImport
|
ThinLTO: do not import function whose linkage prevents inlining.
|
2016-05-03 00:27:28 +00:00 |
GCOVProfiling
|
[PM] Port GCOVProfiler pass to the new pass manager
|
2016-06-05 05:12:23 +00:00 |
GVN
|
Revert "add tests for bugs fixed by the GVN hoist pass"
|
2016-07-01 04:55:13 +00:00 |
GlobalDCE
|
[GlobalDCE, Misc] Don't remove functions referenced by ifuncs
|
2016-05-04 00:20:48 +00:00 |
GlobalMerge
|
CodeGen: Make the global-merge pass independently testable, and add a test.
|
2016-05-19 04:38:56 +00:00 |
GlobalOpt
|
IR: Introduce local_unnamed_addr attribute.
|
2016-06-14 21:01:22 +00:00 |
GuardWidening
|
[GuardWidening] Fix incorrect use of remove_if
|
2016-05-21 02:24:44 +00:00 |
IPConstantProp
|
[PM] Port Interprocedural SCCP to the new pass manager.
|
2016-05-05 21:05:36 +00:00 |
IRCE
|
[IRCE] Optimize conjunctions of range checks
|
2016-05-26 00:09:02 +00:00 |
IndVarSimplify
|
Upgrade other old memset/memcpy signatures in tests causing buildbot failures with rL273568.
|
2016-06-23 16:34:52 +00:00 |
InferFunctionAttrs
|
[TLI] Also cover Linux 64 libfunc (stat64, ...) prototype checking.
|
2016-05-25 21:16:33 +00:00 |
Inline
|
Fix size computation of array allocation in inline cost analysis
|
2016-06-27 22:31:53 +00:00 |
InstCombine
|
add vector bool select tests and regenerate checks for scalar bool select tests
|
2016-07-03 13:26:02 +00:00 |
InstMerge
|
[PM] Port MergedLoadStoreMotion to the new pass manager, take two.
|
2016-06-17 19:10:09 +00:00 |
InstSimplify
|
[InstSimplify] Replace calls to null with undef
|
2016-06-25 07:37:30 +00:00 |
Internalize
|
[Internalize] Test that __stack_chk_{guard, fail} are not internalized.
|
2016-06-05 19:08:54 +00:00 |
JumpThreading
|
Revert r272891 "[JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfo"
|
2016-06-16 16:25:53 +00:00 |
LCSSA
|
[PM] Port LCSSA to the new PM.
|
2016-06-09 19:44:46 +00:00 |
LICM
|
[ValueTracking] Calls to @llvm.assume always return
|
2016-06-14 20:23:16 +00:00 |
LoadCombine
|
[LoadCombine] Combine Loads formed from GEPS with negative indexes
|
2016-06-19 06:14:56 +00:00 |
LoadStoreVectorizer
|
Address two correctness issues in LoadStoreVectorizer
|
2016-07-01 21:44:12 +00:00 |
LoopDataPrefetch
|
[Kryo] Enable loop prefetcher.
|
2016-06-21 22:47:56 +00:00 |
LoopDeletion
|
Use all_of instead of a raw loop; NFC
|
2016-05-03 17:50:06 +00:00 |
LoopDistribute
|
[LAA] Enable symbolic stride speculation for all LAA clients
|
2016-06-17 22:35:41 +00:00 |
LoopIdiom
|
Reapply "[LoopIdiom] Don't remove dead operands manually"
|
2016-06-20 16:03:25 +00:00 |
LoopInterchange
|
…
|
|
LoopLoadElim
|
[LLE] Don't hoist conditionally executed loads
|
2016-06-28 04:02:47 +00:00 |
LoopReroll
|
Be wary of abnormal exits from loop when exploiting UB
|
2016-06-09 01:13:59 +00:00 |
LoopRotate
|
LPM: Drop require<loops> from these tests, it's redundant. NFC
|
2016-05-10 18:28:10 +00:00 |
LoopSimplify
|
Remove the ScalarReplAggregates pass
|
2016-06-15 00:19:09 +00:00 |
LoopSimplifyCFG
|
LPM: Drop require<loops> from these tests, it's redundant. NFC
|
2016-05-10 18:28:10 +00:00 |
LoopStrengthReduce
|
AMDGPU: Run pointer optimization passes
|
2016-06-15 00:11:01 +00:00 |
LoopUnroll
|
[LoopUnrollAnalyzer] Fix a bug in UnrolledInstAnalyzer::visitLoad.
|
2016-06-23 14:31:31 +00:00 |
LoopUnswitch
|
[LoopUnswitch] Unswitch on conditions feeding into guards
|
2016-06-26 05:10:45 +00:00 |
LoopVectorize
|
SLPVectorizer: Move propagateMetadata to VectorUtils
|
2016-06-30 21:17:59 +00:00 |
LoopVersioning
|
[LoopVer] Update all existing PHIs in the exit block
|
2016-06-14 09:38:54 +00:00 |
LoopVersioningLICM
|
[LoopVersioningLICM] Add test coverage for llvm.loop.licm_versioning.disable
|
2016-04-22 18:34:50 +00:00 |
LowerAtomic
|
[PM] Port LowerAtomic to the new pass manager.
|
2016-05-13 22:52:35 +00:00 |
LowerExpectIntrinsic
|
[LowerExpectIntrinsic] make default likely/unlikely ratio bigger
|
2016-04-26 22:23:38 +00:00 |
LowerGuardIntrinsic
|
[Guards] Add branch metadata when lowering
|
2016-05-17 17:51:19 +00:00 |
LowerInvoke
|
…
|
|
LowerSwitch
|
…
|
|
LowerTypeTests
|
IR: New representation for CFI and virtual call optimization pass metadata.
|
2016-06-24 21:21:32 +00:00 |
Mem2Reg
|
[PM] Port Mem2Reg to the new pass manager.
|
2016-06-14 03:22:22 +00:00 |
MemCpyOpt
|
[PM] Port MemCpyOpt to the new PM.
|
2016-06-14 02:44:55 +00:00 |
MergeFunc
|
Fix a crash in MergeFunctions related to ordering of weak/strong functions
|
2016-05-31 17:20:23 +00:00 |
MetaRenamer
|
…
|
|
NameAnonFunctions
|
Add a pass to name anonymous/nameless function
|
2016-04-12 21:35:28 +00:00 |
NaryReassociate
|
…
|
|
ObjCARC
|
Form objc_storeStrong in the presence of bitcasts.
|
2016-05-27 02:13:53 +00:00 |
PGOProfile
|
Fix PR28219: Use profile summary from reader and not compute it
|
2016-06-21 19:29:49 +00:00 |
PartiallyInlineLibCalls
|
[PM] Port PartiallyInlineLibCalls to the new pass manager.
|
2016-05-25 23:38:53 +00:00 |
PhaseOrdering
|
Mark that SpeculativeExecution preserves Globals Alias Analysis.
|
2016-05-03 08:33:26 +00:00 |
PlaceSafepoints
|
[PlaceSafepoints] Don't call undef in test case; NFC
|
2016-06-25 01:40:54 +00:00 |
PreISelIntrinsicLowering
|
[PM] Port PreISelIntrinsicLowering to the new PM
|
2016-06-24 20:13:42 +00:00 |
PruneEH
|
[PruneEH] Don't try to insert a terminator after another terminator
|
2016-01-23 06:00:44 +00:00 |
Reassociate
|
PM: Port Reassociate to the new pass manager
|
2016-04-26 23:39:29 +00:00 |
Reg2Mem
|
…
|
|
RewriteStatepointsForGC
|
[RewriteStatepointsForGC] All constant should have null base pointer
|
2016-05-27 13:13:59 +00:00 |
SCCP
|
[SCCP] Don't assume all Constants are ConstantInt
|
2016-06-23 00:14:29 +00:00 |
SLPVectorizer
|
Fixed crash of SLP Vectorizer on KNL
|
2016-06-27 20:07:00 +00:00 |
SROA
|
[SROA] Function canConvertValue needs to check whether both NewTy and OldTy pointers are
|
2016-05-03 19:30:48 +00:00 |
SafeStack
|
StackColoring for SafeStack.
|
2016-06-29 20:37:43 +00:00 |
SampleProfile
|
Hookup ProfileSummary with SampleProfilerLoader
|
2016-06-24 22:57:06 +00:00 |
Scalarizer
|
PR27938: Don't remove valid DebugLoc in Scalarizer
|
2016-06-16 10:48:54 +00:00 |
SeparateConstOffsetFromGEP
|
[ValueTracking] Remove dead code from an old experiment
|
2016-03-03 19:44:06 +00:00 |
SimplifyCFG
|
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
|
2016-06-25 08:19:55 +00:00 |
Sink
|
PM: Port SinkingPass to the new pass manager
|
2016-04-22 19:54:10 +00:00 |
SpeculativeExecution
|
Move divergent-target test into CodeGen/NVPTX because it requires an NVPTX target.
|
2016-04-15 01:20:52 +00:00 |
StraightLineStrengthReduce
|
…
|
|
StripDeadPrototypes
|
…
|
|
StripSymbols
|
Fix strip-dead-debug-info test if path contains "bar".
|
2016-06-16 19:39:55 +00:00 |
StructurizeCFG
|
AMDGPU: Remove leftover ShaderType attributes in tests
|
2016-04-13 00:39:48 +00:00 |
TailCallElim
|
Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionally
|
2016-01-17 12:35:29 +00:00 |
Util
|
[MemorySSA] Port to new pass manager
|
2016-06-01 21:30:40 +00:00 |
WholeProgramDevirt
|
IR: Introduce llvm.type.checked.load intrinsic.
|
2016-06-25 00:23:04 +00:00 |