This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 08fb6f0 AArch64: Consolidate branch inversion logic
new 3638aec AArch64: Assert on branch displacement bits
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/AArch64InstrInfo.cpp | 7 +++++++
1 file changed, 7 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.
unknown user pushed a change to branch release_39
in repository clang-tools-extra.
from 387f217 Merging r275943: -------------------------------------------- [...]
new 8b20c7e Merging r277097: -------------------------------------------- [...]
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/modernize/UseEmplaceCheck.cpp | 71 ++++++++++++------
clang-tidy/modernize/UseEmplaceCheck.h | 12 ++-
clang-tidy/utils/Matchers.h | 2 -
docs/clang-tidy/checks/modernize-use-emplace.rst | 48 ++++++++----
test/clang-tidy/modernize-use-emplace.cpp | 94 +++++++++++++++++++++++-
5 files changed, 182 insertions(+), 45 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 264f1d6 [clang-rename] handle overridden functions correctly
new 3a4b5f5 [clang-rename] add basic Emacs integration
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-rename/tool/CMakeLists.txt | 7 ++++++
clang-rename/tool/clang-rename.el | 45 +++++++++++++++++++++++++++++++++++++++
docs/clang-rename.rst | 28 ++++++++++++++++++------
3 files changed, 73 insertions(+), 7 deletions(-)
create mode 100644 clang-rename/tool/clang-rename.el
--
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 3d7423c Remove DefinedCommon::Section.
new d696b2b [ELF] - Fix: do not ignore relocations addends when using lld -r
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/InputSection.cpp | 4 +++-
test/ELF/relocatable-symbols.s | 42 ++++++++++++++++++++++++++++++------------
2 files changed, 33 insertions(+), 13 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 1cee04d AArch64: BranchRelaxtion cleanups
new 08fb6f0 AArch64: Consolidate branch inversion logic
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/AArch64BranchRelaxation.cpp | 42 ++++++++++++++------------
1 file changed, 22 insertions(+), 20 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 5d4d268 AArch64: Add missing branch relaxation tests
new 1cee04d AArch64: BranchRelaxtion cleanups
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/AArch64BranchRelaxation.cpp | 242 +++++++++++++------------
lib/Target/AArch64/AArch64InstrInfo.cpp | 50 +++++
lib/Target/AArch64/AArch64InstrInfo.h | 6 +
3 files changed, 178 insertions(+), 120 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 lldb.
from 08affb4 [LLVM][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation [...]
new 7e3888c Correct makefile.rules to use toolchain specific AR and OBJCOPY
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:
packages/Python/lldbsuite/test/make/Makefile.rules | 35 +++++++++++-----------
1 file changed, 17 insertions(+), 18 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 c2fcbdb AArch64: Fix end iterator dereference
new 5d4d268 AArch64: Add missing branch relaxation 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:
test/CodeGen/AArch64/branch-relax-bcc.ll | 77 ++++++++++++++++++++++++++++++++
test/CodeGen/AArch64/branch-relax-cbz.ll | 51 +++++++++++++++++++++
2 files changed, 128 insertions(+)
create mode 100644 test/CodeGen/AArch64/branch-relax-bcc.ll
create mode 100644 test/CodeGen/AArch64/branch-relax-cbz.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 llvm.
from a99d4e1 [AVX-512] Mark VADDPS/PD and VMULPS/PD as commutable. This ne [...]
new c2fcbdb AArch64: Fix end iterator dereference
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/AArch64BranchRelaxation.cpp | 108 +++++++++++++------------
1 file changed, 57 insertions(+), 51 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 lldb.
from 81502dc [asan] Remove unused #include (NFC)
new 08affb4 [LLVM][MIPS] Add (D)SUBU, (D)ADDU, LUI instructions emulation [...]
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:
.../Instruction/MIPS/EmulateInstructionMIPS.cpp | 164 +++++++++++++++++---
.../Instruction/MIPS/EmulateInstructionMIPS.h | 6 +
.../MIPS64/EmulateInstructionMIPS64.cpp | 166 ++++++++++++++++++---
.../Instruction/MIPS64/EmulateInstructionMIPS64.h | 6 +
4 files changed, 301 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.