This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f0ee2825539 PR c++/79549 - C++17 ICE with non-type auto template param [...]
new 8004fb17729 * pt.c (dependent_type_p): Make sure we aren't called with [...]
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 | 3 +++
gcc/cp/pt.c | 4 ++++
2 files changed, 7 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 compiler-rt.
from ae4021dc2 Disable static caching of dyld header on Go sanitizers
new 1846d403b [XRay] Fix the test func-id-utils.cc on PPC.
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/xray/TestCases/Linux/func-id-utils.cc | 24 +++++++++++++++---------
1 file changed, 15 insertions(+), 9 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 f78c0b9158 MIPS/GAS/testsuite: Remove stale `mips16-macro' list test output
new aab82f4c20 x86-64: Use .plt.bnd for IFUNC function address
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:
bfd/ChangeLog | 6 +++
bfd/elf64-x86-64.c | 14 +++++-
ld/ChangeLog | 7 +++
.../{ld-i386/ifunc-1a.c => ld-x86-64/pr21481a.c} | 0
ld/testsuite/ld-x86-64/pr21481b.S | 56 ++++++++++++++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 18 +++++++
6 files changed, 99 insertions(+), 2 deletions(-)
copy ld/testsuite/{ld-i386/ifunc-1a.c => ld-x86-64/pr21481a.c} (100%)
create mode 100644 ld/testsuite/ld-x86-64/pr21481b.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 llvm.
from 22b377c4f52 [X86][SSE] Check vec_set BUILD_VECTOR tests on both 32 and [...]
new 947cc8fc26c [InstSimplify, InstCombine] move 'or' simplification tests; 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/Transforms/InstCombine/or.ll | 109 -------------------
test/Transforms/InstSimplify/apint-or.ll | 72 ------------
test/Transforms/InstSimplify/or.ll | 181 +++++++++++++++++++++++++++++++
3 files changed, 181 insertions(+), 181 deletions(-)
delete mode 100644 test/Transforms/InstSimplify/apint-or.ll
create mode 100644 test/Transforms/InstSimplify/or.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 edf04fb176 [libclang] Fix typo in doc-comment, NFC
new 1584f486e1 Build the Apple-style stage2 with full debug info
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/caches/Apple-stage2.cmake | 2 --
1 file changed, 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 e518f7a661f [AArch64][RegisterBankInfo] Change the default mapping of f [...]
new 22b377c4f52 [X86][SSE] Check vec_set BUILD_VECTOR tests on both 32 and [...]
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_set-2.ll | 31 ++++++++++++++-------
test/CodeGen/X86/vec_set-3.ll | 45 +++++++++++++++++++++----------
test/CodeGen/X86/vec_set-4.ll | 38 +++++++++++++++++---------
test/CodeGen/X86/vec_set-6.ll | 23 +++++++++++-----
test/CodeGen/X86/vec_set-7.ll | 18 ++++++++-----
test/CodeGen/X86/vec_set-8.ll | 16 +++++++----
test/CodeGen/X86/vec_set-A.ll | 19 ++++++++-----
test/CodeGen/X86/vec_set-B.ll | 40 +++++++++++++++++----------
test/CodeGen/X86/vec_set-C.ll | 10 +++----
test/CodeGen/X86/vec_set.ll | 63 ++++++++++++++++++++++++++++---------------
10 files changed, 204 insertions(+), 99 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 08513b00f9 [libclang] Introduce clang_Cursor_isExternalSymbol that prov [...]
new edf04fb176 [libclang] Fix typo in doc-comment, 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:
include/clang-c/Index.h | 2 +-
1 file changed, 1 insertion(+), 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 8f8c3db73d0 2017-05-10 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new bca4c703b80 * g++.dg/template/crash126.C: Second error doesn't apply to C++17.
new 16f61488145 gcc/ChangeLog:
new f0ee2825539 PR c++/79549 - C++17 ICE with non-type auto template param [...]
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:
gcc/ChangeLog | 15 +++++
gcc/config/rs6000/altivec.h | 1 +
gcc/config/rs6000/rs6000-builtin.def | 9 +++
gcc/config/rs6000/rs6000-c.c | 14 +++++
gcc/cp/ChangeLog | 10 +++
gcc/cp/parser.c | 2 -
gcc/cp/pt.c | 80 +++++-------------------
gcc/doc/extend.texi | 7 +++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/g++.dg/template/crash126.C | 2 +-
gcc/testsuite/gcc.target/powerpc/builtins-3-p8.c | 13 +++-
gcc/testsuite/gcc.target/powerpc/builtins-3.c | 47 ++++++++++++--
12 files changed, 131 insertions(+), 75 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 575a392a3 [cmake] Disable building enable_execute_stack.c for baremetal [...]
new ae4021dc2 Disable static caching of dyld header on Go sanitizers
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_procmaps_mac.cc | 4 ++++
1 file changed, 4 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 aoliva/SFN
in repository gcc.
from b2b5ece67d0 SFN+LVU: add Driver to new opts in common.opt
new ff61d3790b1 SFN: fix access to max debug marker count value
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/cfgexpand.c | 3 ++-
gcc/tree-inline.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.