This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ff56abd gcc/testsuite/Changelog: * gcc.dg/tree-ssa/builtin-sprintf-w [...]
new 634150f runtime: copy mstats 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/parse.cc | 15 ++
libgo/go/runtime/mem.go | 77 -------
libgo/go/runtime/mstats.go | 418 +++++++++++++++++++++++++++++++++++++
libgo/go/runtime/stubs.go | 48 +++++
libgo/runtime/cpuprof.goc | 2 +-
libgo/runtime/heapdump.c | 60 +++---
libgo/runtime/malloc.goc | 34 ++-
libgo/runtime/malloc.h | 63 +-----
libgo/runtime/mem_posix_memalign.c | 4 +-
libgo/runtime/mgc0.c | 175 ++++++----------
libgo/runtime/mheap.c | 53 +++--
libgo/runtime/mprof.goc | 26 +--
libgo/runtime/msize.c | 4 +-
libgo/runtime/netpoll.goc | 2 +-
libgo/runtime/netpoll_select.c | 4 +-
libgo/runtime/proc.c | 20 +-
libgo/runtime/runtime.h | 11 +-
18 files changed, 668 insertions(+), 350 deletions(-)
delete mode 100644 libgo/go/runtime/mem.go
create mode 100644 libgo/go/runtime/mstats.go
--
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 172d6c0 [ARM]: Assign cost of scaling used in addressing mode for ARM cores
new e0d080d Do not delete leading ../ in remove_dots.
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/Path.h | 3 ++-
lib/Support/Path.cpp | 11 +++++------
unittests/Support/Path.cpp | 4 ++++
3 files changed, 11 insertions(+), 7 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 libcxxabi.
from 3f7b370 Provide a fallback __cxa_thread_atexit() implementation. Patc [...]
new 5180673 [libcxxabi] Refactor pthread usage into a separate API
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 +
src/config.h | 30 ++++++++++
src/cxa_exception.cpp | 1 +
src/cxa_exception_storage.cpp | 24 ++++----
src/cxa_guard.cpp | 36 ++++++------
src/cxa_thread_atexit.cpp | 25 ++++----
src/fallback_malloc.cpp | 13 ++---
src/threading_support.h | 107 +++++++++++++++++++++++++++++++++++
test/test_exception_storage.pass.cpp | 12 ++--
test/test_fallback_malloc.pass.cpp | 2 +-
10 files changed, 192 insertions(+), 59 deletions(-)
create mode 100644 src/threading_support.h
--
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 2061c51 [x86] add negate-i1 run for 32-bit target
new a913b4a [LV] Account for predicated stores in instruction costs
new 172d6c0 [ARM]: Assign cost of scaling used in addressing mode for ARM cores
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/Target/ARM/ARM.td | 8 +++--
lib/Target/ARM/ARMISelLowering.cpp | 11 ++++++
lib/Target/ARM/ARMISelLowering.h | 8 +++++
lib/Target/ARM/ARMSubtarget.h | 4 +++
lib/Transforms/Vectorize/LoopVectorize.cpp | 6 ++++
test/CodeGen/ARM/lsr-scale-addr-mode.ll | 6 ++++
.../LoopVectorize/AArch64/predication_costs.ll | 40 +++++++++++++++++++++-
7 files changed, 80 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 binutils-gdb.
from 62df7e2 Skip testing structures with floating points
new 5ad9dba Share proc get_var_address
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:
gdb/testsuite/ChangeLog | 7 +++++++
gdb/testsuite/gdb.base/code_elim.exp | 21 ---------------------
gdb/testsuite/gdb.base/relocate.exp | 23 -----------------------
gdb/testsuite/gdb.base/shreloc.exp | 22 ----------------------
gdb/testsuite/lib/gdb.exp | 24 ++++++++++++++++++++++++
5 files changed, 31 insertions(+), 66 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 e243abc Replace non-constexpr decrement in std::chrono::floor
new ff56abd gcc/testsuite/Changelog: * gcc.dg/tree-ssa/builtin-sprintf-w [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 6 +++---
2 files changed, 8 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 libunwind.
from 4289761 libunwind: Add OpenBSD case for _Unwind_Ptr typedef
new 122a0f8 [libunwind] Add missing <stdint.h> include. NFC.
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:
src/config.h | 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 ad7b10a Move MEMMODEL_* from coretypes.h to memmodel.h
new e243abc Replace non-constexpr decrement in std::chrono::floor
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/include/std/chrono | 2 +-
libstdc++-v3/testsuite/20_util/duration_cast/rounding.cc | 4 ++++
3 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 262bc11 [LV] Avoid rounding errors for predicated instruction costs
new 2061c51 [x86] add negate-i1 run for 32-bit 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:
test/CodeGen/X86/negate-i1.ll | 163 +++++++++++++++++++++++++++++-------------
1 file changed, 112 insertions(+), 51 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 binutils-gdb.
from af533a5 Use std::string in macho_symfile_read_all_oso
new 62df7e2 Skip testing structures with floating points
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:
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.base/structs.exp | 119 ++++++++++++++++++++-----------------
2 files changed, 68 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.