This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 21cbb90b9 Fix accounting of tbss.
new cca54c1c1 Dummy commit to trigger CMake reconfiguration and unbreak Sph [...]
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 | 1 +
1 file changed, 1 insertion(+)
--
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 5609b04d30c 2017-05-04 Richard Biener <rguenther(a)suse.de>
new a5cb23e49e4 Replace absolute line numbers in gcc.target/i386
new 341138f5740 Replace absolute line numbers in g++.dg/warn
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:
gcc/testsuite/ChangeLog | 19 ++++++++++++++
.../warn/Wstrict-aliasing-float-ref-int-obj.C | 6 ++---
gcc/testsuite/g++.dg/warn/miss-format-1.C | 4 +--
gcc/testsuite/g++.dg/warn/overflow-warn-1.C | 29 +++++++++++++---------
gcc/testsuite/g++.dg/warn/overflow-warn-3.C | 24 ++++++++++--------
gcc/testsuite/g++.dg/warn/overflow-warn-4.C | 22 +++++++++-------
gcc/testsuite/gcc.target/i386/pr57655.c | 6 ++---
gcc/testsuite/gcc.target/i386/pr68657.c | 2 +-
gcc/testsuite/gcc.target/i386/pr69255-1.c | 5 ++--
gcc/testsuite/gcc.target/i386/pr69255-2.c | 5 ++--
gcc/testsuite/gcc.target/i386/pr69255-3.c | 5 ++--
11 files changed, 77 insertions(+), 50 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 74abe0b15 test commit
new b8577430e Update Appveyor bot link to point to new llvm-mirror Appveyor [...]
new 474dfc389 Fix incorrect usage of __libcpp_mutex_trylock. Patch from And [...]
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:
docs/index.rst | 2 +-
src/memory.cpp | 2 +-
2 files changed, 2 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.
unknown user pushed a change to branch master
in repository llvm.
from 9d00f4f98a0 [X86] Disabling PLT in Regcall CC Functions
new 47d5da39f56 [ARM] ACLE Chapter 9 intrinsics
new 0e40641a775 [X86][AVX-512] Allow EVEX encoded instruction selection whe [...]
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/IR/IntrinsicsARM.td | 186 ++++++++++++-
lib/Target/ARM/ARMISelLowering.cpp | 38 +++
lib/Target/ARM/ARMISelLowering.h | 4 +
lib/Target/ARM/ARMInstrInfo.td | 215 ++++++++++-----
lib/Target/ARM/ARMInstrThumb2.td | 220 +++++++++------
lib/Target/X86/X86InstrSSE.td | 4 +-
test/CodeGen/ARM/acle-intrinsics-v5.ll | 110 ++++++++
test/CodeGen/ARM/acle-intrinsics.ll | 481 +++++++++++++++++++++++++++++++++
test/CodeGen/ARM/sat-arith.ll | 63 -----
test/CodeGen/X86/avx-isa-check.ll | 5 +
test/CodeGen/X86/avx512vl-arith.ll | 2 +-
11 files changed, 1122 insertions(+), 206 deletions(-)
create mode 100644 test/CodeGen/ARM/acle-intrinsics-v5.ll
create mode 100644 test/CodeGen/ARM/acle-intrinsics.ll
delete mode 100644 test/CodeGen/ARM/sat-arith.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 clang.
from c7f067120d IR: Use pointers instead of GUIDs to represent edges in the [...]
new a7d03b5e20 [OpenCL] Add intel_reqd_sub_group_size attribute 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:
include/clang/Basic/Attr.td | 7 +++++
include/clang/Basic/AttrDocs.td | 15 ++++++++++
lib/CodeGen/CodeGenFunction.cpp | 32 ++++++++++++++--------
lib/CodeGen/CodeGenFunction.h | 12 ++------
lib/Sema/SemaDeclAttr.cpp | 28 +++++++++++++++++++
test/CodeGenOpenCL/kernel-attributes.cl | 4 +++
...pragma-attribute-supported-attributes-list.test | 3 +-
test/SemaOpenCL/invalid-kernel-attrs.cl | 4 +++
8 files changed, 82 insertions(+), 23 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 672e96e594e [AVX-512VL] Autogenerate checks. Add --show-mc-encoding to [...]
new 9d00f4f98a0 [X86] Disabling PLT in Regcall CC Functions
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/X86Subtarget.cpp | 10 +++++++--
test/CodeGen/X86/regcall-no-plt.ll | 44 ++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/regcall-no-plt.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 9cc274c34b8 Removed accidentally committed conflict marker.
new 5609b04d30c 2017-05-04 Richard Biener <rguenther(a)suse.de>
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 | 40 ++
gcc/testsuite/ChangeLog | 9 +
gcc/testsuite/gcc.dg/Wstrict-overflow-12.c | 2 +-
gcc/testsuite/gcc.dg/Wstrict-overflow-13.c | 2 +-
gcc/testsuite/gcc.dg/Wstrict-overflow-21.c | 2 +-
gcc/testsuite/gcc.dg/pr52904.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp114.c | 24 +
gcc/tree-vrp.c | 673 +++++------------------------
8 files changed, 175 insertions(+), 579 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp114.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 glibc.
from 1432d38ea0 x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]
new 808befbf9e powerpc: Fix strncat ifunc selection
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:
ChangeLog | 5 +++++
sysdeps/powerpc/powerpc64/multiarch/strncat.c | 2 +-
2 files changed, 6 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 c33edb58842 [AVX] Fix vpcmpeqq predicate.
new 672e96e594e [AVX-512VL] Autogenerate checks. Add --show-mc-encoding to [...]
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/avx512vl-arith.ll | 754 +++++++++++++++++++++----------------
1 file changed, 435 insertions(+), 319 deletions(-)
mode change 100644 => 100755 test/CodeGen/X86/avx512vl-arith.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 gdb-8.0-branch
in repository binutils-gdb.
from 80297efd14 Automatic date update in version.in
new d4c682630c Python: Fix indentation in py-record-btrace.c
new ee53a929a4 Python: Use correct ptid in btrace recording
new 26597c93ac Python: Remove ptid from gdb.Record interface
new 7dce57d1b5 Python: Introduce gdb.RecordGap class
new d76700e0a4 Python: Move and rename gdb.BtraceInstruction
new 5b2f026c0d Python: Move and rename gdb.BtraceFunction
new ac7d85722a Python: Introduce gdb.Instruction class
The 7 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:
gdb/ChangeLog | 119 ++++
gdb/Makefile.in | 2 +
gdb/btrace.c | 8 +-
gdb/doc/ChangeLog | 26 +
gdb/doc/python.texi | 108 ++--
gdb/python/py-instruction.c | 67 +++
.../amd64-gs_base.c => python/py-instruction.h} | 18 +-
gdb/python/py-record-btrace.c | 596 ++++++++-------------
gdb/python/py-record-btrace.h | 42 ++
gdb/python/py-record.c | 424 ++++++++++++++-
gdb/python/py-record.h | 74 +++
gdb/python/python-internal.h | 2 +
gdb/python/python.c | 1 +
gdb/testsuite/ChangeLog | 19 +
.../py-record-btrace-threads.c} | 37 +-
.../gdb.python/py-record-btrace-threads.exp | 81 +++
gdb/testsuite/gdb.python/py-record-btrace.exp | 6 +-
17 files changed, 1151 insertions(+), 479 deletions(-)
create mode 100644 gdb/python/py-instruction.c
copy gdb/{testsuite/gdb.arch/amd64-gs_base.c => python/py-instruction.h} (63%)
create mode 100644 gdb/python/py-record.h
copy gdb/testsuite/{gdb.btrace/multi-thread-step.c => gdb.python/py-record-btrace- [...]
create mode 100644 gdb/testsuite/gdb.python/py-record-btrace-threads.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.