This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 83ab9dc04d3 [Hexagon] Improve shuffle error reporting
new c7efa3cd92a [Hexagon] Give better error messages for solo instruction errors
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/Hexagon/MCTargetDesc/HexagonMCChecker.cpp | 16 ++++++++++------
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h | 2 +-
test/MC/Hexagon/PacketRules/solo.s | 5 +++++
test/MC/Hexagon/multiple_errs.s | 10 ++++++++++
4 files changed, 26 insertions(+), 7 deletions(-)
create mode 100644 test/MC/Hexagon/PacketRules/solo.s
create mode 100644 test/MC/Hexagon/multiple_errs.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 compiler-rt.
from 62e0c63b8 Cleanup previous test commit.
new 120e487c4 [sanitizer-coverage] disable coverage_direct=1, will remove t [...]
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_coverage_libcdep.cc | 2 +
.../TestCases/Posix/coverage-direct-activation.cc | 59 ---------------
test/asan/TestCases/Posix/coverage-direct-large.cc | 65 -----------------
test/asan/TestCases/Posix/coverage-direct.cc | 83 ----------------------
test/asan/TestCases/Posix/coverage-fork-direct.cc | 45 ------------
test/asan/TestCases/coverage-disabled.cc | 5 --
6 files changed, 2 insertions(+), 257 deletions(-)
delete mode 100644 test/asan/TestCases/Posix/coverage-direct-activation.cc
delete mode 100644 test/asan/TestCases/Posix/coverage-direct-large.cc
delete mode 100644 test/asan/TestCases/Posix/coverage-direct.cc
delete mode 100644 test/asan/TestCases/Posix/coverage-fork-direct.cc
--
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 a6fd4ede6b [sanitizer-coverage] add a deprecation note to coverage_direct=1
new 5d6d690dae Silence unused variable warning. 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/AST/ExprConstant.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.
from 58733dee03 Improve handling of arrays of unknown bound in constant expr [...]
new a6fd4ede6b [sanitizer-coverage] add a deprecation note to coverage_direct=1
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/SanitizerCoverage.rst | 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 llvm.
from 2e6f882a8db X86: initialize a few subtarget variables.
new 83ab9dc04d3 [Hexagon] Improve shuffle error reporting
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/Hexagon/AsmParser/HexagonAsmParser.cpp | 82 +------
.../Hexagon/Disassembler/HexagonDisassembler.cpp | 3 +-
.../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 13 +-
.../Hexagon/MCTargetDesc/HexagonMCChecker.cpp | 240 ++++++++++-----------
lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h | 123 +++--------
.../Hexagon/MCTargetDesc/HexagonMCCompound.cpp | 7 +-
.../Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 6 +-
.../Hexagon/MCTargetDesc/HexagonMCShuffler.cpp | 100 +++------
.../Hexagon/MCTargetDesc/HexagonMCShuffler.h | 35 ++-
.../Hexagon/MCTargetDesc/HexagonShuffler.cpp | 117 +++++-----
lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h | 32 +--
11 files changed, 276 insertions(+), 482 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 debcef5f3ff gcc/ChangeLog: * gimple-ssa-sprintf.c (format_integer): Se [...]
new be45049f886 Eliminate fixit_hint class hierarchy
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 | 39 ++++
gcc/diagnostic-show-locus.c | 227 +++++++++--------------
gcc/diagnostic.c | 42 +----
gcc/edit-context.c | 248 ++++++--------------------
gcc/edit-context.h | 3 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.dg/Wmissing-braces-fixits.c | 62 ++-----
libcpp/ChangeLog | 32 ++++
libcpp/include/line-map.h | 90 +++-------
libcpp/line-map.c | 218 +++++++---------------
10 files changed, 329 insertions(+), 638 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 e3c69705dc Adapt to LLVM's rename of WeakVH to WeakTrackingVH; NFC
new 58733dee03 Improve handling of arrays of unknown bound in constant expr [...]
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/DiagnosticASTKinds.td | 4 +-
lib/AST/ExprConstant.cpp | 242 ++++++++++++++-----------
test/SemaCXX/constexpr-array-unknown-bound.cpp | 25 +++
3 files changed, 164 insertions(+), 107 deletions(-)
create mode 100644 test/SemaCXX/constexpr-array-unknown-bound.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 glibc.
from 25e39b4229 Add TCP_FASTOPEN_CONNECT from Linux 4.11 to netinet/tcp.h.
new ffd6023885 posix: Using libsupport for p{write,read}v tests
new fa66f341a0 nptl: Using libsupport for tst-cancel4*
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:
ChangeLog | 52 ++
misc/tst-preadvwritev-common.c | 49 +-
nptl/tst-cancel4-common.c | 3 +-
nptl/tst-cancel4-common.h | 4 +
nptl/tst-cancel4.c | 1077 +++++++---------------------------------
nptl/tst-cancel4_1.c | 33 +-
nptl/tst-cancel4_2.c | 33 +-
7 files changed, 280 insertions(+), 971 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 lld.
from 16f63b265 Fix comments.
new 80e1bf15f Change an unusual directory permission back to a sane value 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:
test/ELF/driver-access.test | 1 +
1 file changed, 1 insertion(+)
--
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 25c164f122e Require linker plugin for pr78768.c
new debcef5f3ff gcc/ChangeLog: * gimple-ssa-sprintf.c (format_integer): Se [...]
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 | 5 +++++
gcc/gimple-ssa-sprintf.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-18.c | 17 +++++++----------
4 files changed, 18 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.