This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 951bc5a9e33 Backport r263246
new d8973e2cdd0 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 923fe695993 Daily bump.
new 1d99d5229a9 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 2cdcc33021 Correct elf64-ppc.c linkage stub comment and formatting fixes
new c1854f1d5a Use gdb_test_no_output for compile tests expected to pass
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.compile/compile.exp | 4 ++--
2 files changed, 7 insertions(+), 2 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 gdb-8.2-branch
in repository binutils-gdb.
from 8aaea54bf1 Automatic date update in version.in
new 441cee9271 Automatic date update in version.in
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:
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 binutils-2_31-branch
in repository binutils-gdb.
from 8977539e45 Automatic date update in version.in
new 2fb483d767 Automatic date update in version.in
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:
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 e90d44039a6 [x86/MIR] Implement support for pre- and post-instruction s [...]
new 5e5a9f7ee34 [WebAssembly] CFG stackify support for exception handling
new 1466a5a3703 DebugInfo: Remove command line (& target-based) disabling o [...]
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/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 4 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 -
lib/CodeGen/AsmPrinter/DwarfDebug.h | 6 -
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 650 ++++++++++++++++++----
test/CodeGen/WebAssembly/cfg-stackify-eh.mir | 322 +++++++++++
test/CodeGen/WebAssembly/exception.ll | 4 +
test/DebugInfo/NVPTX/cu-range-hole.ll | 2 +-
test/DebugInfo/NVPTX/dbg-declare-alloca.ll | 2 +-
test/DebugInfo/NVPTX/debug-info.ll | 2 +-
test/DebugInfo/NVPTX/debug-loc-offset.ll | 4 +-
test/DebugInfo/X86/no-public-sections.ll | 31 --
test/DebugInfo/X86/sections_as_references.ll | 6 +-
12 files changed, 878 insertions(+), 161 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/cfg-stackify-eh.mir
delete mode 100644 test/DebugInfo/X86/no-public-sections.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 clang.
from 1d9326169c Relax a CHECK line to allow for dso_local
new 18639d8d29 Disable pubnames in NVPTX debug info using metadata
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/CodeGen/CGDebugInfo.cpp | 7 +++++--
test/CodeGen/debug-nvptx.c | 6 ++++++
2 files changed, 11 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/debug-nvptx.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 libcxx.
from fbd46738b Establish the <bit> header. NFC yet. Reviewed as https://revi [...]
new aec9e0e5a [libc++] Use correct rand.eng.mers all-zeroes seed sequence fallback
new 245791ae7 Revert "Establish the <bit> header. NFC yet. Reviewed as http [...]
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:
include/algorithm | 137 ++++++++++++++++-
include/bit | 169 ---------------------
include/module.modulemap | 4 -
include/random | 4 +-
test/libcxx/double_include.sh.cpp | 1 -
.../rand.eng.mers/ctor_sseq_all_zero.pass.cpp | 81 ++++++++++
6 files changed, 219 insertions(+), 177 deletions(-)
delete mode 100644 include/bit
create mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/ctor_sseq_all_zer [...]
--
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 a1b075d3 Implement a (simple) Markdown generator
new 6eae8e45 Revert "Implement a (simple) Markdown generator"
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:
clang-doc/CMakeLists.txt | 1 -
clang-doc/Generators.cpp | 3 -
clang-doc/Generators.h | 2 +-
clang-doc/MDGenerator.cpp | 314 ----------------------------------------
clang-doc/Representation.h | 15 +-
clang-doc/YAMLGenerator.cpp | 10 +-
clang-doc/gen_tests.py | 33 +----
clang-doc/tool/ClangDocMain.cpp | 43 +++---
test/clang-doc/md-comment.cpp | 48 ------
test/clang-doc/md-linkage.cpp | 134 -----------------
test/clang-doc/md-module.cpp | 24 ---
test/clang-doc/md-namespace.cpp | 46 ------
test/clang-doc/md-record.cpp | 97 -------------
13 files changed, 38 insertions(+), 732 deletions(-)
delete mode 100644 clang-doc/MDGenerator.cpp
delete mode 100644 test/clang-doc/md-comment.cpp
delete mode 100644 test/clang-doc/md-linkage.cpp
delete mode 100644 test/clang-doc/md-module.cpp
delete mode 100644 test/clang-doc/md-namespace.cpp
delete mode 100644 test/clang-doc/md-record.cpp
--
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 857551057 Remove outdated TODOs in RegisterValue
new 9db3fe240 Remove commented out constructor from Scalar
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/Utility/Scalar.cpp | 43 -------------------------------------------
1 file changed, 43 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.