This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9a3bb96 [X86][SSE] Standardized triples in vector shift tests
new 0835374 AMDGPU/R600: Don't use REGISTER_{LOAD,STORE} ISD nodes
new 2b72a53 Fix LoopLoadElimination to keep original alignment on the ini [...]
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/AMDGPUISelDAGToDAG.cpp | 4 +
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 10 -
lib/Target/AMDGPU/R600ISelLowering.cpp | 281 +++++-----
lib/Target/AMDGPU/R600Instructions.td | 11 +
lib/Target/AMDGPU/SIISelLowering.cpp | 12 +
lib/Transforms/Scalar/LoopLoadElimination.cpp | 4 +-
test/CodeGen/AMDGPU/load-constant-i16.ll | 138 ++---
test/CodeGen/AMDGPU/load-global-i16.ll | 331 ++++++------
test/CodeGen/AMDGPU/store-private.ll | 743 ++++++++++++++++++++++++++
test/Transforms/LoopLoadElim/forward.ll | 6 +-
10 files changed, 1168 insertions(+), 372 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/store-private.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 47b4cad [sanitizer] Add a 'print_module_map' flag which prints module [...]
new f752e5f [asan] Teach asan_symbolize.py to use :arch with atos and llv [...]
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/scripts/asan_symbolize.py | 77 +++++++++++++++++++++++++-------------
1 file changed, 51 insertions(+), 26 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 e781b71 Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerIn [...]
new d362589 Use CodegenOpts::less when creating a TargetMachine for clang `-O1`
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/BackendUtil.cpp | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 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 66134e8 [libc++] Cleanup and document <__threading_support>
new 8eb066a Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG
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/__config | 9 +---
include/__debug | 6 +--
include/__functional_base | 17 +------
include/atomic | 12 ++---
include/istream | 7 +--
include/ostream | 2 +-
include/type_traits | 4 +-
test/libcxx/iterators/trivial_iterators.pass.cpp | 3 +-
.../istream/istream.cons/copy.fail.cpp | 55 ++++++++++++++++++++++
.../istream/istream.cons/move.pass.cpp | 8 +---
.../util.smartptr.shared/test_deleter.h | 4 +-
test/support/test_iterators.h | 2 +-
12 files changed, 79 insertions(+), 50 deletions(-)
create mode 100644 test/std/input.output/iostream.format/input.streams/istream/ist [...]
--
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 0aad13b [sanitizer] Track which modules are instrumented in LoadedMod [...]
new 47b4cad [sanitizer] Add a 'print_module_map' flag which prints module [...]
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_report.cc | 2 ++
lib/asan/asan_rtl.cc | 1 +
lib/sanitizer_common/sanitizer_common.cc | 4 ++++
lib/sanitizer_common/sanitizer_common.h | 30 ++++++++++++++++++++++++++++++
lib/sanitizer_common/sanitizer_flags.inc | 3 +++
lib/sanitizer_common/sanitizer_linux.cc | 2 ++
lib/sanitizer_common/sanitizer_mac.cc | 30 ++++++++++++++++++++++++++++++
lib/sanitizer_common/sanitizer_printf.cc | 28 +++++++++++++++++-----------
lib/sanitizer_common/sanitizer_win.cc | 2 ++
lib/tsan/rtl/tsan_report.cc | 2 ++
lib/tsan/rtl/tsan_rtl.cc | 2 ++
test/asan/TestCases/Darwin/uuid.cc | 28 ++++++++++++++++++++++++++++
12 files changed, 123 insertions(+), 11 deletions(-)
create mode 100644 test/asan/TestCases/Darwin/uuid.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 4004d22 * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP, [...]
new 81aab12 Make MicroBlaze support DWARF EH (old Xilinx patch, needed fo [...]
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 | 16 ++++++++++++++
gcc/common/config/microblaze/microblaze-common.c | 3 ---
gcc/config/microblaze/microblaze-protos.h | 1 +
gcc/config/microblaze/microblaze.c | 27 ++++++++++++++++++++----
gcc/config/microblaze/microblaze.h | 16 ++++++++++++++
gcc/config/microblaze/microblaze.md | 10 +++++++++
6 files changed, 66 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 libcxx.
from f3de244 config_elast: fix typo (NFC)
new 66134e8 [libc++] Cleanup and document <__threading_support>
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:
CMakeLists.txt | 15 +++++++
docs/DesignDocs/ThreadingSupportAPI.rst | 70 +++++++++++++++++++++++++++++++++
docs/index.rst | 2 +-
include/__config | 8 ++--
include/__config_site.in | 1 +
include/__threading_support | 53 ++++++++-----------------
lib/CMakeLists.txt | 2 +-
test/CMakeLists.txt | 2 +-
test/lit.site.cfg.in | 2 +-
test/support/external_threads.cpp | 2 +-
10 files changed, 111 insertions(+), 46 deletions(-)
create mode 100644 docs/DesignDocs/ThreadingSupportAPI.rst
--
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 3beff6a [CostModel][X86] Add AVX512 and 512-bit vector shift cost tests.
new 9a3bb96 [X86][SSE] Standardized triples in vector shift 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:
test/CodeGen/X86/vector-shift-ashr-128.ll | 44 ++---
test/CodeGen/X86/vector-shift-ashr-256.ll | 44 ++---
test/CodeGen/X86/vector-shift-ashr-512.ll | 312 +++++++++++++++---------------
test/CodeGen/X86/vector-shift-lshr-128.ll | 44 ++---
test/CodeGen/X86/vector-shift-lshr-256.ll | 44 ++---
test/CodeGen/X86/vector-shift-lshr-512.ll | 308 ++++++++++++++---------------
test/CodeGen/X86/vector-shift-shl-128.ll | 44 ++---
test/CodeGen/X86/vector-shift-shl-256.ll | 44 ++---
test/CodeGen/X86/vector-shift-shl-512.ll | 308 ++++++++++++++---------------
9 files changed, 596 insertions(+), 596 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 4bdd2c5 AArch64CollectLOH: Rewrite as block-local analysis.
new 3beff6a [CostModel][X86] Add AVX512 and 512-bit vector shift cost 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:
test/Analysis/CostModel/X86/vshift-ashr-cost.ll | 256 ++++++++++++++++++++++-
test/Analysis/CostModel/X86/vshift-lshr-cost.ll | 259 ++++++++++++++++++++++-
test/Analysis/CostModel/X86/vshift-shl-cost.ll | 261 +++++++++++++++++++++++-
3 files changed, 758 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 lldb.
from 56917fa Revert "Fixes for Clang API changes to use std::shared_ptr"
new a4008ff Reapply "Fixes for Clang API changes to use std::shared_ptr"
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/ClangModulesDeclVendor.cpp | 33 +++++++++++-----------
1 file changed, 17 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.