This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 3f33116 Apply clang-tidy's misc-move-constructor-init to lld.
new 6d976bb Fix implicit plt creation on aarch64.
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 | 1 +
ELF/Relocations.cpp | 5 ++++-
ELF/Relocations.h | 1 +
test/ELF/Inputs/aarch64-copy2.s | 5 +++++
test/ELF/aarch64-copy2.s | 26 ++++++++++++++++++++++++++
5 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/aarch64-copy2.s
create mode 100644 test/ELF/aarch64-copy2.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 ebbbdf5 [X86][AVX2] Fix v16i16 SHL lowering (PR27730)
new 9195dba X86: enable TLS on Windows itanium
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/X86/X86ISelLowering.cpp | 1 +
test/CodeGen/X86/tls-windows-itanium.ll | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
create mode 100644 test/CodeGen/X86/tls-windows-itanium.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 180fafd [AsmPrinter, CodeView] There are some more ways of getting wchar_t
new ebbbdf5 [X86][AVX2] Fix v16i16 SHL lowering (PR27730)
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/X86/X86ISelLowering.cpp | 4 ++--
test/CodeGen/X86/avx2-vector-shifts.ll | 12 ++++++------
test/CodeGen/X86/vector-rotate-256.ll | 12 ++++++------
test/CodeGen/X86/vector-shift-ashr-256.ll | 12 ++++++------
test/CodeGen/X86/vector-shift-ashr-512.ll | 30 +++++++++++++++---------------
test/CodeGen/X86/vector-shift-lshr-256.ll | 12 ++++++------
test/CodeGen/X86/vector-shift-lshr-512.ll | 30 +++++++++++++++---------------
test/CodeGen/X86/vector-shift-shl-256.ll | 4 ++--
test/CodeGen/X86/vector-shift-shl-512.ll | 10 +++++-----
9 files changed, 63 insertions(+), 63 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 566f08c [X86] Use unsigned types for vector arithmetic in intrinsics [...]
new 95fbc84 [AVX512] Remove 512-bit andnot tests from the avx512vl test file.
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/avx512vl-builtins.c | 36 ------------------------------------
1 file changed, 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 libcxx.
from 1575e3e [libcxx] Fix c++98 test failures.
new 2700619 Don't call memmove when there's nothing to move. Fixes PR#27978.
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/fstream | 4 +++-
1 file changed, 3 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 30f995a [InstCombine][MMX] Extend SimplifyDemandedUseBits MOVMSK supp [...]
new 5f57ddd [TypeStreamMerger] visitUnknownMember was supposed to be visi [...]
new 667f3f9 [CodeView] Validate the vftable offset
new 0fddcc6 [CodeView] Fix a busted assert in TypeTableBuilder::writeClass
new 180fafd [AsmPrinter, CodeView] There are some more ways of getting wchar_t
The 4 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/DebugInfo/CodeView/TypeRecord.h | 11 ++++++++++-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 8 +++++---
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 5 +++--
lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 2 +-
4 files changed, 19 insertions(+), 7 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 3d3f5dc gcc/ChangeLog PR tree-optimization/52171 * config/sh/sh.c ( [...]
new 7499ef4 PR tree-optimization/71405 * tree-ssa.c (execute_update_add [...]
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 | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/torture/pr71405.C | 22 ++++++++++++++++++++++
gcc/tree-ssa.c | 13 ++++++++++---
4 files changed, 44 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr71405.C
--
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 f5adc99 [LPM] Revert r271781 which was a re-commit of r271652.
new 30f995a [InstCombine][MMX] Extend SimplifyDemandedUseBits MOVMSK supp [...]
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 12 +++++++++---
test/Transforms/InstCombine/x86-movmsk.ll | 20 ++++++++++++++++++++
2 files changed, 29 insertions(+), 3 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 558c800 /cp 2016-06-04 Paolo Carlini <paolo.carlini(a)oracle.com>
new 3d3f5dc gcc/ChangeLog PR tree-optimization/52171 * config/sh/sh.c ( [...]
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 | 6 ++++++
gcc/config/sh/sh.c | 4 ++--
2 files changed, 8 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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from de68b73 clean up use of $GIT_REF_OPT
new 03d2a8d Report success when tests pass
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-manifest2.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.