This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from 9e7fe25 Include strings.h where available
new fa72b4e Automatic date update in version.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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from a5d1fc1 Add separate debug info file section
new d241419 Automatic date update in version.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:
bfd/version.h | 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 clang.
from caeec12 Sema: honour dllexport in itanium more faithfully
new 21c6293 [Coverage] Support for C++17 switch initializers
new f34d92b [Coverage] Support for C++17 if initializers
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/CodeGen/CodeGenPGO.cpp | 4 ++++
lib/CodeGen/CoverageMappingGen.cpp | 5 +++++
test/CoverageMapping/{if.c => if.cpp} | 13 +++++++++++-
test/CoverageMapping/{switch.c => switch.cpp} | 22 ++++++++++++++------
test/Profile/cxx-stmt-initializers.cpp | 29 +++++++++++++++++++++++++++
5 files changed, 66 insertions(+), 7 deletions(-)
rename test/CoverageMapping/{if.c => if.cpp} (70%)
rename test/CoverageMapping/{switch.c => switch.cpp} (82%)
create mode 100644 test/Profile/cxx-stmt-initializers.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 clang-tools-extra.
from 4326e54 [clang-move] Don't overuse Replacements::add.
new 387f5e3 [clang-move] Use cl::list for the list of names
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-move/ClangMove.cpp | 4 +---
clang-move/ClangMove.h | 5 ++---
clang-move/tool/ClangMoveMain.cpp | 10 +++++-----
unittests/clang-move/ClangMoveTests.cpp | 8 ++++----
4 files changed, 12 insertions(+), 15 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 ee325b9 GlobalISel: rename legalizer components to match others.
new d6dc1be [NFC] Loop Versioning for LICM code clean up
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/LoopVersioningLICM.cpp | 73 ++++++++++++++++------------
1 file changed, 42 insertions(+), 31 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 2ab6420 * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_aggregate_ba [...]
new d0a50ed runtime: copy mprof code from Go 1.7 runtime
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 15 +-
libgo/Makefile.am | 2 -
libgo/Makefile.in | 31 +-
libgo/go/runtime/debug.go | 151 --------
libgo/go/runtime/mprof.go | 689 ++++++++++++++++++++++++++++++++++++
libgo/go/runtime/runtime2.go | 17 +-
libgo/go/runtime/stubs.go | 26 +-
libgo/go/runtime/traceback_gccgo.go | 164 +++++++++
libgo/runtime/go-traceback.c | 37 --
libgo/runtime/malloc.h | 34 +-
libgo/runtime/mgc0.c | 1 -
libgo/runtime/mprof.goc | 564 -----------------------------
libgo/runtime/proc.c | 92 ++---
libgo/runtime/runtime.c | 12 -
libgo/runtime/runtime.h | 18 +-
16 files changed, 965 insertions(+), 890 deletions(-)
create mode 100644 libgo/go/runtime/mprof.go
create mode 100644 libgo/go/runtime/traceback_gccgo.go
delete mode 100644 libgo/runtime/go-traceback.c
delete mode 100644 libgo/runtime/mprof.goc
--
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 e630058 Clarify XFAIL comments
new 9ffd1d5 Prevent new/delete replacement tests from being optimized away.
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:
.../new.delete.array/delete_align_val_t_replace.pass.cpp | 16 ++++++++--------
.../new.delete.array/new_array_nothrow_replace.pass.cpp | 8 +++-----
.../new.delete.array/new_array_replace.pass.cpp | 7 +++----
.../delete_align_val_t_replace.pass.cpp | 15 ++++++++-------
.../new.delete.single/new_nothrow_replace.pass.cpp | 7 +++----
.../sized_delete_calls_unsized_delete.pass.cpp | 8 +++-----
.../sized_delete_fsizeddeallocation.sh.cpp | 7 +++----
7 files changed, 31 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 clang.
from 68c551f Add more swift calling convention tests
new caeec12 Sema: honour dllexport in itanium more faithfully
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/Sema/SemaDeclCXX.cpp | 3 ++-
test/CodeGenCXX/windows-itanium-dllexport.cpp | 9 +++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenCXX/windows-itanium-dllexport.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 llvm.
from cb11533 hardware_physical_concurrency() should return 1 when LLVM is [...]
new 6a2dc09 Support: Add LLVM_NODISCARD with C++17's [[nodiscard]] semantics
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/Support/Compiler.h | 14 ++++++++++++++
1 file changed, 14 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.