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 36eb4c5f9b infcall-nested-structs: Test up to five fields
new 716c08de28 [MIPS/GAS] Split Loongson CAM Instructions from loongson3a
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/ChangeLog | 4 ++++
bfd/elfxx-mips.c | 2 ++
binutils/ChangeLog | 4 ++++
binutils/readelf.c | 2 ++
gas/ChangeLog | 24 ++++++++++++++++++++++++
gas/NEWS | 2 ++
gas/config/tc-mips.c | 19 +++++++++++++++++--
gas/doc/as.texi | 7 +++++++
gas/doc/c-mips.texi | 15 +++++++++++++++
gas/testsuite/gas/mips/loongson-3a-2.d | 4 ----
gas/testsuite/gas/mips/loongson-3a-2.s | 5 -----
gas/testsuite/gas/mips/loongson-3a-mmi.d | 1 +
gas/testsuite/gas/mips/loongson-cam.d | 27 +++++++++++++++++++++++++++
gas/testsuite/gas/mips/loongson-cam.s | 7 +++++++
gas/testsuite/gas/mips/mips.exp | 2 ++
include/ChangeLog | 6 ++++++
include/elf/mips.h | 3 ++-
include/opcode/mips.h | 2 ++
opcodes/ChangeLog | 10 ++++++++++
opcodes/mips-dis.c | 15 +++++++++++++--
opcodes/mips-opc.c | 11 +++++++----
21 files changed, 154 insertions(+), 18 deletions(-)
create mode 100644 gas/testsuite/gas/mips/loongson-cam.d
create mode 100644 gas/testsuite/gas/mips/loongson-cam.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 91bff92aa54 [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks)
new e64aa7c573e [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks)
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/X86/pr38539.ll | 74 ++++++++++++++++++++++-----------------------
1 file changed, 37 insertions(+), 37 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 d963991b Introduce the abseil-str-cat-append check.
new da6b2a62 Introduce the abseil-redundant-strcat-calls check.
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/abseil/AbseilTidyModule.cpp | 3 +
clang-tidy/abseil/CMakeLists.txt | 1 +
clang-tidy/abseil/RedundantStrcatCallsCheck.cpp | 140 +++++++++++++++
clang-tidy/abseil/RedundantStrcatCallsCheck.h | 39 +++++
docs/ReleaseNotes.rst | 6 +
.../checks/abseil-redundant-strcat-calls.rst | 26 +++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/abseil-redundant-strcat-calls.cpp | 188 +++++++++++++++++++++
8 files changed, 404 insertions(+)
create mode 100644 clang-tidy/abseil/RedundantStrcatCallsCheck.cpp
create mode 100644 clang-tidy/abseil/RedundantStrcatCallsCheck.h
create mode 100644 docs/clang-tidy/checks/abseil-redundant-strcat-calls.rst
create mode 100644 test/clang-tidy/abseil-redundant-strcat-calls.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 fe980e2e006 [NFC] Factor out guard utility methods into a separate file
new 91bff92aa54 [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks)
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/MSP430/libcalls.ll | 60 ++++++++++++++++++++++++-----------------
test/CodeGen/SystemZ/pr32372.ll | 8 +++---
test/CodeGen/X86/pr38539.ll | 45 ++++++++++++++++---------------
3 files changed, 63 insertions(+), 50 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 6a190314 [clangd] Switch to Dex by default for the static index
new d963991b Introduce the abseil-str-cat-append check.
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/abseil/AbseilTidyModule.cpp | 3 +
clang-tidy/abseil/CMakeLists.txt | 1 +
clang-tidy/abseil/StrCatAppendCheck.cpp | 102 ++++++++++++++++
.../{NoNamespaceCheck.h => StrCatAppendCheck.h} | 18 +--
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/abseil-str-cat-append.rst | 17 +++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/abseil-str-cat-append.cpp | 129 +++++++++++++++++++++
8 files changed, 268 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/abseil/StrCatAppendCheck.cpp
copy clang-tidy/abseil/{NoNamespaceCheck.h => StrCatAppendCheck.h} (54%)
create mode 100644 docs/clang-tidy/checks/abseil-str-cat-append.rst
create mode 100644 test/clang-tidy/abseil-str-cat-append.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 binutils-gdb.
from bc672693cc [MIPS/LD/testsuite] Skip o32 flags check on mips*-*-irix*
new ea92689a17 Aarch64: Func to detect args passed in float regs
new 0e745c6011 Aarch64: Float register detection for _push_dummy_call
new 4f4aedebed Aarch64: Float register detection for return values
new 36eb4c5f9b infcall-nested-structs: Test up to five fields
The 4 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:
gdb/ChangeLog | 23 ++
gdb/aarch64-tdep.c | 444 ++++++++++++----------
gdb/testsuite/ChangeLog | 45 +++
gdb/testsuite/gdb.base/infcall-nested-structs.c | 168 +++++---
gdb/testsuite/gdb.base/infcall-nested-structs.exp | 5 +-
5 files changed, 434 insertions(+), 251 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 72310d4f61b 2018-08-29 Vlad Lazar <vlad.lazar(a)arm.com>
new c8c195fa4c9 Fix thinko in lto.c (PR bootstrap/87130).
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/lto/ChangeLog | 6 ++++++
gcc/lto/lto.c | 4 ++--
2 files changed, 8 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 llvm.
from 40552436a1d [MC] fix a clang-tidy warning, NFC
new 1986113fb21 [X86][AVX] Prefer VPBLENDW+VPBLENDD to VPBLENDVB for v16i16 [...]
new fe980e2e006 [NFC] Factor out guard utility methods into a separate file
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/llvm/Transforms/Utils/GuardUtils.h | 30 +++++++++++++
lib/Target/X86/X86ISelLowering.cpp | 16 ++++++-
lib/Transforms/Scalar/LowerGuardIntrinsic.cpp | 50 +--------------------
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/GuardUtils.cpp | 64 +++++++++++++++++++++++++++
test/CodeGen/X86/insertelement-ones.ll | 48 +++++++-------------
test/CodeGen/X86/vector-shuffle-256-v16.ll | 42 ++++++------------
test/CodeGen/X86/vector-shuffle-256-v32.ll | 24 +++++-----
test/CodeGen/X86/vector-shuffle-512-v32.ll | 20 ++++-----
test/CodeGen/X86/vector-shuffle-v48.ll | 4 +-
10 files changed, 164 insertions(+), 135 deletions(-)
create mode 100644 include/llvm/Transforms/Utils/GuardUtils.h
create mode 100644 lib/Transforms/Utils/GuardUtils.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 4b9c2a90398 Remove debug code accidently committed in rL340837. NFCI.
new 40552436a1d [MC] fix a clang-tidy 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/MC/MCStreamer.cpp | 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 release_70
in repository clang.
from de97def3fc Merging r340376: ------------------------------------------- [...]
new 4aaf774673 [Docs] Release notes for OpenCL
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/ReleaseNotes.rst | 27 ++++++++++++++++++++++++---
1 file changed, 24 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.