This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7d0c810188a [GVN] Recommit the patch "Add phi-translate support in scalarpre"
new dbe42be9699 AMDGPU: Annotate implicitarg.ptr usage
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/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp | 6 ++--
lib/Target/AMDGPU/AMDGPUSubtarget.h | 3 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 12 +++++--
lib/Target/AMDGPU/SIISelLowering.h | 1 +
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 8 ++++-
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 8 +++++
.../AMDGPU/annotate-kernel-features-hsa-call.ll | 30 +++++++++++------
test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.ll | 39 ++++++++++++++++++++++
8 files changed, 90 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.implicitarg.ptr.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 a6764488941 [CMake] NFC. Add intrinsics_gen target to CMake Exports
new 7d0c810188a [GVN] Recommit the patch "Add phi-translate support in scalarpre"
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/llvm/Transforms/Scalar/GVN.h | 30 ++++-
lib/Transforms/Scalar/GVN.cpp | 186 ++++++++++++++++++++++++-----
test/Transforms/GVN/PRE/phi-translate-2.ll | 131 ++++++++++++++++++++
test/Transforms/GVN/PRE/pre-gep-load.ll | 2 +-
test/Transforms/GVN/PRE/pre-load.ll | 6 +-
5 files changed, 321 insertions(+), 34 deletions(-)
create mode 100644 test/Transforms/GVN/PRE/phi-translate-2.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 lldb.
from 42e9dec0f XFAIL/XFlakey some tests what become very flakey on the Linux [...]
new ba45f258d [CMake] Adapt to clang r309390
new 08acc04b6 [CMake] Enable OS_LOG support on Darwin
new e71a98667 [CMake] Cleanup of header fixup and installation
new e884f8ba3 [CMake] Add checks for libcompression
new b4392e9c1 [CMake] libcompression is optional not required for debugserver
The 5 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 | 4 ++++
cmake/modules/AddLLDB.cmake | 5 +----
cmake/modules/LLDBGenerateConfig.cmake | 3 +++
include/lldb/Host/Config.h.cmake | 2 ++
source/API/CMakeLists.txt | 18 +++++++---------
source/Plugins/Process/gdb-remote/CMakeLists.txt | 5 +++++
tools/debugserver/source/CMakeLists.txt | 26 +++++++++++++++++++-----
7 files changed, 43 insertions(+), 20 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 hjl/pr81590/master
in repository gcc.
discards 47e9d9bcfad Fix avx512f-check.h
discards b9be906d176 Rewrite AVX512 checks
adds a07b1b15036 2017-07-28 Richard Biener <rguenther(a)suse.de>
adds f7519c12cf4 Set DECL_VALUE_EXPR after a debug stmt is generated (PR san [...]
adds 460001de17b 2017-07-28 Richard Biener <rguenther(a)suse.de>
new 4df10be1133 Rewrite AVX512 checks
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (47e9d9bcfad)
\
N -- N -- N refs/heads/hjl/pr81590/master (4df10be1133)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 39 ++++++++
gcc/fold-const.c | 2 +-
gcc/genmatch.c | 123 +++++++++++++++++-------
gcc/gimple-fold.c | 2 +-
gcc/match.pd | 24 ++++-
gcc/sanopt.c | 5 +-
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/g++.dg/asan/pr81340.C | 22 +++++
gcc/testsuite/gcc.target/i386/avx512-check.h | 6 +-
gcc/testsuite/gcc.target/i386/avx512f-pr71559.c | 1 +
gcc/testsuite/gcc.target/i386/avx512vl-check.h | 3 +-
gcc/testsuite/gcc.target/i386/pr81502.c | 34 +++++++
gcc/tree-cfg.c | 5 +-
gcc/tree-vect-stmts.c | 4 +-
14 files changed, 234 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/asan/pr81340.C
create mode 100644 gcc/testsuite/gcc.target/i386/pr81502.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 clang.
from 6378f1a428 Recommit r308327 3rd time: Add a warning for missing '#pragm [...]
new db2a5b1484 [CMake] NFC. Add clang-tablegen-targets utility target
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 | 3 ++-
cmake/modules/ClangConfig.cmake.in | 7 +++++++
2 files changed, 9 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 c252763623e [ValueTracking] Remove a number of unused arguments. NFC.
new a6764488941 [CMake] NFC. Add intrinsics_gen target to CMake Exports
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:
cmake/modules/LLVMConfig.cmake.in | 7 +++++++
1 file changed, 7 insertions(+)
--
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 a99cc5655 [ELF] - Cleanup MapFile.cpp. NFC.
new 9fca2bc3a Fix the order of section that are not on an order 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:
ELF/OutputSections.cpp | 2 +-
test/ELF/symbol-ordering-file2.s | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/symbol-ordering-file2.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 a652753db56 * tree-predcom.c: Revise general description of the pass. [...]
new e33b3a13d80 * tree-predcom.c: (struct chain): Handle store-store chain [...]
new a38a83dd5c7 2017-07-28 Tamar Christina <tamar.christina(a)arm.com>
new e4b00ea9989 2017-07-28 Tamar Christina <tamar.christina(a)arm.com> [...]
new b78acb5046f 2017-07-28 Tamar Christina <tamar.christina(a)arm.com> [...]
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:
gcc/ChangeLog | 45 +++++
gcc/config/aarch64/aarch64-protos.h | 4 +-
gcc/config/aarch64/aarch64.c | 191 +++++++++++++++++----
gcc/config/aarch64/aarch64.md | 105 +++++++----
gcc/config/aarch64/constraints.md | 18 +-
gcc/config/aarch64/iterators.md | 3 +
gcc/config/aarch64/predicates.md | 5 +
gcc/testsuite/ChangeLog | 9 +
.../gcc.target/aarch64/dbl_mov_immediate_1.c | 53 ++++++
.../gcc.target/aarch64/f16_mov_immediate_1.c | 49 ++++++
.../gcc.target/aarch64/f16_mov_immediate_2.c | 45 +++++
.../gcc.target/aarch64/flt_mov_immediate_1.c | 52 ++++++
gcc/testsuite/gcc.target/aarch64/pr63304_1.c | 18 +-
gcc/tree-predcom.c | 131 +++++++++++++-
14 files changed, 641 insertions(+), 87 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/dbl_mov_immediate_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/f16_mov_immediate_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/f16_mov_immediate_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/flt_mov_immediate_1.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 compiler-rt.
from d21220894 Support libc++abi in addition to libstdc++
new 540a1c9dd Change INSTR_PROF_DEFAULT_NUM_VAL_PER_SITE from 8 to 16.
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/InstrProfilingValue.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 gcc.
from 460001de17b 2017-07-28 Richard Biener <rguenther(a)suse.de>
new 8a0e25c9123 * tree-predcom.c (determine_roots_comp): Skip trivial components.
new a481acc56ef * tree-predcom.c (struct chain): New field init_seq. (rel [...]
new 3e59c7a7389 * tree-predcom.c (ref_at_iteration): Add parameter NITERS. [...]
new fbab3016cdf * tree-predcom.c (initialize_root): Delete. (execute_pred [...]
new a652753db56 * tree-predcom.c: Revise general description of the pass. [...]
The 5 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 | 54 +++
gcc/testsuite/ChangeLog | 14 +
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-1.c | 62 +++
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-10.c | 44 ++
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-11.c | 51 +++
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-2.c | 62 +++
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-3.c | 108 +++++
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-4.c | 61 +++
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-5.c | 63 +++
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-6.c | 65 +++
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-7.c | 63 +++
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-8.c | 60 +++
gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-9.c | 90 ++++
gcc/tree-predcom.c | 562 +++++++++++++++++++++----
14 files changed, 1286 insertions(+), 73 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-10.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-11.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-4.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-5.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-6.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-7.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-8.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/predcom-dse-9.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.