This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository dejagnu.
from 80e7788 * testsuite/runtest.all/default_procs.tcl: (lib_errpat_test [...]
new e24c17b * testsuite/lib/libsup.exp (start_expect): Brace commands in [...]
new 9a8e51a Remove commented out code in runtest_start.
new 01599a0 * NEWS: Document 'testsuite' command. * doc/dejagnu.texi (t [...]
new c7f104f * lib/dejagnu.exp (host_execute): Remove unnecessary quotes [...]
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:
ChangeLog | 47 +++++++
NEWS | 6 +
doc/dejagnu.texi | 58 +++++++-
lib/dejagnu.exp | 12 +-
lib/framework.exp | 64 +++++++++
runtest.exp | 97 +++++++++++---
testsuite/lib/libsup.exp | 4 +-
testsuite/lib/runtest.exp | 10 +-
testsuite/lib/util-defs.exp | 2 +-
testsuite/runtest.all/clone_output.test | 2 +-
testsuite/runtest.all/config.test | 2 +-
testsuite/runtest.all/default_procs.tcl | 6 +-
testsuite/runtest.all/libs.exp | 8 +-
testsuite/runtest.all/options.exp | 2 +-
testsuite/runtest.all/remote.test | 4 +-
testsuite/runtest.all/stats.exp | 6 +-
testsuite/runtest.all/target.test | 4 +-
testsuite/runtest.all/testsuite_file.test | 211 ++++++++++++++++++++++++++++++
testsuite/runtest.all/utils.test | 2 +-
19 files changed, 491 insertions(+), 56 deletions(-)
create mode 100644 testsuite/runtest.all/testsuite_file.test
--
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 fa041c4a1 clang-format LLVM.h (NFC)
new 6532a86e4 [WebAssembly] Add support for the event section
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/lld/Common/LLVM.h | 4 ++
.../Inputs/used.ll => Inputs/event-section1.ll} | 5 +-
.../Inputs/used.ll => Inputs/event-section2.ll} | 5 +-
test/wasm/event-section.ll | 34 +++++++++
wasm/Driver.cpp | 4 +-
wasm/InputChunks.cpp | 4 ++
wasm/InputEvent.h | 63 +++++++++++++++++
wasm/InputFiles.cpp | 26 ++++++-
wasm/InputFiles.h | 3 +
wasm/LTO.cpp | 2 +-
wasm/MarkLive.cpp | 4 ++
wasm/OutputSections.cpp | 2 +
wasm/SymbolTable.cpp | 53 ++++++++++++--
wasm/SymbolTable.h | 2 +
wasm/Symbols.cpp | 35 +++++++++
wasm/Symbols.h | 64 ++++++++++++++---
wasm/Writer.cpp | 82 ++++++++++++++++++++--
wasm/WriterUtils.cpp | 24 ++++++-
wasm/WriterUtils.h | 7 +-
19 files changed, 389 insertions(+), 34 deletions(-)
copy test/wasm/{lto/Inputs/used.ll => Inputs/event-section1.ll} (50%)
copy test/wasm/{lto/Inputs/used.ll => Inputs/event-section2.ll} (50%)
create mode 100644 test/wasm/event-section.ll
create mode 100644 wasm/InputEvent.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/binutils-gdb.
from 384d2d7eee Automatic date update in version.in
adds c205da22ad Automatic date update in version.in
No new revisions were added by this update.
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 llvm.
from 77bca327334 [llvm-readobj] Little clean up inside `parseDynamicTable`
new 0123db86e47 [WebAssembly] Make WasmSymbol's signature usable for events (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:
include/llvm/BinaryFormat/Wasm.h | 8 --------
include/llvm/Object/Wasm.h | 10 +++++-----
lib/Object/WasmObjectFile.cpp | 12 +++++++-----
3 files changed, 12 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.