This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1ac08424f17 Finish moving TargetRegisterInfo::isVirtualRegister() and f [...] new 7ff3d073b52 IR: print value numbers for unnamed function arguments
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/ReleaseNotes.rst | 7 ++ lib/AsmParser/LLParser.cpp | 14 ++++ lib/IR/AsmWriter.cpp | 4 ++ test/Assembler/block-labels.ll | 4 +- test/Assembler/byval-type-attr.ll | 8 +-- test/Assembler/call-nonzero-program-addrspace-2.ll | 4 +- test/Assembler/incorrect-tdep-attrs-parsing.ll | 2 +- test/Assembler/invalid-arg-num-1.ll | 6 ++ test/Assembler/invalid-arg-num-2.ll | 6 ++ test/Assembler/invalid-arg-num-3.ll | 6 ++ test/Bindings/llvm-c/debug_info.ll | 2 +- test/Bitcode/attributes-3.3.ll | 36 +++++----- test/Bitcode/attributes.ll | 72 +++++++++---------- test/Bitcode/avr-calling-conventions.ll | 12 ++-- .../AMDGPU/rewrite-out-arguments-address-space.ll | 4 +- test/CodeGen/AMDGPU/rewrite-out-arguments.ll | 56 +++++++-------- test/CodeGen/WinEH/wineh-comdat.ll | 2 +- test/CodeGen/X86/win32-eh-available-externally.ll | 2 +- test/Feature/strip_names.ll | 2 +- test/Instrumentation/DataFlowSanitizer/abilist.ll | 10 +-- .../DataFlowSanitizer/debug-nonzero-labels.ll | 2 +- test/Instrumentation/DataFlowSanitizer/memset.ll | 2 +- test/LTO/Resolution/X86/comdat.ll | 2 +- test/Linker/comdat16.ll | 2 +- test/ThinLTO/X86/linkonce_resolution_comdat.ll | 4 +- test/Transforms/ArgumentPromotion/X86/thiscall.ll | 2 +- .../ArgumentPromotion/naked_functions.ll | 2 +- test/Transforms/Coroutines/coro-early.ll | 2 +- test/Transforms/FunctionAttrs/align.ll | 28 ++++---- test/Transforms/FunctionAttrs/comdat-ipo.ll | 4 +- test/Transforms/FunctionAttrs/dereferenceable.ll | 24 +++---- test/Transforms/FunctionAttrs/liveness.ll | 2 +- test/Transforms/FunctionAttrs/naked_functions.ll | 2 +- test/Transforms/FunctionAttrs/noalias_returned.ll | 8 +-- test/Transforms/FunctionAttrs/nofree-attributor.ll | 32 ++++----- test/Transforms/FunctionAttrs/nosync.ll | 78 ++++++++++---------- test/Transforms/FunctionAttrs/nounwind.ll | 6 +- test/Transforms/FunctionAttrs/readnone.ll | 8 +-- test/Transforms/FunctionAttrs/willreturn.ll | 56 +++++++-------- test/Transforms/GlobalOpt/naked_functions.ll | 2 +- test/Transforms/JumpThreading/thread-loads.ll | 2 +- test/Transforms/LICM/hoisting.ll | 4 +- test/Transforms/MergeFunc/comdat.ll | 2 +- test/Transforms/MergeFunc/phi-check-blocks.ll | 8 +-- test/Transforms/MergeFunc/weak-small.ll | 8 +-- .../Transforms/WholeProgramDevirt/branch-funnel.ll | 2 +- .../WholeProgramDevirt/export-single-impl.ll | 6 +- unittests/IR/AsmWriterTest.cpp | 11 +++ utils/add_argument_names.py | 82 ++++++++++++++++++++++ 49 files changed, 394 insertions(+), 258 deletions(-) create mode 100644 test/Assembler/invalid-arg-num-1.ll create mode 100644 test/Assembler/invalid-arg-num-2.ll create mode 100644 test/Assembler/invalid-arg-num-3.ll create mode 100755 utils/add_argument_names.py