This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fd1b7e89e7a Remove `inline` keyword from inline `classof` methods
new 7eed73772dc [DWARF] Added verification checks for the .apple_names sect [...]
new 1c48ce48f37 Attempt to fix Orc JIT test timeouts
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/BinaryFormat/Dwarf.h | 3 +
.../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 12 ++
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 39 +++++
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 66 ++++++-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 10 +-
test/DebugInfo/dwarfdump-accel.test | 5 +
.../X86/apple_names_verify_buckets.s | 192 ---------------------
.../llvm-dwarfdump/X86/apple_names_verify_data.s | 64 +++++++
.../llvm-dwarfdump/X86/apple_names_verify_form.s | 58 +++++++
.../X86/apple_names_verify_num_atoms.s | 59 +++++++
.../llvm-dwarfdump/X86/no_apple_names_verify.s | 33 ++++
.../X86/no_apple_names_verify_buckets.s | 174 -------------------
12 files changed, 341 insertions(+), 374 deletions(-)
delete mode 100644 test/tools/llvm-dwarfdump/X86/apple_names_verify_buckets.s
create mode 100644 test/tools/llvm-dwarfdump/X86/apple_names_verify_data.s
create mode 100644 test/tools/llvm-dwarfdump/X86/apple_names_verify_form.s
create mode 100644 test/tools/llvm-dwarfdump/X86/apple_names_verify_num_atoms.s
create mode 100644 test/tools/llvm-dwarfdump/X86/no_apple_names_verify.s
delete mode 100644 test/tools/llvm-dwarfdump/X86/no_apple_names_verify_buckets.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 cbe9130c153 PR c++/81188 - matching decltype of member function call.
new 08ae35f5050 2017-06-29 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.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/ChangeLog | 13 ++++++++++
gcc/config/rs6000/rs6000-protos.h | 2 +-
gcc/config/rs6000/rs6000.c | 52 +++++++++++++++++++++++++--------------
3 files changed, 48 insertions(+), 19 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 f832c35ecb [ASTReader] Add test for previous change r306583 / 145692e.
new f4236bfdbd [libFuzzer] Do not link in libFuzzer with -fsanitize=fuzzer [...]
new 78aa30a644 [libFuzzer] Add Fuzzer to the list of sanitizers which suppo [...]
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/Driver/SanitizerArgs.cpp | 2 +-
lib/Driver/ToolChains/CommonArgs.cpp | 3 ++-
lib/Driver/ToolChains/Darwin.cpp | 2 +-
test/Driver/fuzzer.c | 8 ++++++++
4 files changed, 12 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 clang.
from 3636b96e18 [OpenMP] Fix test for revision D29645. NFC
new f832c35ecb [ASTReader] Add test for previous change r306583 / 145692e.
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/Modules/Inputs/lookup-assert-protocol/Base.h | 3 +++
test/Modules/Inputs/lookup-assert-protocol/Derive.h | 4 ++++
.../{lookup-assert => lookup-assert-protocol}/H3.h | 0
.../module.map | 0
test/Modules/lookup-assert-protocol.m | 17 +++++++++++++++++
5 files changed, 24 insertions(+)
create mode 100644 test/Modules/Inputs/lookup-assert-protocol/Base.h
create mode 100644 test/Modules/Inputs/lookup-assert-protocol/Derive.h
copy test/Modules/Inputs/{lookup-assert => lookup-assert-protocol}/H3.h (100%)
copy test/Modules/Inputs/{lookup-assert => lookup-assert-protocol}/module.map (100%)
create mode 100644 test/Modules/lookup-assert-protocol.m
--
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 glibc.
from 84d8c5bc8b vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-type
new e78dc67889 SPARC sys/ucontext.h namespace fixes (bug 21457).
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:
ChangeLog | 81 +++++++
NEWS | 8 +-
.../unix/sysv/linux/sparc/sparc32/ucontext_i.sym | 1 -
sysdeps/unix/sysv/linux/sparc/sys/ucontext.h | 267 ++++++++++++---------
4 files changed, 236 insertions(+), 121 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 bcbaa86e009 * expr.c (expand_expr) <normal_inner_ref>: When testing fo [...]
new fb823e6854d 2017-06-29 Maya Rashish <coypu(a)sdf.org>
new cbe9130c153 PR c++/81188 - matching decltype of member function call.
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 | 4 ++++
gcc/config/vax/builtins.md | 2 +-
gcc/cp/ChangeLog | 5 +++++
gcc/cp/tree.c | 5 -----
gcc/testsuite/g++.dg/cpp0x/decltype-call4.C | 13 +++++++++++++
5 files changed, 23 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-call4.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 gcc-7-branch
in repository gcc.
from 65ad358e170 PR c++/81164 - ICE with invalid inherited constructor.
new ba6211c9a25 PR c++/81188 - matching decltype of member function call.
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/tree.c | 5 -----
gcc/testsuite/g++.dg/cpp0x/decltype-call4.C | 13 +++++++++++++
3 files changed, 16 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-call4.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 test-suite.
from 8befe858 [test-suite:Bitcode] Add fft (from Halide) as regression benchmark
new 318bba6d [lit, test-suite] Fix a reference to FileBasedTest that I mis [...]
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:
litsupport/test.py | 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.
unknown user pushed a change to branch master
in repository gcc.
from 802177fb0fc PR fortran/77765
new bcbaa86e009 * expr.c (expand_expr) <normal_inner_ref>: When testing fo [...]
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 | 6 ++++++
gcc/expr.c | 10 +++++-----
2 files changed, 11 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.