This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from fa89767 Create tdep->rx_psw_type and tdep->rx_fpsw_type lazily
new ceae311 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from bbf5e16 Automatic date update in version.in
new 2765667 Automatic date update in version.in
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:
bfd/version.h | 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 6131c67 [CUDA,Driver] Added --no-cuda-gpu-arch= option.
new 68e5066 [ubsan] Treat ObjC's BOOL as if its range is always {0, 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:
lib/CodeGen/CGExpr.cpp | 15 ++++++++-------
test/CodeGenObjC/ubsan-bool.m | 13 +++++++++++++
2 files changed, 21 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGenObjC/ubsan-bool.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 lld.
from 470648e Fix a bogus warning.
new edc5fbd COFF: Fix test failure on Windows.
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:
COFF/DriverUtils.cpp | 10 ++++++----
1 file changed, 6 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 binutils-gdb.
from 1736a7b gdb: Remove support for obsolete OSABIs and a.out
new 55af478 MIPS16/opcodes: Reformat raw EXTEND and undecoded output
new f17ecb4 MIPS16/opcodes: Use hexadecimal interpretation for the `e' op [...]
new 64c1118 MIPS16: Remove unused `>' operand code
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:
binutils/ChangeLog | 7 +++++
binutils/testsuite/binutils-all/mips/mips.exp | 1 +
.../binutils-all/mips/mips16-extend-noinsn.d | 33 ++++++++++++++++++++++
.../binutils-all/mips/mips16-extend-noinsn.s | 25 ++++++++++++++++
gas/ChangeLog | 10 +++++++
gas/config/tc-mips.c | 1 -
gas/testsuite/gas/mips/mips.exp | 1 +
gas/testsuite/gas/mips/mips16-extend.d | 16 +++++++++++
gas/testsuite/gas/mips/mips16-extend.s | 23 +++++++++++++++
include/ChangeLog | 4 +++
include/opcode/mips.h | 3 +-
opcodes/ChangeLog | 16 +++++++++++
opcodes/mips-dis.c | 8 +++---
opcodes/mips16-opc.c | 4 +--
14 files changed, 142 insertions(+), 10 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.d
create mode 100644 binutils/testsuite/binutils-all/mips/mips16-extend-noinsn.s
create mode 100644 gas/testsuite/gas/mips/mips16-extend.d
create mode 100644 gas/testsuite/gas/mips/mips16-extend.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 llvm.
from 43dec7d [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and [...]
new 243f564 Bigger-hammer REQUIRES to fix Windows bot.
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/DebugInfo/MIR/X86/no-cfi-loc.mir | 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 5b5b508 Fix unused variable warnings. NFCI.
new b5c81f6 [c++17] P0490R0, NB comment FI 20: allow direct-initializatio [...]
new 6131c67 [CUDA,Driver] Added --no-cuda-gpu-arch= option.
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/Basic/DiagnosticSemaKinds.td | 2 -
include/clang/Driver/Options.td | 3 ++
lib/Driver/Driver.cpp | 30 ++++++++----
lib/Sema/SemaDecl.cpp | 33 +++++++++-----
test/Driver/cuda-options.cu | 73 +++++++++++++++++++++++++++---
test/Parser/cxx1z-decomposition.cpp | 4 +-
6 files changed, 116 insertions(+), 29 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 a9f3135 [modules] Add optional out-param to ASTReader::ReadAST for im [...]
new 5b5b508 Fix unused variable warnings. NFCI.
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/CodeGen/CGExprConstant.cpp | 6 +++---
lib/CodeGen/CodeGenTypes.cpp | 2 +-
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 lld.
from 8f07ecc COFF: New symbol table design.
new 470648e Fix a bogus warning.
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:
ELF/SymbolTable.cpp | 7 +++++--
ELF/Symbols.h | 3 +++
test/ELF/version-script-no-warn.s | 12 ++++++++++++
3 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/version-script-no-warn.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 libcxx.
from aa1d62b [libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_ [...]
new eae7e51 [libcxx] [test] Fix string_view tests.
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:
.../string.view/string.view.ops/compare.pointer_size.pass.cpp | 8 ++++----
test/std/strings/string.view/string.view.ops/substr.pass.cpp | 4 +++-
2 files changed, 7 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.