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 d2807f5 PR c++/71941 * cp-gimplify.c (cp_genericize): For nested cp [...]
new 520cadc * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instea [...]
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 | 4 ++++
gcc/tree-object-size.c | 7 ++++++-
2 files changed, 10 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 clang.
from b5dde12 [Sema,X86] Add explicit check to ensure that builtins that re [...]
new 8696bb1 Provide __GLIBCXX_TYPE_INT_N_0 and __GLIBCXX_BITSIZE_INT_N_0 [...]
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/Frontend/InitPreprocessor.cpp | 5 +++++
test/Frontend/int128.cpp | 11 +++++++++++
2 files changed, 16 insertions(+)
create mode 100644 test/Frontend/int128.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 lld.
from 6ee9856 [ELF] - Initial support of tree-style linker script implemented.
new 062e2d0 [ELF] - Linkerscript: remove excessive ScriptConfiguration::F [...]
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/LinkerScript.cpp | 11 ++++++-----
ELF/LinkerScript.h | 3 ---
2 files changed, 6 insertions(+), 8 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 68dff7b [CodeGen] Handle recursion in LLVMIRGeneration Timer.
new d3f9611 [X86] Add missing __x86_64__ qualifiers on a bunch of intrins [...]
new b5dde12 [Sema,X86] Add explicit check to ensure that builtins that re [...]
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/Headers/avx512bwintrin.h | 2 ++
lib/Headers/avx512fintrin.h | 36 +++++++++++++++++++++++---
lib/Headers/avx512vlbwintrin.h | 2 ++
lib/Headers/avx512vlintrin.h | 2 ++
lib/Headers/fxsrintrin.h | 10 +++++---
lib/Headers/xmmintrin.h | 2 ++
lib/Sema/SemaChecking.cpp | 50 ++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512f-builtins.c | 36 ++++++++++++++++++++++++++
test/CodeGen/avx512vl-builtins.c | 2 ++
test/CodeGen/builtins-x86-disabled.c | 22 ++++++++++++++++
10 files changed, 157 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/builtins-x86-disabled.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 60e43fa [Profile] bug fix: profile dir not recursively created
new 1158112 [compiler-rt][XRay] re-submitting r276117, with fixes for bui [...]
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 | 2 +
cmake/config-ix.cmake | 11 ++
include/CMakeLists.txt | 13 +-
include/xray/xray_interface.h | 66 ++++++++
lib/CMakeLists.txt | 14 +-
lib/xray/CMakeLists.txt | 47 ++++++
lib/xray/xray_flags.cc | 61 +++++++
lib/xray/xray_flags.h | 37 +++++
.../interception_mac.cc => xray/xray_flags.inc} | 16 +-
lib/xray/xray_init.cc | 66 ++++++++
lib/xray/xray_interface.cc | 179 +++++++++++++++++++++
lib/xray/xray_interface_internal.h | 42 +++++
lib/xray/xray_trampoline_x86.S | 93 +++++++++++
13 files changed, 636 insertions(+), 11 deletions(-)
create mode 100644 include/xray/xray_interface.h
create mode 100644 lib/xray/CMakeLists.txt
create mode 100644 lib/xray/xray_flags.cc
create mode 100644 lib/xray/xray_flags.h
copy lib/{interception/interception_mac.cc => xray/xray_flags.inc} (57%)
create mode 100644 lib/xray/xray_init.cc
create mode 100644 lib/xray/xray_interface.cc
create mode 100644 lib/xray/xray_interface_internal.h
create mode 100644 lib/xray/xray_trampoline_x86.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 df0c563 PR c++/71941 * cp-gimplify.c (cp_genericize): For nested cp [...]
new fb089e6 * tree-object-size.c (unknown): Use HOST_WIDE_INT_M1U instea [...]
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 | 4 ++++
gcc/tree-object-size.c | 7 ++++++-
2 files changed, 10 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 binutils-gdb.
from 5df1bc5 Fix implib test failures
new 982c6f2 Use variable args in run_ld_link_exec_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:
ld/ChangeLog | 24 ++++++++++++++++++++++++
ld/testsuite/ld-elf/compress.exp | 2 +-
ld/testsuite/ld-elf/dwarf.exp | 2 +-
ld/testsuite/ld-elf/elf.exp | 12 ++++++------
ld/testsuite/ld-elf/indirect.exp | 2 +-
ld/testsuite/ld-elf/shared.exp | 8 ++++----
ld/testsuite/ld-elf/wrap.exp | 2 +-
ld/testsuite/ld-i386/i386.exp | 6 +++---
ld/testsuite/ld-i386/no-plt.exp | 4 ++--
ld/testsuite/ld-i386/tls.exp | 2 +-
ld/testsuite/ld-ifunc/ifunc.exp | 6 +++---
ld/testsuite/ld-pie/pie.exp | 2 +-
ld/testsuite/ld-plugin/lto.exp | 4 ++--
ld/testsuite/ld-size/size.exp | 2 +-
ld/testsuite/ld-x86-64/mpx.exp | 2 +-
ld/testsuite/ld-x86-64/no-plt.exp | 4 ++--
ld/testsuite/ld-x86-64/tls.exp | 2 +-
ld/testsuite/ld-x86-64/x86-64.exp | 6 +++---
ld/testsuite/lib/ld-lib.exp | 6 +++---
19 files changed, 61 insertions(+), 37 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 2839fb6 [GVNHoist] Don't wrongly preserve TBAA
new 00101d6 [GVNHoist] Preserve optimization hints which agree
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/GVNHoist.cpp | 20 ++++++++++++++---
test/Transforms/GVN/hoist-md.ll | 44 ++++++++++++++++++++++++++++++++++++++
2 files changed, 61 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 gcc.
from 463e975 PR c++/70781 - ICE on ill-formed lambda.
new df0c563 PR c++/71941 * cp-gimplify.c (cp_genericize): For nested cp [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/cp-gimplify.c | 9 +++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/gomp/pr71941.C | 22 ++++++++++++++++++++++
4 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr71941.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 gcc-6-branch
in repository gcc.
from 5e192a1 Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)
new d2807f5 PR c++/71941 * cp-gimplify.c (cp_genericize): For nested cp [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/cp-gimplify.c | 9 +++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/gomp/pr71941.C | 22 ++++++++++++++++++++++
4 files changed, 42 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/gomp/pr71941.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.