This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from af8c7ce [libFuzzer] Update traces hooks test after r293741
new 1cfed01 AMDGPU : Update TrapCode based on Trap Handler ABI.
new e184e01 AMDGPU: Fold FP clamp as modifier bit
The 2 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/Target/AMDGPU/AMDGPUSubtarget.h | 16 +-
lib/Target/AMDGPU/SIDefines.h | 4 +-
lib/Target/AMDGPU/SIFoldOperands.cpp | 76 +++++++++-
lib/Target/AMDGPU/SIISelLowering.cpp | 4 +-
lib/Target/AMDGPU/SIInstrFormats.td | 5 +
lib/Target/AMDGPU/SIInstrInfo.h | 8 +
lib/Target/AMDGPU/SIInstrInfo.td | 7 +-
lib/Target/AMDGPU/SIInstructions.td | 4 +-
lib/Target/AMDGPU/VOPInstructions.td | 1 +
test/CodeGen/AMDGPU/clamp-modifier.ll | 190 ++++++++++++++++++++++++
test/CodeGen/AMDGPU/clamp-omod-special-case.mir | 135 +++++++++++++++++
test/CodeGen/AMDGPU/clamp.ll | 15 +-
test/CodeGen/AMDGPU/trap.ll | 4 +-
13 files changed, 439 insertions(+), 30 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/clamp-modifier.ll
create mode 100644 test/CodeGen/AMDGPU/clamp-omod-special-case.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7704715 [CodeGen] Add param info for ctors with ABI args.
new b10bb32 [ObjC][Modules] Don't perform property lookup in hidden class [...]
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:
lib/AST/DeclObjC.cpp | 4 ++--
test/Modules/Inputs/category_right_sub.h | 5 +++++
test/Modules/objc-categories.m | 6 ++++++
3 files changed, 13 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 28c53fa [libFuzzer] Mark a test that infinite loops as unsupported
new af8c7ce [libFuzzer] Update traces hooks test after r293741
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:
lib/Fuzzer/test/fuzzer-traces-hooks.test | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ec26388 [AVR] Disable integrated assembler for a few tests
new 9ba3c4d [InstCombine] don't try SimplifyDemandedInstructionBits from [...]
new c2d34b5 AMDGPU: Add replacement bfe intrinsics
new 28c53fa [libFuzzer] Mark a test that infinite loops as unsupported
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/IR/IntrinsicsAMDGPU.td | 9 +-
lib/Fuzzer/test/lit.cfg | 3 +
lib/Fuzzer/test/trace-malloc-2.test | 8 +
lib/Fuzzer/test/trace-malloc.test | 5 -
lib/Target/AMDGPU/SIISelLowering.cpp | 6 +
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 8 -
lib/Transforms/InstCombine/InstCombineCalls.cpp | 73 +++
test/CodeGen/AMDGPU/llvm.amdgcn.sbfe.ll | 413 +++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.ubfe.ll | 623 +++++++++++++++++++++++
test/Transforms/InstCombine/amdgcn-intrinsics.ll | 220 ++++++++
10 files changed, 1354 insertions(+), 14 deletions(-)
create mode 100644 lib/Fuzzer/test/trace-malloc-2.test
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.sbfe.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.ubfe.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 482cc33 Add a comment about thread safety.
new afc7c16 ELF: Simplify the thinlto.ll test and verify that importing i [...]
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:
test/ELF/lto/thinlto.ll | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5c566a0 * pt.c (do_class_deduction): Handle 0 argument case.
new 1f075b0 Fix MIPS o32 calling convention for MSA and FP vector types
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:
gcc/ChangeLog | 5 +++++
gcc/config/mips/mips.c | 10 +++++++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/mips/msa-fp-cc.c | 19 +++++++++++++++++++
4 files changed, 35 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/msa-fp-cc.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 9c1e6c9 [stats] add stats-gathering for static_steal scheduling method
new b2806f6 [OpenMP] Missing virtual destructor in KMPAffinity
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:
runtime/src/kmp.h | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 9fa88a2 Fix header documentation.
new 593ab58 Changed builld-llvm.py to use .json files
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:
scripts/Xcode/build-llvm.py | 59 ++++++++++++++++++--------------------
scripts/Xcode/repo.py | 33 +++++++++++++++++++++
scripts/Xcode/repos/svn-trunk.json | 19 ++++++++++++
3 files changed, 80 insertions(+), 31 deletions(-)
create mode 100644 scripts/Xcode/repo.py
create mode 100644 scripts/Xcode/repos/svn-trunk.json
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d6a08f5 PR c++/79664 * parser.c (cp_parser_omp_teams, cp_parser_omp [...]
new 5c566a0 * pt.c (do_class_deduction): Handle 0 argument case.
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:
gcc/cp/ChangeLog | 4 ++++
gcc/cp/pt.c | 8 ++++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction30.C | 6 ++++++
3 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction30.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from f8b6a0d Daily bump.
new fc806f0 [gcc]
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:
gcc/ChangeLog | 15 ++++++
gcc/config/rs6000/rs6000.c | 2 +
gcc/config/rs6000/rs6000.md | 2 +-
gcc/config/rs6000/vsx.md | 32 ++++++++++++
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.target/powerpc/vec-xxpermdi.c | 68 +++++++++++++++++++++++++
6 files changed, 126 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-xxpermdi.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.