This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from e85f57f75 Correct the test modified in rL335777.
new f0769f612 Skip building TSan on platforms where there are no 64-bit arc [...]
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:
cmake/config-ix.cmake | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
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-8-branch
in repository gcc.
from c93c2f83a9d Daily bump.
new 999baf3f1ae 2018-06-28 Fritz Reese <fritzoreese(a)gmail.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/fortran/ChangeLog | 6 ++
gcc/fortran/decl.c | 66 +++++++++++-----------
gcc/testsuite/ChangeLog | 6 ++
.../{pdt_1.f03 => dec_type_print_2.f03} | 19 +++----
4 files changed, 54 insertions(+), 43 deletions(-)
copy gcc/testsuite/gfortran.dg/{pdt_1.f03 => dec_type_print_2.f03} (71%)
--
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 binutils-gdb.
from ecdc3a72c8 Fix follow-exec regression / crash
new f2ffa92bbc gdb: Eliminate the 'stop_pc' global
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:
gdb/ChangeLog | 28 +++++++++++++
gdb/gdbthread.h | 20 ++++++---
gdb/infcmd.c | 12 +++---
gdb/inferior.h | 4 --
gdb/infrun.c | 115 +++++++++++++++++++++++++++++++---------------------
gdb/linux-fork.c | 3 +-
gdb/record-btrace.c | 3 +-
gdb/record-full.c | 3 +-
gdb/remote.c | 2 +-
gdb/target.c | 3 +-
gdb/thread.c | 25 +++++++-----
11 files changed, 139 insertions(+), 79 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 0e7f42b6394 [AMDGPU] Early expansion of 32 bit udiv/urem
new 4f08eb3e6db [llvm-mca][x86] Add 3dnow! resource tests
new 8e2dac622af [llvm-mca][x86] Add FMA4 resource tests
new 5ed53954fb6 Revert "[DAGCombiner] Ensure we use the correct CC result t [...]
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/SelectionDAG/DAGCombiner.cpp | 11 +-
test/CodeGen/Hexagon/sdiv-minsigned.ll | 14 -
test/CodeGen/X86/combine-sdiv.ll | 25 +-
test/tools/llvm-mca/X86/Generic/resources-3dnow.s | 208 +++++++++++++
test/tools/llvm-mca/X86/Generic/resources-fma4.s | 349 ++++++++++++++++++++++
5 files changed, 568 insertions(+), 39 deletions(-)
delete mode 100644 test/CodeGen/Hexagon/sdiv-minsigned.ll
create mode 100644 test/tools/llvm-mca/X86/Generic/resources-3dnow.s
create mode 100644 test/tools/llvm-mca/X86/Generic/resources-fma4.s
--
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 80ed743cca1 2018-06-28 Fritz Reese <fritzoreese(a)gmail.com>
new cb11a2922e3 [testsuite] Fix f16_mov_immediate_3.c
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/aarch64/f16_mov_immediate_3.c | 13 +++----------
2 files changed, 7 insertions(+), 10 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 a2237ff0e5a [llvm-mca] Use a WriteRef to describe register writes in cl [...]
new 0e7f42b6394 [AMDGPU] Early expansion of 32 bit udiv/urem
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/AMDGPUCodeGenPrepare.cpp | 320 ++-
.../AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll | 112 -
test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll | 2415 ++++++++++++++++++++
test/CodeGen/AMDGPU/dagcombine-select.ll | 32 +-
4 files changed, 2747 insertions(+), 132 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.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 llvm.
from 8746f255cda [AMDGPU] Overload llvm.amdgcn.fmad.ftz to support f16
new a2237ff0e5a [llvm-mca] Use a WriteRef to describe register writes in cl [...]
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:
tools/llvm-mca/DispatchStage.cpp | 16 +++++----
tools/llvm-mca/DispatchStage.h | 3 +-
tools/llvm-mca/Instruction.cpp | 10 ++++++
tools/llvm-mca/Instruction.h | 30 +++++++++++++++++
tools/llvm-mca/RegisterFile.cpp | 72 ++++++++++++++++++++++++----------------
tools/llvm-mca/RegisterFile.h | 22 ++++++------
6 files changed, 103 insertions(+), 50 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 binutils-gdb.
from d95d3aef9e Make dwarf2_free_objfile static
new ecdc3a72c8 Fix follow-exec regression / crash
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:
gdb/ChangeLog | 5 +++++
gdb/infrun.c | 4 ++--
2 files changed, 7 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 gcc.
from 7fa3c46fdb5 Hide alt_dump_file within dumpfile.c
new 80ed743cca1 2018-06-28 Fritz Reese <fritzoreese(a)gmail.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/fortran/ChangeLog | 5 ++
gcc/fortran/decl.c | 66 +++++++++++-----------
gcc/testsuite/ChangeLog | 5 ++
.../{pdt_1.f03 => dec_type_print_2.f03} | 19 +++----
4 files changed, 52 insertions(+), 43 deletions(-)
copy gcc/testsuite/gfortran.dg/{pdt_1.f03 => dec_type_print_2.f03} (71%)
--
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 6859f8aaa97 [DEBUG_INFO, NVPTX] Add test for .debug_loc section, NFC.
new 97e3954d2a0 [PhiValues] Adjust unit test to invalidate instructions bef [...]
new 8746f255cda [AMDGPU] Overload llvm.amdgcn.fmad.ftz to support f16
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:
include/llvm/IR/IntrinsicsAMDGPU.td | 6 +-
lib/Target/AMDGPU/SIInstructions.td | 14 ++-
test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.f16.ll | 116 ++++++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.ll | 16 ++--
unittests/Analysis/PhiValuesTest.cpp | 2 +-
5 files changed, 137 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.fmad.ftz.f16.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.