This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2bb40bf0782 [libFuzzer] more trophies new 1f8f0490690 [IR] Make paramHasAttr to use arg indices instead of attr indices
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/CodeGen/FastISel.h | 12 +++---- include/llvm/IR/CallSite.h | 21 +++++++----- include/llvm/IR/Instructions.h | 18 ++++++---- include/llvm/Target/TargetLowering.h | 8 ++--- lib/Analysis/AliasAnalysis.cpp | 2 +- lib/Analysis/BasicAliasAnalysis.cpp | 6 ++-- lib/Analysis/InlineCost.cpp | 3 +- lib/Analysis/MemoryBuiltins.cpp | 2 +- lib/CodeGen/SelectionDAG/FastISel.cpp | 10 +++--- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 7 ++-- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 25 +++++++------- lib/IR/Instructions.cpp | 40 +++++++++++++++++----- lib/IR/Verifier.cpp | 4 +-- lib/Target/ARM/ARMFastISel.cpp | 18 +++++----- .../WebAssembly/WebAssemblyOptimizeReturned.cpp | 2 +- lib/Target/X86/X86FastISel.cpp | 4 +-- lib/Transforms/IPO/FunctionAttrs.cpp | 2 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 6 ++-- .../Scalar/CorrelatedValuePropagation.cpp | 2 +- .../ExecutionEngine/Orc/IndirectionUtilsTest.cpp | 2 +- 21 files changed, 114 insertions(+), 82 deletions(-)