This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 64ee3052c28 libgo: use inline assembly in favor of call to _xgetbv()
new edf9f27af3b Add some pdp11 target hook definitions for 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/ChangeLog | 7 +++++++
gcc/config/pdp11/pdp11.c | 16 ++++++++++++++++
2 files changed, 23 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 openmp.
from 8e7e0d6 [OpenMP] Fix KMP_DYNAMIC_LIB to be dependent on LIBOMP_ENABLE_SHARED
new d81b10f [OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhere
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_ftn_cdecl.cpp | 2 +-
runtime/src/kmp_runtime.cpp | 8 ++++----
runtime/src/kmp_version.cpp | 2 +-
runtime/src/z_Windows_NT_util.cpp | 2 +-
4 files changed, 7 insertions(+), 7 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 compiler-rt.
from 23967f96b Introduce internal_sysctlbyname in place of sysctlbyname
new c6c6707d5 Unwind local macro DEFINE_INTERNAL()
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/sanitizer_common/sanitizer_netbsd.cc | 90 +++++++++++++++-----------------
1 file changed, 43 insertions(+), 47 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 5c4df7dce4e Remove -mfloat32, -mfloat64 switches from pdp11 target.
new 64ee3052c28 libgo: use inline assembly in favor of call to _xgetbv()
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/go/gofrontend/MERGE | 2 +-
libgo/go/internal/cpu/cpu_gccgo.c | 14 ++++++++++----
2 files changed, 11 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 clang.
from e3e8f2a67b [clang-format] Java import sorting in clang-format
new 3f6d5060de Emit diagnostic note when calling an invalid function declaration.
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/ExprConstant.cpp | 9 ++++++---
test/SemaCXX/enable_if.cpp | 3 ++-
2 files changed, 8 insertions(+), 4 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 9d809925c65 [SelectionDAG] allow undefs when matching splat constants
new 41c8ada9ddc [X86] Move ReadAfterLd functionality into X86FoldableSchedW [...]
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/X86Instr3DNow.td | 4 +-
lib/Target/X86/X86InstrAVX512.td | 238 +++++++++----------
lib/Target/X86/X86InstrArithmetic.td | 58 ++---
lib/Target/X86/X86InstrCMovSetCC.td | 2 +-
lib/Target/X86/X86InstrFMA.td | 38 +--
lib/Target/X86/X86InstrInfo.td | 6 +-
lib/Target/X86/X86InstrMMX.td | 10 +-
lib/Target/X86/X86InstrSSE.td | 177 +++++++-------
lib/Target/X86/X86InstrShiftRotate.td | 4 +-
lib/Target/X86/X86InstrXOP.td | 38 +--
lib/Target/X86/X86SchedBroadwell.td | 8 +-
lib/Target/X86/X86SchedHaswell.td | 8 +-
lib/Target/X86/X86SchedSandyBridge.td | 8 +-
lib/Target/X86/X86SchedSkylakeClient.td | 8 +-
lib/Target/X86/X86SchedSkylakeServer.td | 8 +-
lib/Target/X86/X86Schedule.td | 377 +++++++++++++++---------------
lib/Target/X86/X86ScheduleAtom.td | 3 +
lib/Target/X86/X86ScheduleBtVer2.td | 6 +
lib/Target/X86/X86ScheduleSLM.td | 3 +
lib/Target/X86/X86ScheduleZnver1.td | 7 +-
test/tools/llvm-mca/X86/read-after-ld-1.s | 66 +++---
test/tools/llvm-mca/X86/read-after-ld-2.s | 296 +++++++++++------------
22 files changed, 715 insertions(+), 658 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 eb13633ec75 [x86] add test for (X - 0.0) vector with undef elts; NFC
new 24a3723b3a8 Format the dwarfdump --statistics version as an integer ins [...]
new 9d809925c65 [SelectionDAG] allow undefs when matching splat constants
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/CodeGen/SelectionDAGNodes.h | 4 ++--
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 9 ++++----
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 11 ++++------
test/CodeGen/X86/vec_fneg.ll | 32 ++++++++---------------------
test/tools/llvm-dwarfdump/X86/statistics.ll | 1 +
tools/llvm-dwarfdump/Statistics.cpp | 2 +-
6 files changed, 21 insertions(+), 38 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 openmp.
from e9c3056 [OpenMP][OMPT] Fix unsafe initialization of ompt_data_t objects
new 8e7e0d6 [OpenMP] Fix KMP_DYNAMIC_LIB to be dependent on LIBOMP_ENABLE_SHARED
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_config.h.cmake | 3 ++-
1 file changed, 2 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 master
in repository gcc.
from 26f24372666 * config/i386/i386.md (*cmpxf_i387): Change operand 2 pred [...]
new 96433d2cf93 testsuite: multiline.exp: implement optional target/xfail selector
new 5c4df7dce4e Remove -mfloat32, -mfloat64 switches from pdp11 target.
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:
gcc/ChangeLog | 8 ++++++++
gcc/config/pdp11/pdp11.h | 17 +++++++++--------
gcc/config/pdp11/pdp11.opt | 8 --------
gcc/doc/invoke.texi | 13 -------------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/lib/multiline.exp | 30 +++++++++++++++++++++++++-----
6 files changed, 50 insertions(+), 34 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 22609030b4e [X86][SSE] Try to make MOVLPS/MOVHPS(+PD) instructions Simp [...]
new eb13633ec75 [x86] add test for (X - 0.0) vector with undef elts; NFC
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/X86/vec_fneg.ll | 32 +++++++++++++++++++++++++++++---
1 file changed, 29 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.