This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6ee22ea7818 AMDGPU: Remove llvm.SI.tbuffer.store
new a8fc6663457 [X86] Initialize and Register X86CondBrFoldingPass
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/Target/X86/X86.h | 1 +
lib/Target/X86/X86CondBrFolding.cpp | 10 +++++----
lib/Target/X86/X86TargetMachine.cpp | 1 +
test/CodeGen/X86/test_x86condbr_globaladdr.mir | 30 ++++++++++++++++++++++++++
4 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/X86/test_x86condbr_globaladdr.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 hubicka/honza-gcc-benchmark-branch
in repository gcc.
from 7f0e41d6431 * Decrease max-inline-insns-single to 100->200
new f8ad4553e07 * Increase max-inline-insns-single 200->300
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.testing | 12 ++++++++++--
gcc/params.def | 2 +-
2 files changed, 11 insertions(+), 3 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 6436c9dd32f [X86] Improve pfm counter coverage for llvm-exegesis
new 6ee22ea7818 AMDGPU: Remove llvm.SI.tbuffer.store
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/Target/AMDGPU/SIISelLowering.cpp | 49 ------------------
lib/Target/AMDGPU/SIIntrinsics.td | 18 -------
test/CodeGen/AMDGPU/llvm.SI.tbuffer.store.ll | 75 ----------------------------
3 files changed, 142 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.tbuffer.store.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 clang.
from 41154c54d8 [CTU] test/Analysis/ctu-main.cpp Attempt to fix failing windows bot
new 991d0b5799 Make testcase more robust for bots actually building in /var
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/CodeGen/debug-prefix-map.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 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 ea229a47927 gcc/ PR target/87496 * config/rs6000/rs6000.c (rs6000_opt [...]
new 768666aa206 /cp 2018-12-07 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 6 ++++++
gcc/cp/decl2.c | 13 +++++++------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/other/bitfield7.C | 7 +++++++
gcc/testsuite/g++.dg/parse/bitfield8.C | 4 ++++
gcc/testsuite/g++.dg/parse/bitfield9.C | 6 ++++++
gcc/testsuite/g++.dg/pr53037-4.C | 4 ++--
7 files changed, 39 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/bitfield7.C
create mode 100644 gcc/testsuite/g++.dg/parse/bitfield8.C
create mode 100644 gcc/testsuite/g++.dg/parse/bitfield9.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 llvm.
from 8edf4fa92d7 AMDGPU: Remove llvm.SI.buffer.load.dword
new 6436c9dd32f [X86] Improve pfm counter coverage for llvm-exegesis
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/Target/X86/X86PfmCounters.td | 83 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 83 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 llvm.
from fe665405b7a [DAGCombiner] disable truncation of binops by default
new d687922c19d AMDGPU: Remove llvm.AMDGPU.kill
new 8edf4fa92d7 AMDGPU: Remove llvm.SI.buffer.load.dword
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/AMDGPU.td | 1 -
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUIntrinsicInfo.h | 2 +-
lib/Target/AMDGPU/AMDGPUIntrinsics.td | 16 ------
lib/Target/AMDGPU/BUFInstructions.td | 48 -----------------
lib/Target/AMDGPU/SIISelLowering.cpp | 17 +-----
lib/Target/AMDGPU/SIIntrinsics.td | 14 -----
test/CodeGen/AMDGPU/default-fp-mode.ll | 14 +++--
test/CodeGen/AMDGPU/llvm.AMDGPU.kill.ll | 35 ------------
test/CodeGen/AMDGPU/llvm.SI.load.dword.ll | 54 -------------------
test/CodeGen/AMDGPU/llvm.amdgcn.wqm.vote.ll | 9 ++--
test/CodeGen/AMDGPU/mubuf.ll | 6 +--
test/CodeGen/AMDGPU/scheduler-subrange-crash.ll | 4 +-
test/CodeGen/AMDGPU/skip-if-dead.ll | 72 ++++++++++++++-----------
test/CodeGen/AMDGPU/wqm.ll | 8 +--
15 files changed, 66 insertions(+), 238 deletions(-)
delete mode 100644 lib/Target/AMDGPU/AMDGPUIntrinsics.td
delete mode 100644 test/CodeGen/AMDGPU/llvm.AMDGPU.kill.ll
delete mode 100644 test/CodeGen/AMDGPU/llvm.SI.load.dword.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 gcc.
from 453f8114042 [AArch64][2/2] Add sve_width -moverride tunable
new ea229a47927 gcc/ PR target/87496 * config/rs6000/rs6000.c (rs6000_opt [...]
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 | 9 +++++++++
gcc/config/rs6000/rs6000.c | 10 +++++++++-
gcc/doc/invoke.texi | 12 ++++++++----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/{pr87496.c => pr87496-1.c} | 2 +-
gcc/testsuite/gcc.target/powerpc/pr87496-2.c | 9 +++++++++
gcc/testsuite/gcc.target/powerpc/pr87496-3.c | 8 ++++++++
7 files changed, 52 insertions(+), 6 deletions(-)
rename gcc/testsuite/gcc.target/powerpc/{pr87496.c => pr87496-1.c} (94%)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr87496-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr87496-3.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 clang.
from b835dd980d Adding an AST dump test for statement expressions; NFC.
new 41154c54d8 [CTU] test/Analysis/ctu-main.cpp Attempt to fix failing windows bot
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/Analysis/ctu-main.cpp | 4 ++--
1 file changed, 2 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/binutils-gdb.
from bf9201ee0e Automatic date update in version.in
adds 384d2d7eee Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.