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 eeb461e [lsan] one more test fix to please the Debian Sid bot (this t [...]
new 2521dc2 [sanitizer] change SizeClassAllocator64 to accept just one 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:
lib/asan/asan_allocator.h | 11 +++-
lib/lsan/lsan_allocator.cc | 14 ++++--
lib/msan/msan_allocator.cc | 29 +++++++----
.../sanitizer_allocator_primary64.h | 16 +++---
.../tests/sanitizer_allocator_test.cc | 58 +++++++++++++++++-----
.../tests/sanitizer_allocator_testlib.cc | 15 ++++--
lib/scudo/scudo_allocator.cpp | 14 ++++--
lib/tsan/rtl/tsan_rtl.h | 11 ++--
8 files changed, 121 insertions(+), 47 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 f65deb8 [MemCpy] Check for alias in performMemCpyToMemSetOptzn, inste [...]
new c76060f llvm-objdump: ELF: Handle code and data mix in all scenarios
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:
.../llvm-objdump/ARM/disassemble-code-data-mix.s | 36 +++++++
.../llvm-objdump/X86/disassemble-code-data-mix.s | 19 ++++
tools/llvm-objdump/llvm-objdump.cpp | 105 ++++++++++++++++++---
3 files changed, 149 insertions(+), 11 deletions(-)
create mode 100644 test/tools/llvm-objdump/ARM/disassemble-code-data-mix.s
create mode 100644 test/tools/llvm-objdump/X86/disassemble-code-data-mix.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 gcc.
from 8371706 [mips] Add support for mips*r6-*-musl
new 2ae10c8 2016-08-25 Steven g. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/frontend-passes.c | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr77351.f90 | 6 ++++++
4 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr77351.f90
--
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 543a8c1 Reuse an SDLoc throughout a function. NFC.
new f65deb8 [MemCpy] Check for alias in performMemCpyToMemSetOptzn, inste [...]
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/Transforms/Scalar/MemCpyOptimizer.cpp | 4 +++-
test/Transforms/MemCpyOpt/pr29105.ll | 38 +++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/MemCpyOpt/pr29105.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 compiler-rt.
from 888ed0e dfsan: Enable 48-bit VMA support on aarch64
new eeb461e [lsan] one more test fix to please the Debian Sid bot (this t [...]
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/lsan/TestCases/guard-page.c | 6 +++---
1 file changed, 3 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 llvm.
from ecd159c GlobalISel: add missing type to G_UADDE instructions
new 543a8c1 Reuse an SDLoc throughout a function. 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:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 30 ++++++++++--------------
1 file changed, 12 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 clang.
from 0188dc5 [Sema][Comments] Add support for TypeAliasTemplate
new 81d0359 [MS] Pass non-trivially-copyable objects indirectly on Windows ARM
new 939bf18 Omit column info for CodeView by default
new cefb5a0 Refactor to remove the assumption that we know the name of th [...]
The 3 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/clang/Driver/Options.td | 4 ++--
include/clang/Serialization/ASTWriter.h | 3 +--
lib/CodeGen/MicrosoftCXXABI.cpp | 6 ++++++
lib/Driver/Tools.cpp | 12 ++++++++----
lib/Frontend/ASTUnit.cpp | 2 +-
lib/Frontend/ChainedIncludesSource.cpp | 2 +-
lib/Frontend/FrontendActions.cpp | 4 ++--
lib/Serialization/GeneratePCH.cpp | 19 +++++++++++++------
test/CodeGenCXX/microsoft-abi-sret-and-byval.cpp | 15 +++++++++++++++
test/Driver/cl-options.c | 9 +++++++++
10 files changed, 58 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 libcxx.
from 7da8c67 Remove duplicate inline
new e7acb0e Followon to r279744. Find the other exception types and make [...]
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/any | 16 +++++++++++++---
include/exception | 15 ---------------
include/experimental/filesystem | 11 +++++++++++
include/experimental/memory_resource | 8 ++++----
include/experimental/string_view | 4 ++--
include/memory | 8 ++++----
include/string_view | 6 +++---
src/experimental/filesystem/directory_iterator.cpp | 4 ++--
src/experimental/filesystem/operations.cpp | 2 +-
9 files changed, 40 insertions(+), 34 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 774da37 Hooking up a check-all target for the runtimes projects
new bbdb9c7 GlobalISel: mark small extends as legal on AArch64
new 042ca5a GlobalISel: perform multi-step legalization
new faab2fb GlobalISel: mark pointer constants as legal on AArch64.
new 1b03791 GlobalISel: mark simple ops legal even on types < 32-bit.
new a9111c1 GlobalISel: mark overflow bit of overflow ops legal.
new ecd159c GlobalISel: add missing type to G_UADDE instructions
The 6 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 | 18 +++++-
.../CodeGen/GlobalISel/MachineLegalizeHelper.h | 3 +
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 23 +++++--
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 29 ++++++++-
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 43 +++++++++++--
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 8 +--
test/CodeGen/AArch64/GlobalISel/legalize-and.mir | 5 +-
test/CodeGen/AArch64/GlobalISel/legalize-cmp.mir | 6 ++
.../AArch64/GlobalISel/legalize-constant.mir | 3 +
test/CodeGen/AArch64/GlobalISel/legalize-ext.mir | 73 ++++++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/legalize-mul.mir | 5 +-
test/CodeGen/AArch64/GlobalISel/legalize-or.mir | 5 +-
test/CodeGen/AArch64/GlobalISel/legalize-sub.mir | 5 +-
test/CodeGen/AArch64/GlobalISel/legalize-xor.mir | 5 +-
14 files changed, 192 insertions(+), 39 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-ext.mir
--
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 0913709 [X86][SSE] INSERTPS is only combined on v4f32 types. NFCI.
new 59f7ccf [X86] 512-bit VPAVG requires AVX512BW
new 774da37 Hooking up a check-all target for the runtimes projects
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:
CMakeLists.txt | 3 +
lib/Target/X86/X86ISelLowering.cpp | 8 +-
runtimes/CMakeLists.txt | 44 +-
test/CodeGen/X86/avg.ll | 1812 ++++++++++++++++++++++++++++++++++--
4 files changed, 1808 insertions(+), 59 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.