This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0486e5e [Hexagon] Use handleTargetFeaturesGroup to process target-spe [...]
new add5e73 Fix typo in comment
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/Driver/cl-pch.cpp | 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 clang-tools-extra.
from 684124b clang-tools-extra/test/clang-tidy/misc-move-forwarding-refere [...]
new 29a997b [clang-tidy docs] Fix build errors on Sphinx 1.4.6
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:
docs/clang-tidy/checks/misc-suspicious-string-compare.rst | 2 +-
docs/clang-tidy/checks/readability-implicit-bool-cast.rst | 6 +++---
2 files changed, 4 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 2a7897d [Reassociate] Add additional debug output. NFC.
new 0d8f244 [MC] Move parser helper functions from Asmparser to MCAsmParser
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/llvm/MC/MCParser/MCAsmParser.h | 11 ++++
include/llvm/MC/MCParser/MCAsmParserExtension.h | 4 +-
lib/MC/MCParser/AsmParser.cpp | 83 ++++++-------------------
lib/MC/MCParser/MCAsmParser.cpp | 51 +++++++++++++++
4 files changed, 83 insertions(+), 66 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 9efb2c6 Handle -mlong-calls on Hexagon
new b9b3e3d Revert r280035 (and followups r280057, r280085), it caused PR30195
new 0486e5e [Hexagon] Use handleTargetFeaturesGroup to process target-spe [...]
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/clang/Driver/CC1Options.td | 2 ++
include/clang/Driver/Options.td | 4 ---
include/clang/Driver/Types.def | 3 --
include/clang/Driver/Types.h | 5 ---
lib/Basic/Targets.cpp | 35 +++++++++++++++------
lib/Driver/Driver.cpp | 14 ++-------
lib/Driver/Tools.cpp | 63 +++++++++++--------------------------
lib/Driver/Types.cpp | 21 ++-----------
lib/Frontend/CompilerInvocation.cpp | 2 --
lib/Parse/Parser.cpp | 8 +----
test/Driver/cl-pch.cpp | 4 +--
test/Driver/modules-ts.cpp | 38 ----------------------
12 files changed, 55 insertions(+), 144 deletions(-)
delete mode 100644 test/Driver/modules-ts.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 llvm.
from 84ea382 SILoadStoreOptimizer.cpp: Fix a warning in r279991. [-Wunused [...]
new 2a7897d [Reassociate] Add additional debug output. 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/Transforms/Scalar/Reassociate.cpp | 2 ++
1 file changed, 2 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 lldb.
from 98079ce Fix darwin cmake build for r279997
new 60d7fe6 Revert "gdb-remote: Make the sequence mutex non-recursive"
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:
.../Process/gdb-remote/GDBRemoteClientBase.cpp | 6 +-
.../Process/gdb-remote/GDBRemoteClientBase.h | 8 +-
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 107 ++++++++-------------
.../gdb-remote/GDBRemoteCommunicationClient.h | 20 ++--
.../gdb-remote/GDBRemoteRegisterContext.cpp | 66 ++++++-------
.../Process/gdb-remote/GDBRemoteRegisterContext.h | 14 ++-
.../Process/gdb-remote/ProcessGDBRemote.cpp | 2 +-
.../GDBRemoteCommunicationClientTest.cpp | 42 +++-----
8 files changed, 101 insertions(+), 164 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 20c847a clang/test/Driver/modules-ts.cpp: Satisfy quoted filename.
new 9efb2c6 Handle -mlong-calls on Hexagon
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 | 8 ++++----
lib/Basic/Targets.cpp | 8 +++++++-
lib/Driver/Tools.cpp | 7 ++++++-
test/Driver/{arm-long-calls.c => hexagon-long-calls.c} | 6 +++---
4 files changed, 20 insertions(+), 9 deletions(-)
copy test/Driver/{arm-long-calls.c => hexagon-long-calls.c} (64%)
--
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 c616591 Partially revert previous delta - move limit testing code to [...]
new b2b3836 Made tests to XFAIL for arc*-*-elf*.
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-arc/tls_gd-01.d | 1 +
ld/testsuite/ld-arc/tls_ie-01.d | 1 +
3 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 gcc.
from 4772e5d report supported function classes correctly on *-musl
new 850c200 rich_location: add convenience overloads for adding fix-it hints
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 | 14 ++++++++++++
gcc/c/ChangeLog | 11 +++++++++
gcc/c/c-decl.c | 8 +++----
gcc/c/c-parser.c | 10 ++++-----
gcc/c/c-typeck.c | 2 +-
gcc/cp/ChangeLog | 6 +++++
gcc/cp/name-lookup.c | 2 +-
gcc/cp/parser.c | 2 +-
gcc/diagnostic-show-locus.c | 17 ++++----------
gcc/gcc-rich-location.c | 17 +-------------
gcc/gcc-rich-location.h | 2 --
libcpp/ChangeLog | 13 +++++++++++
libcpp/include/line-map.h | 34 ++++++++++++++++++++++++++++
libcpp/line-map.c | 54 +++++++++++++++++++++++++++++++++++++++++++++
14 files changed, 149 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 58dc3e4 Fix for commit 280064 that break the build.
new 20c847a clang/test/Driver/modules-ts.cpp: Satisfy quoted filename.
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/Driver/modules-ts.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.