This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 892a1ff94 Use the UUID from the minidump's CodeView Record for placehol [...]
new b65910b29 Use conventional spelling of always-failing assert.
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:
source/Core/Module.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 gcc.
from b63a0dff6b1 2018-05-02 François Dumont <fdumont(a)gcc.gnu.org>
new beed22e5ef7 libgo: break dependence on libgcc unwind-pe.h
new 1671083ac18 PR target/85582 * config/i386/i386.md (*ashl<dwi>3_double [...]
new 497f3a6418d libgo: refactor code to enumerate stdlib packages
new f7c4a5971b1 runtime: remove unused stack.go
The 4 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 | 10 +
gcc/config/i386/i386.md | 20 +-
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.c-torture/execute/pr85582-3.c | 55 +
libgo/Makefile.am | 402 +-------
libgo/Makefile.in | 404 +-------
libgo/check-packages.txt | 162 +++
libgo/go/runtime/stack.go | 1229 -----------------------
libgo/gotool-packages.txt | 30 +
libgo/libgo-packages.txt | 177 ++++
libgo/mkruntimeinc.sh | 33 +
libgo/runtime/go-unwind.c | 167 ++-
12 files changed, 671 insertions(+), 2023 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr85582-3.c
create mode 100644 libgo/check-packages.txt
delete mode 100644 libgo/go/runtime/stack.go
create mode 100644 libgo/gotool-packages.txt
create mode 100644 libgo/libgo-packages.txt
create mode 100755 libgo/mkruntimeinc.sh
--
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 a22225c4d Fix warning: result of 32-bit shift implicitly converted to 6 [...]
new 2b2f7969f Added support for ThinLTO plugin options : thinlto-index-only [...]
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/Config.h | 3 +
ELF/Driver.cpp | 34 +++++---
ELF/InputFiles.cpp | 17 ++--
ELF/InputFiles.h | 7 +-
ELF/LTO.cpp | 94 +++++++++++++++++++++-
ELF/LTO.h | 4 +
ELF/SymbolTable.cpp | 1 +
.../lto/Inputs/{asmundef.ll => thinlto_empty.ll} | 2 -
test/ELF/lto/thinlto.ll | 67 +++++++++++++--
test/ELF/lto/thinlto_prefix_replace.ll | 23 ++++++
10 files changed, 219 insertions(+), 33 deletions(-)
copy test/ELF/lto/Inputs/{asmundef.ll => thinlto_empty.ll} (79%)
create mode 100644 test/ELF/lto/thinlto_prefix_replace.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 zorg.
from 0fabc95 [zorg] Throttle down parallelism of AArch64 and AArch32 libcxx bots
new 7e21502 [libFuzzer] re-enable the libpng-1.2.56 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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 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 80e28a9c4e8 [llvm-objcopy] Add --discard-all (-x) option
new 0f7c92aee76 [llvm-cvtres] Allow parameters preceded by '-' in addition to '/'
new 8f8e40c8e2d [llvm-rc] Default to writing the output next to the input, [...]
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:
test/tools/llvm-cvtres/symbols.test | 4 ++++
test/tools/llvm-rc/tag-menu.test | 5 +++++
test/tools/llvm-rc/tokenizer.test | 2 +-
tools/llvm-cvtres/Opts.td | 20 +++++++++++---------
tools/llvm-rc/llvm-rc.cpp | 9 ++++++++-
5 files changed, 29 insertions(+), 11 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 roland/7/pr77609
in repository gcc.
discards e93e9b989c0 PR other/77609: Let the assembler choose ELF section types [...]
new db6087c7f8a PR other/77609: Let the assembler choose ELF section types [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e93e9b989c0)
\
N -- N -- N refs/heads/roland/7/pr77609 (db6087c7f8a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 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 d4c769f9f3 [X86] Mark all x86 specific builtins as nothrow.
new 262d2570eb [analyzer] Revert r331096 "CStringChecker: Add support for 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:
lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 41 ++------------------------
1 file changed, 2 insertions(+), 39 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 21e59fd7ef4 [GlobalISel][InstructionSelect] Making Coverage Info genera [...]
new 80e28a9c4e8 [llvm-objcopy] Add --discard-all (-x) option
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:
.../{weaken-all.test => discard-all.test} | 53 ++++++++++------------
tools/llvm-objcopy/Object.cpp | 16 ++++---
tools/llvm-objcopy/Object.h | 1 +
tools/llvm-objcopy/Opts.td | 4 ++
tools/llvm-objcopy/llvm-objcopy.cpp | 10 ++++
5 files changed, 50 insertions(+), 34 deletions(-)
copy test/tools/llvm-objcopy/{weaken-all.test => discard-all.test} (75%)
--
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 3dc7ebda15 [OPENMP] Add support for reductions on simd directives in ta [...]
new d4c769f9f3 [X86] Mark all x86 specific builtins as nothrow.
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/BuiltinsX86.def | 3428 ++++++++++++++++----------------
include/clang/Basic/BuiltinsX86_64.def | 98 +-
2 files changed, 1763 insertions(+), 1763 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.