This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from b314024 cxa_demangle: avoid butchering the last parameter type
new 38a1060 cxa_demangle: fix rvalue ref check
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:
src/cxa_demangle.cpp | 3 ++-
test/test_demangle.pass.cpp | 5 ++---
2 files changed, 4 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 master
in repository clang.
from 9d48ebf [docs] Add TableGen-based generator for command line argument [...]
new 88a607f IRGen: Factor out function clang::FindThinLTOModule. NFCI.
new 703ba99 IRGen: Factor out function CodeGenAction::loadModule. NFCI.
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/clang/CodeGen/BackendUtil.h | 5 +++
include/clang/CodeGen/CodeGenAction.h | 2 ++
lib/CodeGen/BackendUtil.cpp | 42 +++++++++++-----------
lib/CodeGen/CodeGenAction.cpp | 66 ++++++++++++++++++++---------------
4 files changed, 66 insertions(+), 49 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 d231537 Fix test/Driver/embed-bitcode.c on non-Darwin host by setting [...]
new 9d48ebf [docs] Add TableGen-based generator for command line argument [...]
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:
docs/ClangCommandLineReference.rst | 3286 ++++++++++++++++++++++++++++++
docs/index.rst | 1 +
include/clang/Driver/CLCompatOptions.td | 2 +-
include/clang/Driver/ClangOptionDocs.td | 36 +
include/clang/Driver/Options.h | 3 +-
include/clang/Driver/Options.td | 189 +-
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/ClangOptionDocEmitter.cpp | 358 ++++
utils/TableGen/TableGen.cpp | 10 +-
utils/TableGen/TableGenBackends.h | 1 +
10 files changed, 3823 insertions(+), 64 deletions(-)
create mode 100644 docs/ClangCommandLineReference.rst
create mode 100644 include/clang/Driver/ClangOptionDocs.td
create mode 100644 utils/TableGen/ClangOptionDocEmitter.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 libcxx.
from 9a89d24 Update status for LWG2733
new bef26f7 Add a test to make sure that implicit conversion from error_c [...]
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:
.../{category.pass.cpp => bool.fail.cpp} | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
copy test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/{category [...]
--
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 9849405 Implement LWG2733: [fund.ts.v2] gcd / lcm and bool. We alrea [...]
new 9a89d24 Update status for LWG2733
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/cxx1z_status.html | 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 d8b0d41 PR target/77439 * config/arm/arm.c (arm_function_ok_for_sib [...]
new 2f4cab3 PR c++/79118 - anon-members and constexpr * constexpr.c (cx [...]
new e07fb6a PR c++/78469 - defaulted ctor and inaccessible dtor * cp-tr [...]
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:
gcc/cp/ChangeLog | 14 ++++++++
gcc/cp/constexpr.c | 70 +++++++++++++++++++++++-------------
gcc/cp/cp-tree.h | 2 ++
gcc/cp/init.c | 6 ++--
gcc/cp/tree.c | 12 +++++--
gcc/testsuite/ChangeLog | 10 +++++-
gcc/testsuite/g++.dg/cpp0x/pr78469.C | 14 ++++++++
gcc/testsuite/g++.dg/cpp0x/pr79118.C | 42 ++++++++++++++++++++++
8 files changed, 139 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr78469.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr79118.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 b531344 PR ld/20828: Reorder the symbol sweep stage of section GC
new 666c6af RISC-V gas: Remove em=linux from configure.tgt
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:
gas/ChangeLog | 4 ++++
gas/configure.tgt | 2 +-
2 files changed, 5 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 llvm.
from 60b4e66 Demangle: avoid butchering parameter type
new 6562a03 AMDGPU/SI: Give up in promote alloca when a pointer may be captured.
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/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 4 +++
test/CodeGen/AMDGPU/addrspacecast-captured.ll | 47 +++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/addrspacecast-captured.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 llvm.
from fb1b210 [AArch64] Fix typo. NFC.
new 60b4e66 Demangle: avoid butchering parameter type
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/Demangle/ItaniumDemangle.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 1baa44d Forward -bitcode_process_mode to ld64 in marker-only mode
new d231537 Fix test/Driver/embed-bitcode.c on non-Darwin host by setting [...]
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/Driver/embed-bitcode.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.