This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b95636bcabf [CodeView] Remove constructor initialization of a removed field. new a82b376f696 [IR] Abstract away ArgNo+1 attribute indexing as much as possible new 48d0c2805c0 Fix PPC64 warning for missing parantheses. NFC. new 40ec86bcc29 Break verification down into smaller functions to keep code clean.
The 3 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/DebugInfo/DWARF/DWARFVerifier.h | 49 +++ include/llvm/IR/Attributes.h | 12 +- include/llvm/IR/CallSite.h | 16 +- include/llvm/IR/Function.h | 43 +-- include/llvm/IR/Instructions.h | 28 +- lib/Analysis/CFLGraph.h | 2 +- lib/CodeGen/GlobalISel/CallLowering.cpp | 2 +- lib/DebugInfo/DWARF/DWARFVerifier.cpp | 309 +++++++++--------- lib/IR/Attributes.cpp | 4 +- lib/IR/Function.cpp | 15 +- lib/IR/Instructions.cpp | 32 +- lib/Target/AArch64/AArch64CallLowering.cpp | 2 +- lib/Target/ARM/ARMCallLowering.cpp | 2 +- lib/Target/X86/X86WinEHState.cpp | 2 +- lib/Transforms/Coroutines/CoroSplit.cpp | 4 +- lib/Transforms/IPO/ArgumentPromotion.cpp | 8 +- lib/Transforms/IPO/FunctionAttrs.cpp | 6 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 2 +- .../Instrumentation/DataFlowSanitizer.cpp | 18 +- lib/Transforms/Instrumentation/InstrProfiling.cpp | 4 +- lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h | 2 +- .../Scalar/CorrelatedValuePropagation.cpp | 2 +- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 7 +- lib/Transforms/Utils/BuildLibCalls.cpp | 349 ++++++++++----------- lib/Transforms/Utils/LoopUnrollRuntime.cpp | 7 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 2 +- .../ExecutionEngine/Orc/IndirectionUtilsTest.cpp | 20 +- utils/TableGen/IntrinsicEmitter.cpp | 5 +- 28 files changed, 527 insertions(+), 427 deletions(-)