This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from f84e48f Revert "Revert "Compact InputSectionData from 64 to 48 bytes. NFC.""
new a144311 Store an ArrayRef for Data in InputSectionData.
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/ICF.cpp | 3 +--
ELF/InputSection.cpp | 50 ++++++++++++++++++++++++--------------------------
ELF/InputSection.h | 13 +++++++------
ELF/MarkLive.cpp | 2 +-
ELF/Relocations.cpp | 2 +-
5 files changed, 34 insertions(+), 36 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 2e8f9ed [ELF/AArch64] Implement some UABS relocs
new f84e48f Revert "Revert "Compact InputSectionData from 64 to 48 bytes. 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:
ELF/InputSection.cpp | 9 ++++++---
ELF/InputSection.h | 5 +++--
2 files changed, 9 insertions(+), 5 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 5d592ae GlobalISel: support translation of global addresses.
new 9c7d316 Define a dummy zlib::uncompress when zlib is not available.
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/Support/Compression.cpp | 4 ++++
1 file changed, 4 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 master
in repository llvm.
from 39f340d GlobalISel: translate GEP instructions.
new 5d592ae GlobalISel: support translation of global addresses.
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/CodeGen/GlobalISel/MachineIRBuilder.h | 12 ++++++++++
include/llvm/Target/GenericOpcodes.td | 6 +++++
include/llvm/Target/TargetOpcodes.def | 3 +++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 2 ++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 12 ++++++++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 28 ++++++++++++++++++++++
6 files changed, 63 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 master
in repository clang-tools-extra.
from ee282fa Revert "Resubmit "Add a test for clang-tidy using the clang-c [...]
new 20fa313 [clang-tidy] readability-misplaced-array-index: add new 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/readability/CMakeLists.txt | 1 +
.../readability/MisplacedArrayIndexCheck.cpp | 57 ++++++++++++++++++++++
...edDefaultCheck.h => MisplacedArrayIndexCheck.h} | 18 +++----
clang-tidy/readability/ReadabilityTidyModule.cpp | 3 ++
docs/ReleaseNotes.rst | 5 ++
docs/clang-tidy/checks/list.rst | 1 +
.../checks/readability-misplaced-array-index.rst | 27 ++++++++++
.../readability-misplaced-array-index.cpp | 34 +++++++++++++
8 files changed, 137 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/readability/MisplacedArrayIndexCheck.cpp
copy clang-tidy/readability/{DeletedDefaultCheck.h => MisplacedArrayIndexCheck.h} (52%)
create mode 100644 docs/clang-tidy/checks/readability-misplaced-array-index.rst
create mode 100644 test/clang-tidy/readability-misplaced-array-index.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 gcc.
from 3d20c2f [libstdc++-v3] Fix dg-require before dg-run directives in testsuite.
new aaf86e2 * doc/extend.texi: Use lowercase "boolean". * doc/invoke.te [...]
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/doc/extend.texi | 8 ++++----
gcc/doc/invoke.texi | 2 +-
gcc/doc/md.texi | 4 ++--
gcc/doc/tm.texi | 2 +-
gcc/target.def | 2 +-
6 files changed, 17 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 llvm.
from 217343a Fix WebAssembly broken build related to interface change in r281172.
new 7a92e73 GlobalISel: disambiguate types when printing MIR
new 39f340d GlobalISel: translate GEP 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:
include/llvm/CodeGen/GlobalISel/IRTranslator.h | 3 +-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 24 +++++
include/llvm/Target/GenericOpcodes.td | 7 ++
include/llvm/Target/TargetOpcodes.def | 3 +
lib/CodeGen/GlobalISel/IRTranslator.cpp | 72 +++++++++++++++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 23 +++++
lib/CodeGen/MIRParser/MIParser.cpp | 27 ++++--
lib/CodeGen/MIRParser/MIRParser.cpp | 4 +-
lib/CodeGen/MIRPrinter.cpp | 42 +++++++--
lib/CodeGen/MachineRegisterInfo.cpp | 2 -
.../AArch64/GlobalISel/arm64-irtranslator.ll | 100 ++++++++++-----------
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 2 +-
test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 4 +-
.../AArch64/GlobalISel/legalize-combines.mir | 16 ++--
test/CodeGen/AArch64/GlobalISel/legalize-fcmp.mir | 4 +-
.../AArch64/GlobalISel/legalize-load-store.mir | 24 ++---
.../CodeGen/AArch64/GlobalISel/legalize-simple.mir | 12 +--
test/CodeGen/AArch64/GlobalISel/translate-gep.ll | 85 ++++++++++++++++++
.../MIR/X86/expected-integer-after-tied-def.mir | 2 +-
.../MIR/X86/expected-tied-def-after-lparen.mir | 2 +-
20 files changed, 355 insertions(+), 103 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/translate-gep.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 clang.
from a0d6944 [CFG] Add iterator_ranges to CFG and CFGBlock.
new 0ca4899 clang-format: Make emacs integration work with narrowed buffers.
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:
tools/clang-format/clang-format.el | 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 lld.
from 81b1b8c [MachO] Remove code accidentally cut'n'pasted 3 times.
new 2e8f9ed [ELF/AArch64] Implement some UABS relocs
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/Target.cpp | 12 ++++++++++++
test/ELF/Inputs/uabs_label.s | 4 ++++
test/ELF/aarch64-relocs.s | 20 +++++++++++++++++++-
3 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/uabs_label.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 d186dd4 AVX-512: Added a test case that should be optimized in the fu [...]
new 217343a Fix WebAssembly broken build related to interface change in r281172.
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/WebAssembly/WebAssemblyRegStackify.cpp | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.