..
AliasAnalysis.h
AliasAnalysis: Be less conservative about volatile than atomic.
2017-04-07 01:28:36 +00:00
AliasAnalysisEvaluator.h
Consistently use FunctionAnalysisManager
2016-08-09 00:28:15 +00:00
AliasSetTracker.h
Use WeakVH instead of WeakTrackingVH in AliasSetTracker's UnkownInsts
2017-05-01 17:07:56 +00:00
AssumptionCache.h
Rename WeakVH to WeakTrackingVH; NFC
2017-05-01 17:07:49 +00:00
BasicAliasAnalysis.h
De-duplicate some code for creating an AARGetter suitable for the legacy PM.
2017-02-09 23:11:52 +00:00
BlockFrequencyInfo.h
Add an interface to scale the frequencies of a set of blocks.
2017-01-19 18:53:16 +00:00
BlockFrequencyInfoImpl.h
Cleanup some GraphTraits iteration code
2017-04-19 03:22:50 +00:00
BranchProbabilityInfo.h
[BPI] Refactor post domination calculation and simple fix for ColdCall
2017-04-12 05:42:14 +00:00
CallGraph.h
Rename WeakVH to WeakTrackingVH; NFC
2017-05-01 17:07:49 +00:00
CallGraphSCCPass.h
[CallGraphSCCPass] Use an ArrayRef instead of a pair of iterators
2016-08-06 06:21:02 +00:00
CallPrinter.h
[CG] Rename the DOT printing pass to actually reference "DOT".
2016-03-10 11:04:40 +00:00
CaptureTracking.h
[CaptureTracker] Provide an ordered basic block to PointerMayBeCapturedBefore
2015-07-31 14:31:35 +00:00
CFG.h
Add some constantness to GetSuccessorNumber().
2015-11-20 23:02:06 +00:00
CFGPrinter.h
[IR] Redesign the case iterator in SwitchInst to actually be an iterator
2017-04-12 07:27:28 +00:00
CFLAndersAliasAnalysis.h
[PM] Extend the explicit 'invalidate' method API on analysis results to
2016-11-28 22:04:31 +00:00
CFLSteensAliasAnalysis.h
[PM] Extend the explicit 'invalidate' method API on analysis results to
2016-11-28 22:04:31 +00:00
CGSCCPassManager.h
Rename WeakVH to WeakTrackingVH; NFC
2017-05-01 17:07:49 +00:00
CodeMetrics.h
Revert @llvm.assume with operator bundles (r289755-r289757)
2016-12-19 08:22:17 +00:00
ConstantFolding.h
InstSimplify: Add a hook for shufflevector
2017-04-03 22:05:30 +00:00
DemandedBits.h
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for computeKnownBits
2017-04-26 16:39:58 +00:00
DependenceAnalysis.h
[PM] Change the static object whose address is used to uniquely identify
2016-11-23 17:53:26 +00:00
DivergenceAnalysis.h
[DivergenceAnalysis] Separated definition of class into header.
2015-09-21 17:58:14 +00:00
DominanceFrontier.h
[PM] Introduce an analysis set used to preserve all analyses over
2017-01-15 06:32:49 +00:00
DominanceFrontierImpl.h
Cleanup some GraphTraits iteration code
2017-04-19 03:22:50 +00:00
DomPrinter.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
DOTGraphTraitsPass.h
DOTGraphTraits: Allow the decision to show a graph to consider the analysis
2015-12-17 12:48:25 +00:00
EHPersonalities.h
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during unwinding), LLVM part
2016-11-14 21:41:13 +00:00
GlobalsModRef.h
[PM] Change the static object whose address is used to uniquely identify
2016-11-23 17:53:26 +00:00
IndirectCallPromotionAnalysis.h
Refactor indirect call promotion profitability analysis (NFC)
2016-07-12 21:13:44 +00:00
IndirectCallSiteVisitor.h
Fix the samplepgo indirect call promotion bug: we should not promote a direct call.
2017-02-06 23:33:15 +00:00
InlineCost.h
Refactor callsite cost computation into a helper function /NFC
2017-05-02 05:38:41 +00:00
InstructionSimplify.h
Kill off the old SimplifyInstruction API by converting remaining users.
2017-04-28 19:55:38 +00:00
Interval.h
s/static inline/static/ for headers I have changed in r279475. NFC.
2016-08-31 16:48:13 +00:00
IntervalIterator.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
IntervalPartition.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
IteratedDominanceFrontier.h
IDFCalculator: Remove unused field.
2016-08-22 19:52:23 +00:00
IVUsers.h
Rename WeakVH to WeakTrackingVH; NFC
2017-05-01 17:07:49 +00:00
LazyBlockFrequencyInfo.h
[LazyBFI] Fix typos
2017-02-14 17:21:12 +00:00
LazyBranchProbabilityInfo.h
Add new pass LazyMachineBlockFrequencyInfo
2017-02-14 17:21:09 +00:00
LazyCallGraph.h
[PM/LCG] Teach the LazyCallGraph how to replace a function without
2017-02-09 23:24:13 +00:00
LazyValueInfo.h
[LVI] Add an LVI printer pass to capture test LVI cache after transformations
2017-03-22 19:27:12 +00:00
Lint.h
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
2015-06-23 09:49:53 +00:00
Loads.h
Extract FindAvailablePtrLoadStore out of FindAvailableLoadedValue. NFCI
2017-03-19 15:27:52 +00:00
LoopAccessAnalysis.h
[SLP] Revert everything that has to do with memory access sorting.
2017-03-10 18:59:07 +00:00
LoopAnalysisManager.h
Revert r293017 and fix the actual underlying issue.
2017-02-07 01:50:48 +00:00
LoopInfo.h
Avoid unnecessary copies in some for loops
2017-04-24 20:01:03 +00:00
LoopInfoImpl.h
[Analysis] Print out unreachable loops
2017-05-06 16:22:53 +00:00
LoopIterator.h
[LV] Move LoopBodyTraits to a better place, and add comment for simplifying LoopBlocksTraversal. NFC.
2016-08-17 22:20:07 +00:00
LoopPass.h
[LCSSA] Perform LCSSA verification only for the current loop nest.
2016-10-28 12:57:20 +00:00
LoopUnrollAnalyzer.h
Revert "Revert "[Unroll] Implement a conservative and monotonically increasing cost tracking system during the full unroll heuristic analysis that avoids counting any instruction cost until that instruction becomes "live" through a side-effect or use outside the...""
2016-05-13 21:23:25 +00:00
MemoryBuiltins.h
Rename WeakVH to WeakTrackingVH; NFC
2017-05-01 17:07:49 +00:00
MemoryDependenceAnalysis.h
[Devirtualization] MemDep returns non-local !invariant.group dependencies
2017-01-12 11:33:58 +00:00
MemoryLocation.h
[NFC] Header cleanup
2016-04-18 09:17:29 +00:00
MemorySSA.h
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
2017-04-11 20:06:36 +00:00
MemorySSAUpdater.h
MemorySSA: Move to Analysis, from Transforms/Utils. It's used as
2017-04-11 20:06:36 +00:00
ModuleSummaryAnalysis.h
[PM] Change the static object whose address is used to uniquely identify
2016-11-23 17:53:26 +00:00
ObjCARCAliasAnalysis.h
[PM] Extend the explicit 'invalidate' method API on analysis results to
2016-11-28 22:04:31 +00:00
ObjCARCAnalysisUtils.h
Add support for objc_unsafeClaimAutoreleasedReturnValue to the
2016-01-27 19:05:08 +00:00
ObjCARCInstKind.h
Add support for objc_unsafeClaimAutoreleasedReturnValue to the
2016-01-27 19:05:08 +00:00
ObjectUtils.h
Move llvm::canBeOmittedFromSymbolTable() to Analysis.
2017-03-31 04:46:31 +00:00
OptimizationDiagnosticInfo.h
[ORE] Remove ORE.emit{{.+}} functions
2017-02-23 21:32:53 +00:00
OrderedBasicBlock.h
[CaptureTracker] Provide an ordered basic block to PointerMayBeCapturedBefore
2015-07-31 14:31:35 +00:00
Passes.h
[PM] Port of the DepndenceAnalysis to the new PM.
2016-05-12 22:19:39 +00:00
PHITransAddr.h
Revert @llvm.assume with operator bundles (r289755-r289757)
2016-12-19 08:22:17 +00:00
PostDominators.h
[PM] Introduce an analysis set used to preserve all analyses over
2017-01-15 06:32:49 +00:00
ProfileSummaryInfo.h
[ProfileSummary] Make getProfileCount a non-static member function.
2017-05-09 23:21:10 +00:00
PtrUseVisitor.h
[IR/Analysis] Defend against getting slightly wrong template arguments
2017-02-07 03:17:30 +00:00
RegionInfo.h
[RegionInfo] Fix dangling references created by moving RegionInfo objects
2017-04-24 11:54:37 +00:00
RegionInfoImpl.h
Fix the build for libstdc++ 4.7
2016-07-27 18:25:12 +00:00
RegionIterator.h
Modify df_iterator to support post-order actions
2016-10-05 21:36:16 +00:00
RegionPass.h
Use StringRef in Pass/PassManager APIs (NFC)
2016-10-01 02:56:57 +00:00
RegionPrinter.h
[RegionInfo] Add debug-time region viewer functions
2015-08-10 13:21:59 +00:00
ScalarEvolution.h
[SCEV] Make setRange take ConstantRange by value instead of rvalue reference so we don't force anything on the caller.
2017-05-08 17:39:08 +00:00
ScalarEvolutionAliasAnalysis.h
[PM] Change the static object whose address is used to uniquely identify
2016-11-23 17:53:26 +00:00
ScalarEvolutionExpander.h
Rename WeakVH to WeakTrackingVH; NFC
2017-05-01 17:07:49 +00:00
ScalarEvolutionExpressions.h
Use range-for in a few places
2017-04-14 17:42:12 +00:00
ScalarEvolutionNormalization.h
Add missing #include
2017-04-14 17:25:23 +00:00
ScopedNoAliasAA.h
[PM] Extend the explicit 'invalidate' method API on analysis results to
2016-11-28 22:04:31 +00:00
SparsePropagation.h
Make more headers self-contained.
2016-01-27 18:03:37 +00:00
TargetFolder.h
[ConstnatFolding] Teach the folder how to fold ConstantVector
2016-07-29 03:27:26 +00:00
TargetLibraryInfo.def
TargetLibraryInfo: Introduce wcslen
2017-05-05 20:25:50 +00:00
TargetLibraryInfo.h
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
2017-01-23 23:16:46 +00:00
TargetTransformInfo.h
Add a late IR expansion pass for the experimental reduction intrinsics.
2017-05-10 09:42:49 +00:00
TargetTransformInfoImpl.h
Add a late IR expansion pass for the experimental reduction intrinsics.
2017-05-10 09:42:49 +00:00
Trace.h
TypeBasedAliasAnalysis.h
[PM] Extend the explicit 'invalidate' method API on analysis results to
2016-11-28 22:04:31 +00:00
TypeMetadataUtils.h
Analysis: Add appropriate const qualification to functions in TypeMetadataUtils.cpp. NFC.
2017-01-27 22:55:30 +00:00
ValueTracking.h
[ValueTracking] Introduce a version of computeKnownBits that returns a KnownBits struct. Begin using it to replace internal usages of ComputeSignBit
2017-05-08 16:22:48 +00:00
VectorUtils.h
[LV] Move interleaved access helper functions to VectorUtils (NFC)
2017-02-01 17:45:46 +00:00