This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from a4fc37f7c Do not pass Config members to simplify function signature. NFC.
new 547840d5c Add test to ensure lld writes linked files to linked objects [...]
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/ELF/lto/thinlto.ll | 7 +++++++
1 file 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 llvm.
from da8f6959d96 [SelectionDAG] Transfer DbgValues when casts are optimized [...]
new 694780d67ee [llvm-rc] Fix alphabetical order of cases. 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:
tools/llvm-rc/ResourceScriptParser.cpp | 4 ++--
1 file changed, 2 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 master
in repository clang.
from 1d96a96f81 [OPENMP, NVPTX] Small test fix, NFC.
new ffe5542eab [Driver] Use -fuse-line-directives by default in MSVC mode
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/Driver/ToolChains/Clang.cpp | 4 ++--
test/Driver/cl-options.c | 1 +
2 files changed, 3 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 master
in repository llvm.
from b1872a26170 [WebAssembly] Ensure all .debug_XXX section has proper symb [...]
new da8f6959d96 [SelectionDAG] Transfer DbgValues when casts are optimized [...]
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/SelectionDAG/SelectionDAG.cpp | 6 ++-
.../dbg-value-i16.ll} | 46 ++++++----------------
2 files changed, 17 insertions(+), 35 deletions(-)
copy test/DebugInfo/{X86/single-dbg_value.ll => AArch64/dbg-value-i16.ll} (57%)
--
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 409ea28c474 [tools] Introduce llvm-strip
new b1872a26170 [WebAssembly] Ensure all .debug_XXX section has proper symb [...]
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/MC/MCObjectFileInfo.cpp | 9 ++++++---
lib/MC/WasmObjectWriter.cpp | 6 +++++-
2 files changed, 11 insertions(+), 4 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 gcc-8-branch
in repository gcc.
from 9addd3cc1f8 2018-05-07 Edward Smith-Rowland <3dw4rd(a)verizon.net>
new 4e25d06427b PR c++/85618 - ICE with initialized VLA.
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/cp-tree.h | 1 +
gcc/cp/tree.c | 23 +++++++++++++++++++++--
gcc/cp/typeck2.c | 4 ++--
gcc/testsuite/g++.dg/ext/vla20.C | 6 ++++++
5 files changed, 37 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/vla20.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 llvm.
from c9a31109e73 [llvm-mca] Avoid exposing index values in the MCA interfaces.
new 409ea28c474 [tools] Introduce llvm-strip
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/tools/llvm-objcopy/strip-all.test | 8 +++
test/tools/llvm-objcopy/strip-debug.test | 12 ++++
tools/llvm-objcopy/CMakeLists.txt | 15 ++--
tools/llvm-objcopy/{Opts.td => ObjcopyOpts.td} | 0
tools/llvm-objcopy/StripOpts.td | 12 ++++
tools/llvm-objcopy/llvm-objcopy.cpp | 98 +++++++++++++++++++++-----
6 files changed, 125 insertions(+), 20 deletions(-)
rename tools/llvm-objcopy/{Opts.td => ObjcopyOpts.td} (100%)
create mode 100644 tools/llvm-objcopy/StripOpts.td
--
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 fb61e5c0754 Document -lstdc++fs requirement for std::filesystem
new 0b8d327ec38 PR c++/85618 - ICE with initialized VLA.
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/cp-tree.h | 1 +
gcc/cp/tree.c | 23 +++++++++++++++++++++--
gcc/cp/typeck2.c | 4 ++--
gcc/testsuite/g++.dg/ext/vla20.C | 6 ++++++
5 files changed, 37 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/vla20.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 gcc.
from 4b19dc1551f * scanner.c (preprocessor_line): Call linemap_add after a [...]
new fb61e5c0754 Document -lstdc++fs requirement for std::filesystem
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:
libstdc++-v3/ChangeLog | 3 +++
libstdc++-v3/doc/xml/manual/using.xml | 4 +++-
2 files changed, 6 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 libcxx.
from 6a32b9d38 Update for Rapperswil
new 5d2e458b6 Status updates for Rapperswil
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:
www/upcoming_meeting.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.