This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 59b664b197b merge-request.sh: Use https url for bugzilla new 3a50f77d965 AsmPrinter: mark the beginning and the end of a function in [...] new 6b1d32c6d75 [AMDGPU] Add INDIRECT_BASE_ADDR to R600_Reg32 class (PR33045) new 78c24559f4d abtest: remove duplicate script
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: lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 ++++- lib/Target/AMDGPU/R600RegisterInfo.td | 2 +- test/CodeGen/AArch64/asm-print-comments.ll | 17 ++++++++ test/CodeGen/AMDGPU/kernel-args.ll | 4 +- test/CodeGen/AMDGPU/load-constant-i16.ll | 2 +- test/CodeGen/AMDGPU/load-constant-i8.ll | 2 +- test/CodeGen/AMDGPU/load-global-i16.ll | 4 +- test/CodeGen/AMDGPU/load-global-i8.ll | 4 +- test/CodeGen/AMDGPU/load-local-i16.ll | 2 +- test/CodeGen/AMDGPU/load-local-i8.ll | 2 +- test/CodeGen/AMDGPU/min.ll | 2 +- test/CodeGen/AMDGPU/parallelandifcollapse.ll | 2 +- test/CodeGen/AMDGPU/r600.bitcast.ll | 2 +- test/CodeGen/AMDGPU/setcc.ll | 2 +- test/CodeGen/AMDGPU/shl.ll | 2 +- test/CodeGen/AMDGPU/sra.ll | 2 +- test/CodeGen/AMDGPU/store-global.ll | 4 +- test/CodeGen/AMDGPU/store-private.ll | 4 +- test/CodeGen/AMDGPU/sub.ll | 2 +- test/CodeGen/AMDGPU/unknown-processor.ll | 4 +- test/CodeGen/ARM/fastisel-thumb-litpool.ll | 1 + test/CodeGen/X86/fast-isel-select-cmp.ll | 10 ++--- test/CodeGen/X86/x87.ll | 11 +++-- test/CodeGen/XCore/epilogue_prologue.ll | 24 +++++----- utils/{abtest => }/abtest.py | 58 ++++++++++++------------- utils/abtest/mark_aarch64fns.py | 65 ---------------------------- utils/abtest/mark_armfns.py | 54 ----------------------- 27 files changed, 102 insertions(+), 196 deletions(-) create mode 100644 test/CodeGen/AArch64/asm-print-comments.ll rename utils/{abtest => }/abtest.py (81%) delete mode 100755 utils/abtest/mark_aarch64fns.py delete mode 100755 utils/abtest/mark_armfns.py