This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 822ef54 [ARM] Improve sxta{b|h} and uxta{b|h} tests
new d8d5e79 [DAGCombine] Avoid INSERT_SUBVECTOR reinsertions (PR28678)
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 11 ++++++++++-
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 3 +--
test/CodeGen/X86/insertelement-zero.ll | 2 --
3 files changed, 11 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 compiler-rt.
from d5bca33 [compiler-rt] Allow nm program to be over-ridden for global s [...]
new 32aebd6 test commit.
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/profile/InstrProfilingFile.c | 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 clang.
from 1b6a1c3 [X86][AVX] Ensure we only match against 1-byte alignment
new c4bce8b [X86][AVX512] lower __mm512_andnot_ps/__mm512_andnot_pd to IR [...]
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/Headers/avx512dqintrin.h | 12 ++----------
test/CodeGen/avx512dq-builtins.c | 6 ++++--
2 files changed, 6 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 clang.
from 832dfc2 Make clang-format remove duplicate headers when sorting #includes.
new 1b6a1c3 [X86][AVX] Ensure we only match against 1-byte alignment
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/avx-builtins.c | 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 master
in repository glibc.
from 9b3d133 ChangeLog: change Winblowz to Windows
new 71b67af locales: en_CA: update d_fmt [BZ #9842]
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:
localedata/ChangeLog | 5 +++++
localedata/locales/en_CA | 2 +-
2 files changed, 6 insertions(+), 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 llvm.
from 430591f [x86] Fix a bug in the auto-upgrade from r276416 where we fai [...]
new 822ef54 [ARM] Improve sxta{b|h} and uxta{b|h} 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:
lib/Target/ARM/ARMInstrFormats.td | 3 +
lib/Target/ARM/ARMInstrInfo.td | 11 +++
lib/Target/ARM/ARMInstrThumb2.td | 31 ++++---
test/CodeGen/ARM/sxt_rot.ll | 98 +++++++++++++++++++--
test/CodeGen/ARM/uxt_rot.ll | 156 ++++++++++++++++++++++++++++++++--
test/CodeGen/Thumb2/thumb2-sxt-uxt.ll | 76 +++++++++++++++++
test/CodeGen/Thumb2/thumb2-sxt_rot.ll | 35 +++++++-
test/CodeGen/Thumb2/thumb2-uxt_rot.ll | 50 +++++++++--
8 files changed, 423 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.
from afb075b [x86] Fix a really nasty bug introduced in r276417 where alig [...]
new 832dfc2 Make clang-format remove duplicate headers when sorting #includes.
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/Format/Format.cpp | 89 ++++++++++++++++++++++---------
test/Format/remove-duplicate-includes.cpp | 14 +++++
tools/clang-format/ClangFormat.cpp | 5 +-
unittests/Format/SortIncludesTest.cpp | 89 ++++++++++++++++++++++++++++---
4 files changed, 162 insertions(+), 35 deletions(-)
create mode 100644 test/Format/remove-duplicate-includes.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 lld.
from 6b96ea4 [ELF] - Linkerscript: implement SIZEOF_HEADERS.
new 63c708d [ELF] Add aarch64elf emulation mode
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/Driver.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 lld.
from faca2f3 COFF: reorder the table construction
new 6b96ea4 [ELF] - Linkerscript: implement SIZEOF_HEADERS.
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/LinkerScript.cpp | 24 +++++++++++++++++++++-
ELF/LinkerScript.h | 1 +
test/ELF/linkerscript/linkerscript-sizeofheaders.s | 18 ++++++++++++++++
3 files changed, 42 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/linkerscript/linkerscript-sizeofheaders.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.