This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 45fb365 AMDGPU: Fix not including v2i16/v2f16 in register class new 6707770 Rename AttributeSet to AttributeList
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: docs/HowToUseAttributes.rst | 33 ++- include/llvm/CodeGen/CommandFlags.h | 20 +- include/llvm/IR/Argument.h | 8 +- include/llvm/IR/Attributes.h | 146 +++++----- include/llvm/IR/CallSite.h | 4 +- include/llvm/IR/Function.h | 26 +- include/llvm/IR/Instructions.h | 84 +++--- include/llvm/IR/Intrinsics.h | 4 +- include/llvm/IR/Module.h | 5 +- include/llvm/IR/Statepoint.h | 2 +- include/llvm/Target/TargetLowering.h | 6 +- include/llvm/Transforms/Utils/BuildLibCalls.h | 4 +- include/llvm/Transforms/Utils/FunctionComparator.h | 2 +- lib/Analysis/MemoryBuiltins.cpp | 2 +- lib/AsmParser/LLParser.cpp | 98 +++---- lib/AsmParser/LLParser.h | 12 +- lib/Bitcode/Reader/BitcodeReader.cpp | 22 +- lib/Bitcode/Writer/BitcodeWriter.cpp | 14 +- lib/Bitcode/Writer/ValueEnumerator.cpp | 4 +- lib/Bitcode/Writer/ValueEnumerator.h | 22 +- lib/CodeGen/Analysis.cpp | 5 +- lib/CodeGen/AtomicExpandPass.cpp | 4 +- lib/CodeGen/CodeGenPrepare.cpp | 10 +- lib/CodeGen/GlobalISel/CallLowering.cpp | 4 +- lib/CodeGen/MachinePipeliner.cpp | 2 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +- lib/CodeGen/SelectionDAG/FastISel.cpp | 8 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 18 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 13 +- lib/CodeGen/TargetLoweringBase.cpp | 12 +- lib/ExecutionEngine/ExecutionEngineBindings.cpp | 2 +- lib/IR/AsmWriter.cpp | 81 +++--- lib/IR/AttributeImpl.h | 24 +- lib/IR/AttributeSetNode.h | 9 +- lib/IR/Attributes.cpp | 313 +++++++++++---------- lib/IR/Core.cpp | 15 +- lib/IR/Function.cpp | 38 +-- lib/IR/Instructions.cpp | 36 +-- lib/IR/LLVMContextImpl.cpp | 7 +- lib/IR/LLVMContextImpl.h | 2 +- lib/IR/Module.cpp | 16 +- lib/IR/Statepoint.cpp | 7 +- lib/IR/Value.cpp | 2 +- lib/IR/Verifier.cpp | 93 +++--- lib/Target/AArch64/AArch64CallLowering.cpp | 2 +- lib/Target/AArch64/AArch64FrameLowering.cpp | 2 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 6 +- lib/Target/AArch64/AArch64ISelLowering.h | 2 +- lib/Target/AMDGPU/AMDGPUIntrinsicInfo.cpp | 4 +- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 6 +- lib/Target/ARM/ARMCallLowering.cpp | 2 +- lib/Target/AVR/AVRISelLowering.cpp | 2 +- lib/Target/Hexagon/HexagonBitTracker.cpp | 2 +- lib/Target/Hexagon/HexagonTargetMachine.cpp | 6 +- lib/Target/Mips/Mips16HardFloat.cpp | 16 +- lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 2 +- lib/Target/NVPTX/NVPTXISelLowering.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 4 +- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 3 +- lib/Target/WebAssembly/WebAssemblyISelLowering.h | 2 +- .../WebAssemblyLowerEmscriptenEHSjLj.cpp | 19 +- lib/Target/X86/X86CallLowering.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 8 +- lib/Target/X86/X86ISelLowering.h | 2 +- lib/Target/XCore/XCoreFrameLowering.cpp | 2 +- lib/Transforms/Coroutines/CoroSplit.cpp | 6 +- lib/Transforms/Coroutines/Coroutines.cpp | 6 +- lib/Transforms/IPO/ArgumentPromotion.cpp | 36 +-- lib/Transforms/IPO/DeadArgumentElimination.cpp | 71 ++--- lib/Transforms/IPO/FunctionAttrs.cpp | 31 +- lib/Transforms/IPO/GlobalOpt.cpp | 2 +- lib/Transforms/IPO/MergeFunctions.cpp | 4 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 70 ++--- .../Instrumentation/DataFlowSanitizer.cpp | 56 ++-- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 14 +- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 5 +- lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h | 14 +- .../Scalar/CorrelatedValuePropagation.cpp | 2 +- lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp | 2 +- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 33 ++- lib/Transforms/Utils/BuildLibCalls.cpp | 22 +- lib/Transforms/Utils/CloneFunction.cpp | 15 +- lib/Transforms/Utils/CodeExtractor.cpp | 4 +- lib/Transforms/Utils/FunctionComparator.cpp | 8 +- lib/Transforms/Utils/Local.cpp | 2 +- lib/Transforms/Utils/ModuleUtils.cpp | 4 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 4 +- .../ExecutionEngine/Orc/IndirectionUtilsTest.cpp | 16 +- unittests/IR/AttributesTest.cpp | 20 +- unittests/IR/InstructionsTest.cpp | 8 +- unittests/IR/LegacyPassManagerTest.cpp | 17 +- unittests/IR/VerifierTest.cpp | 6 +- unittests/Transforms/Utils/Cloning.cpp | 2 +- utils/TableGen/IntrinsicEmitter.cpp | 20 +- 94 files changed, 921 insertions(+), 920 deletions(-)