This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 9f1eb2da27 Automatic date update in version.in
new c19049c30f 2018-01-12 Eric Christopher <echristo(a)gmail.com>
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:
gold/ChangeLog | 8 ++++++++
gold/cref.cc | 6 +++++-
2 files changed, 13 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 binutils-2_28-branch
in repository binutils-gdb.
from 462fd94a64 Fix typo in ChangeLog entry.
new 1e4d2a179d 2018-01-12 Eric Christopher <echristo(a)gmail.com>
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:
gold/ChangeLog | 8 ++++++++
gold/cref.cc | 6 +++++-
2 files changed, 13 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 gdb-8.1-branch
in repository binutils-gdb.
from 4d8dd3e168 Bump GDB version number to 8.0.91.DATE-git.
new a09f837ae2 Fix GDB hang with remote after error from resume
new 1d17025506 Add testcase for GDB hang fixed by previous commit
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:
gdb/ChangeLog | 5 ++
gdb/infrun.c | 1 +
gdb/testsuite/ChangeLog | 5 ++
.../continue-after-aborted-step-over.c} | 7 ++
.../gdb.base/continue-after-aborted-step-over.exp | 87 ++++++++++++++++++++++
5 files changed, 105 insertions(+)
copy gdb/testsuite/{gdb.server/stop-reply-no-thread.c => gdb.base/continue-after-a [...]
create mode 100644 gdb/testsuite/gdb.base/continue-after-aborted-step-over.exp
--
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 ad3d09ba07 [WebAssembly] Support -stdlib=libc++ switch
new 95cd7fb476 [Lex] Avoid out-of-bounds dereference in LexAngledStringLiteral.
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/Lex/Lexer.cpp | 19 +++++++++++--------
test/Lexer/null-character-in-literal.c | Bin 0 -> 917 bytes
unittests/Lex/LexerTest.cpp | 2 ++
3 files changed, 13 insertions(+), 8 deletions(-)
create mode 100644 test/Lexer/null-character-in-literal.c
--
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 98ab9e9603 Add notes on how to make a branch and a pre-release snapshot.
new bdf2a94aa5 Fix GDB hang with remote after error from resume
new eea61984ab Add testcase for GDB hang fixed by previous commit
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:
gdb/ChangeLog | 5 ++
gdb/infrun.c | 1 +
gdb/testsuite/ChangeLog | 5 ++
.../continue-after-aborted-step-over.c} | 7 ++
.../gdb.base/continue-after-aborted-step-over.exp | 87 ++++++++++++++++++++++
5 files changed, 105 insertions(+)
copy gdb/testsuite/{gdb.server/stop-reply-no-thread.c => gdb.base/continue-after-a [...]
create mode 100644 gdb/testsuite/gdb.base/continue-after-aborted-step-over.exp
--
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 fd25fae6e lib Fuzzer FreeBSD support
new 649c2cd46 [scudo] Add SANITIZER_CXX_ABI_LIBRARY to SCUDO_DYNAMIC_LIBS
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/scudo/CMakeLists.txt | 3 ++-
1 file changed, 2 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 gcc.
from 27af02e20ef PR debug/81155 * bb-reorder.c (pass_partition_blocks::gat [...]
new d3e9b3e9990 [C++ PATCH] some reformatting
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/ChangeLog | 7 +++++++
gcc/cp/call.c | 6 +++---
gcc/cp/cp-tree.h | 5 +++--
gcc/cp/expr.c | 32 ++++++++++++++++----------------
4 files changed, 29 insertions(+), 21 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-tools-extra.
from eb2002a6 [clangd] Include debugging tags for both static and dynamic i [...]
new 1f474653 [clangd] Code completion uses Sema for NS-level things in the [...]
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:
clangd/CodeComplete.cpp | 6 +++--
clangd/index/FileIndex.cpp | 2 ++
unittests/clangd/CodeCompleteTests.cpp | 46 ++++++++++++++++++++++++++++++----
3 files changed, 47 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 lld.
from d0ee9d278 [WebAssembly] Don't allow functions to be named more than once
new 37f150ea8 [WebAssembly] Create synthetic __wasm_call_ctors function
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/wasm/Inputs/global-ctor-dtor.ll | 12 +++-
test/wasm/alias.ll | 10 ++-
test/wasm/call-indirect.ll | 5 +-
test/wasm/function-imports-first.ll | 7 +-
test/wasm/function-imports.ll | 5 +-
test/wasm/init-fini.ll | 127 ++++++++++++++++++++++++++++-------
test/wasm/local-symbols.ll | 10 ++-
test/wasm/stack-pointer.ll | 13 +++-
test/wasm/weak-alias-overide.ll | 7 +-
test/wasm/weak-alias.ll | 10 ++-
test/wasm/weak-symbols.ll | 10 ++-
test/wasm/weak-undefined.ll | 8 ++-
wasm/Config.h | 1 +
wasm/Driver.cpp | 7 +-
wasm/InputChunks.cpp | 18 +++--
wasm/InputChunks.h | 37 ++++++----
wasm/InputFiles.cpp | 8 +--
wasm/SymbolTable.cpp | 16 +++++
wasm/SymbolTable.h | 2 +
wasm/Writer.cpp | 117 +++++++++++++++++++++++++-------
20 files changed, 343 insertions(+), 87 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 a20d2c4d5bc Set use_gcc_stdint=wrap for nvptx
new 27af02e20ef PR debug/81155 * bb-reorder.c (pass_partition_blocks::gat [...]
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 | 6 ++++++
gcc/bb-reorder.c | 5 ++++-
2 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.