This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f5cb81c66f0 [PR c++/80290] recycle tinst garbage sooner
new e885b147001 PR c++/84463 * typeck.c (cp_build_addr_expr_1): Move hand [...]
new f57e45608e4 PR sanitizer/85389 * asan/asan_allocator.h (kAllocatorSpa [...]
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/cp/ChangeLog | 8 ++++++++
gcc/cp/cp-gimplify.c | 23 +++++++++++++++++++++++
gcc/cp/typeck.c | 13 -------------
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-84463.C | 22 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-nullptr-1.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-nullptr-2.C | 9 ++++-----
gcc/testsuite/g++.dg/init/struct2.C | 2 +-
gcc/testsuite/g++.dg/parse/array-size2.C | 2 +-
libsanitizer/ChangeLog | 6 ++++++
libsanitizer/asan/asan_allocator.h | 2 +-
11 files changed, 79 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-84463.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 fa0387cdcb3 [X86] Give CMOV 2 cycle latency on SLM.
new 31a2e832033 [X86][Broadwell] Remove some unnecessary InstRW overrides a [...]
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/X86SchedBroadwell.td | 51 ++++++-------------------------------
1 file changed, 8 insertions(+), 43 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 1c97f39bbb [AAch64] Add the __ARM_FEATURE_DOTPROD macro definition
new 93dfb9eb04 [Modules] Turn on system header validation for implicit modules
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/Driver/Options.td | 2 ++
lib/Driver/ToolChains/Clang.cpp | 8 +++++++-
test/Driver/modules.m | 6 ++++++
3 files changed, 15 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 llvm.
from 8c9881027c5 [X86] Don't crash on bad operand modifiers in inline assembly
new fa0387cdcb3 [X86] Give CMOV 2 cycle latency on SLM.
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/X86ScheduleSLM.td | 2 +-
test/CodeGen/X86/cmov-schedule.ll | 360 +++++++++++++++++++-------------------
2 files changed, 181 insertions(+), 181 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 b8a6d70c623 [InstCombine] peek through bitcasted vector/array pointer G [...]
new 8c9881027c5 [X86] Don't crash on bad operand modifiers in inline assembly
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/X86AsmPrinter.cpp | 6 ++++++
test/CodeGen/X86/inline-asm-bad-modifier.ll | 8 ++++++++
2 files changed, 14 insertions(+)
create mode 100644 test/CodeGen/X86/inline-asm-bad-modifier.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 69c219f6065 [gcc/testsuite]
new f5cb81c66f0 [PR c++/80290] recycle tinst garbage sooner
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 | 42 ++++++
gcc/cp/cp-tree.h | 62 ++++++++-
gcc/cp/error.c | 12 +-
gcc/cp/mangle.c | 2 +-
gcc/cp/pt.c | 406 +++++++++++++++++++++++++++++++++++++++++++++----------
5 files changed, 444 insertions(+), 80 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 aoliva/testme
in repository gcc.
from 999741fad9c [PR c++/80290] incremental deconstify
new c4547478224 [PR c++/80290] incremental further adjustments
new 848f2fd7ffe [PR c++/85437] accept static_casted ptrmem in constexpr
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/cp/cp-tree.h | 5 ++-
gcc/cp/expr.c | 25 +++++++++++++++
gcc/cp/mangle.c | 2 +-
gcc/cp/pt.c | 56 ++++++++++++++++++++++------------
gcc/cp/typeck.c | 5 ++-
gcc/testsuite/g++.dg/cpp0x/pr85437-2.C | 7 +++++
gcc/testsuite/g++.dg/cpp0x/pr85437-3.C | 7 +++++
gcc/testsuite/g++.dg/cpp0x/pr85437.C | 16 ++++++++++
8 files changed, 101 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85437-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85437-3.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr85437.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 gcc.
from d33f211461a Daily bump.
new 69c219f6065 [gcc/testsuite]
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 | 5 +++++
gcc/testsuite/g++.dg/ext/undef-bool-1.C | 2 +-
gcc/testsuite/gcc.target/powerpc/undef-bool-2.c | 2 +-
3 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 binutils-gdb.
from c65c21e1ff various i386-aout and i386-coff target removal
new e4e6a73d26 x86: Use a normal input file with compatible relocation
new 8f56f7a239 elf32_bed/elf64_bed
new d9dd20453a x86: Don't define elf32_bed/elf64_bed variables
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:
bfd/ChangeLog | 14 ++++++++++++++
bfd/elf32-i386.c | 2 ++
bfd/elf64-x86-64.c | 6 ++++++
bfd/elfxx-x86.c | 4 +++-
4 files changed, 25 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 llvm.
from 91cfb1b3cd2 Fix lock order inversion between ManagedStatic and Statistic
new b8a6d70c623 [InstCombine] peek through bitcasted vector/array pointer G [...]
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:
.../InstCombine/InstructionCombining.cpp | 30 ++++++++++++++++++----
test/Transforms/InstCombine/gep-vector.ll | 20 +++++++++++++++
2 files changed, 45 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.