This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from dc7a27e Fix some build bot breakages.
new 3cefe0a Remove std::atomic from lldb::Address.
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/lldb/Core/Address.h | 5 ++---
source/Core/Address.cpp | 4 ++--
2 files changed, 4 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 55792f0 AMDGPU/SI: Improve SILoadStoreOptimizer and run it before the [...]
new da2666c GlobalISel: switch to SmallVector for pending legalizations.
new 6e3f5dd [asan] Enable new stack poisoning with store instruction by default
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:
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 14 +--
.../Instrumentation/AddressSanitizer.cpp | 2 +-
.../AddressSanitizer/lifetime-throw.ll | 20 ++--
.../AddressSanitizer/lifetime-uar-uas.ll | 14 +--
test/Instrumentation/AddressSanitizer/lifetime.ll | 112 +++++++++++++++------
.../AddressSanitizer/stack-poisoning.ll | 19 +---
6 files changed, 115 insertions(+), 66 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 b3b5a54 GlobalISel: legalize frem to a libcall on AArch64.
new 9358435 ASan: remove variable only used in assertions build
new 55792f0 AMDGPU/SI: Improve SILoadStoreOptimizer and run it before the [...]
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:
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 12 +-
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 247 ++++++++++++---------
lib/Transforms/Utils/ASanStackFrameLayout.cpp | 3 +-
test/CodeGen/AMDGPU/ds_read2_offset_order.ll | 4 +-
test/CodeGen/AMDGPU/ds_write2.ll | 8 +-
test/CodeGen/AMDGPU/fceil64.ll | 4 +-
test/CodeGen/AMDGPU/llvm.amdgcn.rsq.clamp.ll | 3 +-
test/CodeGen/AMDGPU/load-local-i16.ll | 54 +++--
test/CodeGen/AMDGPU/load-local-i32.ll | 12 +-
test/CodeGen/AMDGPU/local-memory.amdgcn.ll | 3 +-
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll | 3 +-
test/CodeGen/AMDGPU/store-v3i64.ll | 3 +-
test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll | 6 +-
13 files changed, 210 insertions(+), 152 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 11b4774 AMDGPU/R600: Fix fixups used for constant arrays
new 755f9da GlobalISel: rework CallLowering so that it can be used for li [...]
new b3b5a54 GlobalISel: legalize frem to a libcall on AArch64.
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/CallLowering.h | 41 ++++++++++++++++++----
.../CodeGen/GlobalISel/MachineLegalizeHelper.h | 3 ++
lib/CodeGen/GlobalISel/CMakeLists.txt | 1 +
lib/CodeGen/GlobalISel/CallLowering.cpp | 40 +++++++++++++++++++++
lib/CodeGen/GlobalISel/IRTranslator.cpp | 6 ++--
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 28 +++++++++++++++
lib/CodeGen/GlobalISel/MachineLegalizer.cpp | 1 +
lib/Target/AArch64/AArch64CallLowering.cpp | 25 +++++--------
lib/Target/AArch64/AArch64CallLowering.h | 5 +--
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 3 ++
test/CodeGen/AArch64/GlobalISel/legalize-rem.mir | 14 ++++++++
11 files changed, 138 insertions(+), 29 deletions(-)
create mode 100644 lib/CodeGen/GlobalISel/CallLowering.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 libcxx.
from 235d71f Fix pair::operator=(TupleLike&&).
new f76a087 Update Google Benchmark library.
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:
utils/google-benchmark/CMakeLists.txt | 23 +-
utils/google-benchmark/README.md | 7 +
utils/google-benchmark/cmake/CXXFeatureCheck.cmake | 4 +-
.../include/benchmark/benchmark_api.h | 37 ++-
utils/google-benchmark/include/benchmark/macros.h | 2 +
utils/google-benchmark/mingw.py | 320 ---------------------
utils/google-benchmark/src/CMakeLists.txt | 8 +-
utils/google-benchmark/src/benchmark.cc | 183 ++++++++----
utils/google-benchmark/test/CMakeLists.txt | 20 +-
utils/google-benchmark/test/complexity_test.cc | 224 +++------------
utils/google-benchmark/test/cxx03_test.cc | 13 +-
.../google-benchmark/test/multiple_ranges_test.cc | 17 +-
utils/google-benchmark/test/output_test.h | 72 +++++
utils/google-benchmark/test/output_test_helper.cc | 224 +++++++++++++++
.../google-benchmark/test/reporter_output_test.cc | 265 ++++++-----------
15 files changed, 658 insertions(+), 761 deletions(-)
delete mode 100644 utils/google-benchmark/mingw.py
create mode 100644 utils/google-benchmark/test/output_test.h
create mode 100644 utils/google-benchmark/test/output_test_helper.cc
--
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 1e4df79 PR target/77403 * config/i386/sse.md (vec_set_lo_<mode><mas [...]
new 8c596dc * configure.ac (nvptx-*): Hardwire newlib. * configure: Rebuilt.
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:
libgfortran/ChangeLog | 46 ++++++++++++++++++++++++++--------------------
libgfortran/configure | 6 ++++--
libgfortran/configure.ac | 2 ++
3 files changed, 32 insertions(+), 22 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 gcc-6-branch
in repository gcc.
from c204d37 * Makefile.in (gcov-iov.h): Add dummy recipe.
new 56e0d7d PR target/77403 * config/i386/sse.md (vec_set_lo_<mode><mas [...]
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 | 13 ++++++++++---
gcc/config/i386/sse.md | 8 ++++----
gcc/testsuite/ChangeLog | 15 ++++++++++-----
gcc/testsuite/gcc.target/i386/pr77403.c | 15 +++++++++++++++
4 files changed, 39 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr77403.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 fc5add2 IfConversion: Fix branch predication bug.
new 11b4774 AMDGPU/R600: Fix fixups used for constant arrays
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:
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 1 +
test/CodeGen/AMDGPU/r600-constant-array-fixup.ll | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/r600-constant-array-fixup.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 gcc.
from f293b7f PR c/77292 * c-common.c (warn_logical_not_parentheses): Don [...]
new 1e4df79 PR target/77403 * config/i386/sse.md (vec_set_lo_<mode><mas [...]
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 | 20 ++++++++++++++------
gcc/config/i386/sse.md | 6 +++---
gcc/testsuite/ChangeLog | 13 +++++++++----
gcc/testsuite/gcc.target/i386/pr77403.c | 15 +++++++++++++++
4 files changed, 41 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr77403.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 b8ae70f Use store operation to poison allocas for lifetime analysis.
new fc5add2 IfConversion: Fix branch predication bug.
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/IfConversion.cpp | 81 ++++++++++++++++------
.../Hexagon/ifcvt-diamond-bug-2016-08-26.ll | 37 ++++++++++
2 files changed, 98 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/Hexagon/ifcvt-diamond-bug-2016-08-26.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.