This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 23177078863 /cp 2018-09-24 Paolo Carlini <paolo.carlini(a)oracle.com>
new a470c772601 * cp-tree.h (build_noexcept_spec, add_exception_specifier) [...]
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/cp-tree.h | 4 ++--
gcc/cp/except.c | 2 +-
gcc/cp/typeck2.c | 2 +-
3 files changed, 4 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 lldb.
from 9af7673b4 Add NativeProcessProtocol unit tests
new 71d6f57f1 [lldb-mi] Fix hanging of target-select-so-path.test
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:
.../lldb-mi/target/inputs/target-select-so-path.py | 34 +++++++++++++---------
1 file changed, 21 insertions(+), 13 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 8b95b7fee34 [Power9] [LLVM] Add __float128 exponent GET and SET builtins
new 03728047a12 [X86] Infer 64bit feature support from the CPUID results in [...]
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/Support/Host.cpp | 2 ++
1 file changed, 2 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 clang.
from 544685ca6d [Power9] [CLANG] Add __float128 exponent GET and SET builtins
new fa0bcfc365 [CodeGen] Revert commit https://reviews.llvm.org/rL342717
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/CGDebugInfo.cpp | 26 +++++++++-------------
lib/CodeGen/CGDebugInfo.h | 19 +++++-----------
lib/CodeGen/CGException.cpp | 3 +--
lib/CodeGen/CodeGenFunction.cpp | 6 ++---
lib/CodeGen/CodeGenFunction.h | 2 +-
test/CodeGen/debug-info-scope-file.c | 9 ++++----
.../debug-info-inheriting-constructor.cpp | 2 +-
test/CodeGenCXX/linetable-virtual-variadic.cpp | 4 ++--
test/CodeGenObjC/arc-linetable.m | 2 +-
test/CodeGenObjC/debug-info-blocks.m | 2 ++
10 files changed, 32 insertions(+), 43 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 compiler-rt.
from 706829da9 When running the ios/iossim prepare script show the script ou [...]
new 51ddca93a [profile] Revert commit https://reviews.llvm.org/rL342718
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/profile/Inputs/instrprof-dlopen-dlclose-main.c.gcov | 2 +-
test/profile/Inputs/instrprof-dlopen-dlclose-main_three-libs.c.gcov | 2 +-
test/profile/Inputs/instrprof-dlopen-func.c.gcov | 2 +-
test/profile/Inputs/instrprof-dlopen-func2.c.gcov | 2 +-
test/profile/Inputs/instrprof-dlopen-func3.c.gcov | 2 +-
test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov | 2 +-
test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov | 4 ++--
test/profile/Inputs/instrprof-shared-lib.c.gcov | 2 +-
test/profile/Inputs/instrprof-shared-lib_called-twice.c.gcov | 2 +-
test/profile/Inputs/instrprof-shared-lib_in-loop.c.gcov | 2 +-
.../Inputs/instrprof-shared-main-gcov-flush_no-writeout.c.gcov | 4 ++--
.../Inputs/instrprof-shared-main-gcov-flush_shared-call-after.c.gcov | 2 +-
.../instrprof-shared-main-gcov-flush_shared-call-before-after.c.gcov | 2 +-
.../Inputs/instrprof-shared-main-gcov-flush_shared-call-before.c.gcov | 2 +-
test/profile/Inputs/instrprof-shared-main.c.gcov | 4 ++--
test/profile/instrprof-gcov-exceptions.test | 3 ++-
16 files changed, 20 insertions(+), 19 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 fcc6f96a3b0 [X86][AVX] Add truncation as shuffle test for PR31451
new 8b95b7fee34 [Power9] [LLVM] Add __float128 exponent GET and SET builtins
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/IR/IntrinsicsPowerPC.td | 6 +++++
lib/Target/PowerPC/PPCInstrVSX.td | 7 ++++++
test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll | 36 ++++++++++++++++++++++++++++
3 files changed, 49 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 clang.
from 741801da75 Fix the type of 1<<31 integer constants.
new 544685ca6d [Power9] [CLANG] Add __float128 exponent GET and SET builtins
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/BuiltinsPPC.def | 2 ++
test/CodeGen/builtins-ppc-p9-f128.c | 12 ++++++++++++
2 files changed, 14 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 clang.
from d6a4d2389d [python] [tests] Update test_code_completion
new 741801da75 Fix the type of 1<<31 integer constants.
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/SourceManager.h | 4 ++--
lib/CodeGen/CGBlocks.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.