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 090e9c00 [clangd] NFC: Cleanup Dex Iterator comments and simplify tests
new e852ca25 [clangd] Simplify the code using UniqueStringSaver, 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:
clangd/index/Index.cpp | 16 +++++-----------
clangd/index/Index.h | 5 ++++-
2 files changed, 9 insertions(+), 12 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 0ac007d48 [ELF] Add support for older Arm Architectures with smaller br [...]
new e726172a9 [ELF] Add support for Armv5 and Armv6 compatible Thunks
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/AArch64ErrataFix.cpp | 4 +-
ELF/Arch/AArch64.cpp | 13 ++--
ELF/Arch/ARM.cpp | 66 ++++++++--------
ELF/Driver.cpp | 3 -
ELF/Relocations.cpp | 11 +--
ELF/Target.h | 9 ++-
ELF/Thunks.cpp | 116 ++++++++++++++++++++++++++++-
ELF/Writer.cpp | 2 +-
test/ELF/arm-bl-v6.s | 29 ++++++--
test/ELF/arm-blx-v4t.s | 1 -
test/ELF/arm-branch-rangethunk.s | 6 +-
test/ELF/arm-branch-undef-weak-plt-thunk.s | 4 +-
test/ELF/arm-long-thunk-converge.s | 2 +-
test/ELF/arm-thumb-branch-rangethunk.s | 4 +-
test/ELF/arm-thumb-interwork-shared.s | 2 +-
test/ELF/arm-thumb-interwork-thunk-range.s | 2 +-
test/ELF/arm-thumb-interwork-thunk-v5.s | 66 ++++++++++++++++
test/ELF/arm-thumb-interwork-thunk.s | 2 +-
test/ELF/arm-thumb-nov6thunk.s | 39 ++++++++++
test/ELF/arm-thumb-thunk-symbols.s | 2 +-
test/ELF/arm-thunk-edgecase.s | 2 +-
test/ELF/arm-thunk-linkerscript-dotexpr.s | 2 +-
test/ELF/arm-thunk-linkerscript-orphan.s | 2 +-
test/ELF/arm-thunk-linkerscript.s | 2 +-
test/ELF/arm-thunk-re-add.s | 2 +-
test/ELF/arm-v5-reloc-error.s | 31 ++++++++
26 files changed, 345 insertions(+), 79 deletions(-)
create mode 100644 test/ELF/arm-thumb-interwork-thunk-v5.s
create mode 100644 test/ELF/arm-thumb-nov6thunk.s
create mode 100644 test/ELF/arm-v5-reloc-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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from ade2e57434d [llvm] Make YAML serialization up to 2.5 times faster
adds 2ca8e676279 [AArch64][SVE] Asm: Add SVE System registers
No new revisions were added by this update.
Summary of changes:
lib/Target/AArch64/AArch64SystemOperands.td | 15 +++++++
test/MC/AArch64/SVE/system-regs-diagnostics.s | 51 ++++++++++++++++++++++
test/MC/AArch64/SVE/system-regs.s | 62 +++++++++++++++++++++++++++
3 files changed, 128 insertions(+)
create mode 100644 test/MC/AArch64/SVE/system-regs-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/system-regs.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 ade2e57434d [llvm] Make YAML serialization up to 2.5 times faster
new 2ca8e676279 [AArch64][SVE] Asm: Add SVE 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 | 15 +++++++
test/MC/AArch64/SVE/system-regs-diagnostics.s | 51 ++++++++++++++++++++++
test/MC/AArch64/SVE/system-regs.s | 62 +++++++++++++++++++++++++++
3 files changed, 128 insertions(+)
create mode 100644 test/MC/AArch64/SVE/system-regs-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/system-regs.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 clang-tools-extra.
from 82c8cc02 [clangd] Add missing lock in the lookup.
new 090e9c00 [clangd] NFC: Cleanup Dex Iterator comments and simplify 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:
clangd/index/dex/Iterator.cpp | 10 +++++-----
clangd/index/dex/Iterator.h | 8 ++++----
unittests/clangd/DexIndexTests.cpp | 38 +++++++++++++++++++-------------------
3 files changed, 28 insertions(+), 28 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 2b9851626 Remove unnecessary applyMask() application.
new 0ac007d48 [ELF] Add support for older Arm Architectures with smaller br [...]
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/Arch/ARM.cpp | 27 ++++++++++++++++---
ELF/Driver.cpp | 3 ---
test/ELF/arm-bl-v6-inrange.s | 47 +++++++++++++++++++++++++++++++++
test/ELF/arm-bl-v6.s | 6 ++---
test/ELF/arm-blx-v4t.s | 4 +--
test/ELF/arm-thumb-branch.s | 4 +--
test/ELF/arm-thumb-condbranch-thunk.s | 2 +-
test/ELF/arm-thumb-mix-range-thunk-os.s | 2 +-
test/ELF/arm-thumb-plt-range-thunk-os.s | 2 +-
test/ELF/arm-thumb-range-thunk-os.s | 2 +-
test/ELF/arm-thumb-thunk-empty-pass.s | 2 +-
test/ELF/arm-thunk-largesection.s | 2 +-
test/ELF/arm-thunk-linkerscript-large.s | 5 ++--
test/ELF/arm-thunk-linkerscript-sort.s | 2 +-
test/ELF/arm-thunk-multipass.s | 2 +-
15 files changed, 87 insertions(+), 25 deletions(-)
create mode 100644 test/ELF/arm-bl-v6-inrange.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 clang-tools-extra.
from f9fa23f3 [clangd] Implement TRUE Iterator
new 82c8cc02 [clangd] Add missing lock in the lookup.
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/index/MemIndex.cpp | 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 clang-tools-extra.
from fa18b8d8 [clang-tidy] Add missing check documentation.
new f9fa23f3 [clangd] Implement TRUE Iterator
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/index/dex/Iterator.cpp | 39 ++++++++++++++++++++++++++++++++++++++
clangd/index/dex/Iterator.h | 4 ++++
unittests/clangd/DexIndexTests.cpp | 13 +++++++++++++
3 files changed, 56 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from ba88b2b9ee7 [SimplifyCFG] Replace some uses of bitwise or with logical or
adds ade2e57434d [llvm] Make YAML serialization up to 2.5 times faster
No new revisions were added by this update.
Summary of changes:
include/llvm/Support/YAMLTraits.h | 109 ++++++++++++++++-----
.../llvm-yaml-numeric-parser-fuzzer/CMakeLists.txt | 9 ++
.../DummyYAMLNumericParserFuzzer.cpp} | 2 +-
.../yaml-numeric-parser-fuzzer.cpp | 47 +++++++++
unittests/Support/YAMLIOTest.cpp | 83 ++++++++++++++--
5 files changed, 216 insertions(+), 34 deletions(-)
create mode 100644 tools/llvm-yaml-numeric-parser-fuzzer/CMakeLists.txt
copy tools/{llvm-special-case-list-fuzzer/DummySpecialCaseListFuzzer.cpp => llvm-y [...]
create mode 100644 tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.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 ba88b2b9ee7 [SimplifyCFG] Replace some uses of bitwise or with logical or
new ade2e57434d [llvm] Make YAML serialization up to 2.5 times faster
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/llvm/Support/YAMLTraits.h | 109 ++++++++++++++++-----
.../llvm-yaml-numeric-parser-fuzzer/CMakeLists.txt | 9 ++
.../DummyYAMLNumericParserFuzzer.cpp} | 2 +-
.../yaml-numeric-parser-fuzzer.cpp | 47 +++++++++
unittests/Support/YAMLIOTest.cpp | 83 ++++++++++++++--
5 files changed, 216 insertions(+), 34 deletions(-)
create mode 100644 tools/llvm-yaml-numeric-parser-fuzzer/CMakeLists.txt
copy tools/{llvm-special-case-list-fuzzer/DummySpecialCaseListFuzzer.cpp => llvm-y [...]
create mode 100644 tools/llvm-yaml-numeric-parser-fuzzer/yaml-numeric-parser-fuzzer.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.