This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.1-branch
in repository binutils-gdb.
from ab6a404065 Automatic date update in version.in
new 16b1396664 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_30-branch
in repository binutils-gdb.
from 361e09343d Updated Spanish translation for gas sub-directory
new 568e69f538 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 llvm.
from 0e937a1da01 [MachineOutliner] XFAIL machine-outliner-noredzone.ll
new 5dd3768d28f Fix typo in test (verify-machine-instrs -> verify-machineinstrs)
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/CodeGen/AArch64/machine-outliner-noredzone.ll | 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 9d42920b6ea [libgcc] 2018-04-20 Michael Meissner <meissner(a)linux.ibm.com>
new 10f9f23c921 PR c/85365 - -Wrestrict false positives with -fsanitize=undefined
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 | 8 ++++++++
gcc/gimple-fold.c | 12 ++++++++++--
gcc/gimple-ssa-warn-restrict.c | 19 ++++++++++++++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/Wrestrict-15.c | 38 +++++++++++++++++++++++++++++++++++++
5 files changed, 75 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wrestrict-15.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 llvm.
from c203d72cb42 [ObjCARC] Take BlockColors by const reference. NFC
new 0e937a1da01 [MachineOutliner] XFAIL machine-outliner-noredzone.ll
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/CodeGen/AArch64/machine-outliner-noredzone.ll | 5 +++--
1 file changed, 3 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 clang-tools-extra.
from e70bc639 Parse .h files as objective-c++ if we don't have a compile command.
new 9aced455 [clang-tidy] add new check to find out objc ivars which do no [...]
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:
clang-tidy/readability/IdentifierNamingCheck.cpp | 4 ++++
test/clang-tidy/readability-identifier-naming-objc.m | 15 +++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 test/clang-tidy/readability-identifier-naming-objc.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 1bf0f4273 Fix nullptr passed to memcpy in lld/COFF/Chunks.cpp
new 9d681ac48 [ELF] Swap argument names: use Old to refer to original symbo [...]
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 | 8 ++++----
1 file 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 binutils-gdb.
from 5c8f23cdab Improve on-line help for thread_apply_command and thread_app [...]
new 7106056554 RISC-V: Add new option -mrelax/-mno-relax.
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:
gas/ChangeLog | 12 ++++++++++++
gas/config/tc-riscv.c | 14 ++++++++++++++
gas/doc/c-riscv.texi | 9 +++++++++
gas/testsuite/gas/riscv/no-relax-reloc.d | 12 ++++++++++++
gas/testsuite/gas/riscv/no-relax-reloc.s | 8 ++++++++
gas/testsuite/gas/riscv/relax-reloc.d | 17 +++++++++++++++++
gas/testsuite/gas/riscv/relax-reloc.s | 8 ++++++++
7 files changed, 80 insertions(+)
create mode 100644 gas/testsuite/gas/riscv/no-relax-reloc.d
create mode 100644 gas/testsuite/gas/riscv/no-relax-reloc.s
create mode 100644 gas/testsuite/gas/riscv/relax-reloc.d
create mode 100644 gas/testsuite/gas/riscv/relax-reloc.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 68c6a26f031 [llvm-mca][X86] Add MMX/SSE/AES/CLMUL resource SandyBridge tests
new 72054c3dbb3 [ObjCARC] Account for funclet token in storeStrong transform
new c203d72cb42 [ObjCARC] Take BlockColors by const reference. NFC
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/Transforms/ObjCARC/ObjCARCContract.cpp | 58 +++++++++++++---------
lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 2 +-
.../ObjCARC/contract-storestrong-funclet.ll | 37 ++++++++++++++
3 files changed, 72 insertions(+), 25 deletions(-)
create mode 100644 test/Transforms/ObjCARC/contract-storestrong-funclet.ll
--
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 14c1d6d05 Use /pdbaltpath to avoid a path length dependency.
new 6eac4e886 COFF: Document /pdbaltpath.
new 1bf0f4273 Fix nullptr passed to memcpy in lld/COFF/Chunks.cpp
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:
COFF/Chunks.cpp | 3 ++-
COFF/Options.td | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.