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 eed7437a9 [hwasan] Don't handle signals on Android.
new fa9b5b44c [hwasan] simplify the code, 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:
lib/hwasan/hwasan_allocator.cc | 15 ++++-----------
lib/hwasan/hwasan_allocator.h | 8 +-------
lib/hwasan/hwasan_thread.cc | 2 +-
lib/hwasan/hwasan_thread.h | 4 ++--
4 files changed, 8 insertions(+), 21 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 51a7d1c8845 [nvptx] Basic -misa support for nvptx
new 136a902a938 PR target/86779 * config/cris/cris.c (TARGET_HAVE_SPECULA [...]
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/config/cris/cris.c | 3 +++
2 files changed, 9 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 5d9beaaf6 [libfuzzer] Replace memmem with strstr.
new eed7437a9 [hwasan] Don't handle signals on Android.
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/hwasan/hwasan.cc | 11 +++++++++++
1 file changed, 11 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 clang.
from b9640bc0c2 Remove unnecessary options from test RUN lines.
new 5786130f48 PR38627: Fix handling of exception specification adjustment [...]
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/Basic/DiagnosticSemaKinds.td | 8 ++-
include/clang/Sema/Sema.h | 31 +++++++++---
lib/Frontend/FrontendActions.cpp | 2 +
lib/Sema/Sema.cpp | 5 +-
lib/Sema/SemaDecl.cpp | 20 ++------
lib/Sema/SemaDeclCXX.cpp | 59 ++++++++++++++++++----
lib/Sema/SemaExceptionSpec.cpp | 47 ++++++++++-------
lib/Sema/SemaTemplateInstantiate.cpp | 13 +++++
lib/Sema/SemaTemplateInstantiateDecl.cpp | 3 ++
test/CXX/drs/dr13xx.cpp | 6 +--
.../expr/expr.prim/expr.prim.lambda/templates.cpp | 4 +-
test/Modules/cxx-templates.cpp | 2 +
test/Modules/exception-spec.cpp | 36 +++++++++++++
test/SemaCXX/constant-expression-cxx11.cpp | 4 +-
test/SemaCXX/cxx0x-defaulted-functions.cpp | 8 ++-
test/SemaCXX/exception-spec.cpp | 47 +++++++++++++++++
test/SemaCXX/implicit-exception-spec.cpp | 22 ++++----
test/SemaCXX/member-init.cpp | 20 ++++----
test/SemaTemplate/instantiate-init.cpp | 6 ++-
19 files changed, 254 insertions(+), 89 deletions(-)
create mode 100644 test/Modules/exception-spec.cpp
--
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 0d9d36546d2 PR c++/87109, wrong overload with ref-qualifiers. * call. [...]
new 51a7d1c8845 [nvptx] Basic -misa support for nvptx
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 | 15 +++++++++++++++
gcc/config/{rx/rx-opts.h => nvptx/nvptx-opts.h} | 17 ++++++++---------
gcc/config/nvptx/nvptx.c | 5 ++++-
gcc/config/nvptx/nvptx.h | 8 ++++++++
gcc/config/nvptx/nvptx.md | 3 +--
gcc/config/nvptx/nvptx.opt | 14 ++++++++++++++
gcc/doc/invoke.texi | 6 ++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/nvptx/atomic-fetch-2.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/nvptx/atomic_fetch-1.c | 24 ++++++++++++++++++++++++
10 files changed, 110 insertions(+), 12 deletions(-)
copy gcc/config/{rx/rx-opts.h => nvptx/nvptx-opts.h} (76%)
create mode 100644 gcc/testsuite/gcc.target/nvptx/atomic-fetch-2.c
create mode 100644 gcc/testsuite/gcc.target/nvptx/atomic_fetch-1.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 clang.
from f36dcdac5b Add triple to test case.
new b9640bc0c2 Remove unnecessary options from test RUN lines.
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/odr_hash-Friend.cpp | 10 +++++-----
test/Modules/odr_hash-gnu.cpp | 2 +-
2 files changed, 6 insertions(+), 6 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 lldb.
from dddb70b0f Modernize NativeProcessProtocol::GetSoftwareBreakpointTrapOpcode
new 168a9b85f Set Windows console mode to enable support for ansi escape codes
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:
source/Core/Debugger.cpp | 9 +++++++++
1 file changed, 9 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 clang.
from c72ce85b08 Revert "Enable DWARF accelerator tables by default when tuni [...]
new f36dcdac5b Add triple to test case.
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/odr_hash.cpp | 4 +++-
1 file changed, 3 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 glibc.
from d114e6a722 Missed ChangeLog
new a33650d1a6 Indian and similar locales: Set the correct date format (bug [...]
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 | 39 +++++++++++++++++++++++++++++++++++++
localedata/locales/anp_IN | 2 +-
localedata/locales/ar_IN | 2 +-
localedata/locales/bhb_IN | 2 +-
localedata/locales/bho_IN | 2 +-
localedata/locales/bn_BD | 2 +-
localedata/locales/bn_IN | 2 +-
localedata/locales/brx_IN | 2 +-
localedata/locales/doi_IN | 2 +-
localedata/locales/gu_IN | 2 +-
localedata/locales/hi_IN | 2 +-
localedata/locales/hne_IN | 2 +-
localedata/locales/kn_IN | 2 +-
localedata/locales/kok_IN | 2 +-
localedata/locales/ks_IN | 2 +-
localedata/locales/ks_IN@devanagari | 2 +-
localedata/locales/mag_IN | 2 +-
localedata/locales/mai_IN | 2 +-
localedata/locales/mjw_IN | 2 +-
localedata/locales/ml_IN | 2 +-
localedata/locales/mni_IN | 2 +-
localedata/locales/mr_IN | 2 +-
localedata/locales/ne_NP | 2 +-
localedata/locales/pa_IN | 2 +-
localedata/locales/raj_IN | 2 +-
localedata/locales/sa_IN | 2 +-
localedata/locales/sat_IN | 2 +-
localedata/locales/sd_IN | 2 +-
localedata/locales/sd_IN@devanagari | 2 +-
localedata/locales/ta_IN | 2 +-
localedata/locales/ta_LK | 2 +-
localedata/locales/tcy_IN | 2 +-
localedata/locales/te_IN | 2 +-
localedata/locales/ur_IN | 2 +-
34 files changed, 72 insertions(+), 33 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 newlib.
from 6dbb20dfc Improve strstr performance of short needles
new 9bbda85e2 Cygwin: Bump DLL version to 2.11.2
new 213d8cac2 Cygwin: console: use UNICODE API throughout
new bf8aabe83 Cygwin: console: improve replacement char algorithm
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:
winsup/cygwin/autoload.cc | 7 +++
winsup/cygwin/fhandler_console.cc | 107 ++++++++++++++++++++++++++++++---
winsup/cygwin/include/cygwin/version.h | 2 +-
3 files changed, 106 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.