This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58425baecf6 [X86] Add tests for fp128 frem, sqrt, sin, and cos. new ef512ca8e66 Change TargetLibraryInfo analysis passes to always require [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/CFLAndersAliasAnalysis.h | 5 +- include/llvm/Analysis/CFLSteensAliasAnalysis.h | 5 +- include/llvm/Analysis/GlobalsModRef.h | 12 +- include/llvm/Analysis/LazyCallGraph.h | 10 +- include/llvm/Analysis/MemoryBuiltins.h | 16 ++- include/llvm/Analysis/TargetLibraryInfo.h | 10 +- .../Transforms/Instrumentation/InstrProfiling.h | 5 +- include/llvm/Transforms/Scalar/SCCP.h | 3 +- lib/Analysis/AliasAnalysis.cpp | 4 +- lib/Analysis/BasicAliasAnalysis.cpp | 10 +- lib/Analysis/BranchProbabilityInfo.cpp | 3 +- lib/Analysis/CFLAndersAliasAnalysis.cpp | 19 ++- lib/Analysis/CFLSteensAliasAnalysis.cpp | 20 ++-- lib/Analysis/GlobalsModRef.cpp | 37 +++--- lib/Analysis/InstructionSimplify.cpp | 2 +- lib/Analysis/LazyBranchProbabilityInfo.cpp | 3 +- lib/Analysis/LazyCallGraph.cpp | 5 +- lib/Analysis/LazyValueInfo.cpp | 2 +- lib/Analysis/Lint.cpp | 2 +- lib/Analysis/LoopAccessAnalysis.cpp | 2 +- lib/Analysis/MemoryBuiltins.cpp | 31 ++++- lib/Analysis/MemoryDependenceAnalysis.cpp | 2 +- lib/Analysis/ScalarEvolution.cpp | 2 +- lib/Analysis/TargetLibraryInfo.cpp | 8 -- lib/CodeGen/CodeGenPrepare.cpp | 2 +- lib/CodeGen/ExpandMemCmp.cpp | 2 +- lib/CodeGen/HardwareLoops.cpp | 2 +- lib/CodeGen/SafeStack.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- lib/Passes/PassRegistry.def | 1 - lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp | 20 ++-- lib/Target/ARM/ARMParallelDSP.cpp | 2 +- lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 3 +- .../WebAssembly/WebAssemblyMemIntrinsicResults.cpp | 3 +- lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 3 +- .../AggressiveInstCombine.cpp | 2 +- lib/Transforms/IPO/GlobalOpt.cpp | 132 +++++++++++++-------- lib/Transforms/IPO/InferFunctionAttrs.cpp | 20 ++-- lib/Transforms/IPO/Inliner.cpp | 17 ++- lib/Transforms/IPO/SCCP.cpp | 14 ++- .../InstCombine/InstructionCombining.cpp | 2 +- .../Instrumentation/AddressSanitizer.cpp | 2 +- lib/Transforms/Instrumentation/BoundsChecking.cpp | 2 +- lib/Transforms/Instrumentation/GCOVProfiling.cpp | 44 ++++--- lib/Transforms/Instrumentation/InstrProfiling.cpp | 21 +++- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2 +- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 2 +- lib/Transforms/Scalar/CallSiteSplitting.cpp | 2 +- lib/Transforms/Scalar/ConstantProp.cpp | 2 +- lib/Transforms/Scalar/DCE.cpp | 4 +- lib/Transforms/Scalar/DeadStoreElimination.cpp | 2 +- lib/Transforms/Scalar/EarlyCSE.cpp | 2 +- lib/Transforms/Scalar/GVN.cpp | 7 +- lib/Transforms/Scalar/IndVarSimplify.cpp | 2 +- lib/Transforms/Scalar/InstSimplifyPass.cpp | 2 +- lib/Transforms/Scalar/JumpThreading.cpp | 2 +- lib/Transforms/Scalar/LICM.cpp | 3 +- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 3 +- lib/Transforms/Scalar/LoopInstSimplify.cpp | 3 +- lib/Transforms/Scalar/LoopRerollPass.cpp | 3 +- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 3 +- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 2 +- lib/Transforms/Scalar/MergeICmps.cpp | 2 +- lib/Transforms/Scalar/NaryReassociate.cpp | 2 +- lib/Transforms/Scalar/NewGVN.cpp | 2 +- lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp | 2 +- lib/Transforms/Scalar/PlaceSafepoints.cpp | 4 +- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 4 +- lib/Transforms/Scalar/SCCP.cpp | 19 +-- .../Scalar/SeparateConstOffsetFromGEP.cpp | 2 +- lib/Transforms/Utils/LibCallsShrinkWrap.cpp | 2 +- lib/Transforms/Utils/MetaRenamer.cpp | 5 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +- test/Other/new-pass-manager.ll | 2 + test/Other/new-pm-defaults.ll | 3 +- test/Other/new-pm-lto-defaults.ll | 11 +- test/Other/new-pm-thinlto-defaults.ll | 3 +- unittests/Analysis/CGSCCPassManagerTest.cpp | 2 +- unittests/Analysis/GlobalsModRefTest.cpp | 3 +- unittests/Analysis/LazyCallGraphTest.cpp | 4 +- unittests/IR/PassBuilderCallbacksTest.cpp | 3 + 82 files changed, 398 insertions(+), 243 deletions(-)