This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 09034e866b7 * reorg.c (make_return_insns): Use emit_copy_of_insn_after [...]
new 2c0b7348cd7 * dojump.h (do_jump): Delete. (do_jump_1): Likewise. (sp [...]
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 | 13 +++++++++++
gcc/dojump.c | 75 ++++++++++++++++++++++++++++++++---------------------------
gcc/dojump.h | 21 ++++++-----------
gcc/expr.c | 9 +++----
4 files changed, 66 insertions(+), 52 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 1821c7b8 [clangd] Remove override result handling logic from clangd
new d6e779e0 [clangd] Cache FS stat() calls when building preamble.
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:
clangd/CMakeLists.txt | 1 +
clangd/ClangdServer.cpp | 13 ++----
clangd/ClangdUnit.cpp | 26 ++++++++----
clangd/ClangdUnit.h | 7 ++-
clangd/CodeComplete.cpp | 27 +++++++-----
clangd/CodeComplete.h | 8 ++--
clangd/FS.cpp | 92 ++++++++++++++++++++++++++++++++++++++++
clangd/FS.h | 65 ++++++++++++++++++++++++++++
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/ClangdTests.cpp | 65 ++++++++++++++++++++++++++++
unittests/clangd/FSTests.cpp | 46 ++++++++++++++++++++
unittests/clangd/TestFS.cpp | 1 +
12 files changed, 319 insertions(+), 33 deletions(-)
create mode 100644 clangd/FS.cpp
create mode 100644 clangd/FS.h
create mode 100644 unittests/clangd/FSTests.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 clang.
from 360d063736 [clang] Implement Override Suggestions in Sema.
new 363420a23b [Lex] TokenConcatenation now takes const Preprocessor
new 9375f5f7ed Revert untintentionally commited changes
new c242941e01 [CodeComplete] Re-fix accessibilty of protected members from [...]
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:
lib/Sema/SemaCodeComplete.cpp | 23 ++++++++++++++++++-----
lib/Sema/SemaLookup.cpp | 5 +++--
test/Index/complete-access-checks.cpp | 4 ++--
3 files changed, 23 insertions(+), 9 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 ac22ae8146e 2018-10-02 Richard Biener <rguenther(a)suse.de>
new 09034e866b7 * reorg.c (make_return_insns): Use emit_copy_of_insn_after [...]
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/reorg.c | 15 +++++----------
2 files changed, 10 insertions(+), 10 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 fb353d6d816 Daily bump.
new 18e2a21264b 2018-10-02 Richard Biener <rguenther(a)suse.de>
new ac22ae8146e 2018-10-02 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 7 +++++++
gcc/c/ChangeLog | 4 ++++
gcc/c/c-decl.c | 4 +---
gcc/cp/ChangeLog | 4 ++++
gcc/cp/name-lookup.c | 4 ----
gcc/final.c | 11 -----------
gcc/tree-inline.c | 3 ++-
7 files changed, 18 insertions(+), 19 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 cc07c6d0507 [AArch64][v8.5A] Add Memory Tagging system registers
new 08e636c3eb8 [AArch64][v8.5A] Add Memory Tagging instructions
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/AArch64/AArch64InstrFormats.td | 115 +++-
lib/Target/AArch64/AArch64InstrInfo.td | 46 ++
lib/Target/AArch64/AArch64Subtarget.h | 14 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 25 +-
.../AArch64/Disassembler/AArch64Disassembler.cpp | 40 +-
test/MC/AArch64/armv8.5a-mte-error.s | 716 +++++++++++++++++++++
test/MC/AArch64/armv8.5a-mte.s | 416 ++++++++++++
.../AArch64/armv8.5a-mte-unpredictable.txt | 7 +
test/MC/Disassembler/AArch64/armv8.5a-mte.txt | 451 ++++++++++++-
9 files changed, 1805 insertions(+), 25 deletions(-)
create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-mte-unpredictable.txt
--
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 ea81843dbdc [AArch64][v8.5A] Add MTE system instructions
new cc07c6d0507 [AArch64][v8.5A] Add Memory Tagging system registers
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/AArch64/AArch64SystemOperands.td | 16 ++++
test/MC/AArch64/armv8.5a-mte-error.s | 133 ++++++++++++++++++++++++++
test/MC/AArch64/armv8.5a-mte.s | 77 +++++++++++++++
test/MC/Disassembler/AArch64/armv8.5a-mte.txt | 44 ++++++++-
4 files changed, 268 insertions(+), 2 deletions(-)
create mode 100644 test/MC/AArch64/armv8.5a-mte-error.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 637450a7f29 [AArch64][v8.5A] Add MTE as an optional AArch64 extension
new cf1b18658c5 [InstCombine] Fold ~A - Min/Max(~A, O) -> Max/Min(A, ~O) - A
new ea81843dbdc [AArch64][v8.5A] Add MTE system instructions
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/Target/AArch64/AArch64SystemOperands.td | 21 ++++++++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 1 +
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 33 +++++++++++++
lib/Transforms/InstCombine/InstCombineInternal.h | 9 +++-
test/MC/AArch64/armv8.5a-mte.s | 60 +++++++++++++++++++++++
test/MC/Disassembler/AArch64/armv8.5a-mte.txt | 60 +++++++++++++++++++++++
test/Transforms/InstCombine/sub-minmax.ll | 58 ++++++++++------------
7 files changed, 210 insertions(+), 32 deletions(-)
create mode 100644 test/MC/AArch64/armv8.5a-mte.s
create mode 100644 test/MC/Disassembler/AArch64/armv8.5a-mte.txt
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.