This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f325b94 Remove unused functions, take 2.
new e93c20a runtime: copy cgo support 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 +-
libgo/go/runtime/cgo_gccgo.go | 110 ++++++++++
libgo/go/runtime/cgo_mmap.go | 43 ----
libgo/go/runtime/os_gccgo.go | 38 ++++
libgo/go/runtime/proc.go | 330 ++++++++++++++++++++++++++++
libgo/go/runtime/runtime2.go | 10 -
libgo/go/runtime/signal1_unix.go | 2 +-
libgo/go/runtime/signal_gccgo.go | 35 ++-
libgo/go/runtime/signal_sighandler.go | 4 +-
libgo/go/runtime/stubs.go | 31 ++-
libgo/runtime/go-cgo.c | 192 -----------------
libgo/runtime/go-libmain.c | 1 +
libgo/runtime/go-main.c | 3 +
libgo/runtime/malloc.h | 1 -
libgo/runtime/mgc0.c | 1 -
libgo/runtime/proc.c | 389 ++++++----------------------------
libgo/runtime/runtime.h | 37 ++--
libgo/runtime/runtime_c.c | 35 +--
18 files changed, 630 insertions(+), 634 deletions(-)
create mode 100644 libgo/go/runtime/cgo_gccgo.go
delete mode 100644 libgo/go/runtime/cgo_mmap.go
create mode 100644 libgo/go/runtime/proc.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 c8f0c86 [LoopVersioning] Require loop-simplify form for loop versioning.
new 63e1cbe [InstCombine] add folds for icmp (umin|umax X, Y), X
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/PatternMatch.h | 16 ++++-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 73 ++++++++++++++++------
test/Transforms/InstCombine/umax-icmp.ll | 48 ++++----------
test/Transforms/InstCombine/umin-icmp.ll | 50 ++++-----------
4 files changed, 93 insertions(+), 94 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 892238c Fix the cmake declaration syntax
new 27b8ce5 Expression evaluation for overloaded C functions (redux)
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/lldb/Core/FastDemangle.h | 8 +-
source/Core/FastDemangle.cpp | 38 +++++++-
source/Expression/IRExecutionUnit.cpp | 19 +---
.../Clang/ClangExpressionDeclMap.cpp | 11 ++-
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 104 ++++++++++++++++++++-
.../Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 8 +-
6 files changed, 159 insertions(+), 29 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 76d41d2 [AMDGPU] When unifying metadata, add operands to named metada [...]
new c8f0c86 [LoopVersioning] Require loop-simplify form for loop versioning.
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/LoopDistribute.cpp | 8 +++--
lib/Transforms/Scalar/LoopLoadElimination.cpp | 5 +++
lib/Transforms/Scalar/LoopVersioningLICM.cpp | 12 +++----
lib/Transforms/Utils/LoopVersioning.cpp | 6 ++--
.../LoopDistribute/diagnostics-with-hotness.ll | 8 ++---
test/Transforms/LoopDistribute/diagnostics.ll | 11 ++++---
.../LoopVectorize/diag-with-hotness-info.ll | 3 +-
.../exit-block-dominates-rt-check-block.ll | 38 ++++++++++++++++++++++
.../LoopVersioning/noalias-version-twice.ll | 3 +-
9 files changed, 70 insertions(+), 24 deletions(-)
create mode 100644 test/Transforms/LoopVersioning/exit-block-dominates-rt-check-block.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 lld.
from 442eac7 Use existing variable. NFC.
new 1b45bb0 Detemplate PhdrEntry. 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:
ELF/LinkerScript.cpp | 18 ++++----
ELF/LinkerScript.h | 4 +-
ELF/OutputSections.h | 5 +-
ELF/Symbols.cpp | 1 +
ELF/Writer.cpp | 126 +++++++++++++++++++++++++--------------------------
ELF/Writer.h | 12 ++++-
6 files changed, 87 insertions(+), 79 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 21b74be [InstCombine] add folds for icmp (smax X, Y), X
new 76d41d2 [AMDGPU] When unifying metadata, add operands to named metada [...]
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/AMDGPU/AMDGPUUnifyMetadata.cpp | 8 +++++---
test/CodeGen/AMDGPU/unify-metadata.ll | 17 +++++++++++------
2 files changed, 16 insertions(+), 9 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 b917c32 [ARM] Add missing -backend-option for -arm-execute-only
new 7b18234 [libclang] Revert part of r290025, "Remove the 'extern "C"' b [...]
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:
tools/libclang/CIndex.cpp | 4 ++++
tools/libclang/CIndexHigh.cpp | 3 +++
2 files changed, 7 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 lld.
from a6c93f8 ELF/AArch64: Fix dynamic relocation against local symbol in s [...]
new 442eac7 Use existing variable. 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:
ELF/Relocations.cpp | 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 llvm.
from d687895 Silence unused warning.
new 21b74be [InstCombine] add folds for icmp (smax X, Y), X
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/PatternMatch.h | 11 ++++-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 52 +++++++++++++++-------
test/Transforms/InstCombine/smax-icmp.ll | 48 +++++---------------
3 files changed, 56 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.