This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e737850679a PR target/86798 * config/nds32/nds32.c (TARGET_HAVE_SPECU [...]
new 5e69ced9209 2018-09-22 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/dtio_1.f90 | 19 +++++++++----------
2 files changed, 14 insertions(+), 10 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 libcxx.
from 699bfec76 Similar to the handling of darwin target triples, strip the v [...]
new caf40ae41 [libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_E [...]
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/UsingLibcxx.rst | 70 ++++++++++++++++++++++
include/__config | 26 +++++++-
include/memory | 2 +-
test/libcxx/diagnostics/enable_nodiscard.fail.cpp | 33 ++++++++++
.../enable_nodiscard_disable_after_cxx17.fail.cpp | 33 ++++++++++
...enable_nodiscard_disable_nodiscard_ext.fail.cpp | 31 ++++++++++
test/libcxx/diagnostics/nodiscard.pass.cpp | 15 ++---
...card.fail.cpp => nodiscard_aftercxx17.fail.cpp} | 1 -
...card.pass.cpp => nodiscard_aftercxx17.pass.cpp} | 6 +-
.../diagnostics/nodiscard_extensions.fail.cpp | 32 ++++++++++
.../diagnostics/nodiscard_extensions.pass.cpp | 26 ++++++++
utils/libcxx/test/format.py | 5 +-
12 files changed, 259 insertions(+), 21 deletions(-)
create mode 100644 test/libcxx/diagnostics/enable_nodiscard.fail.cpp
create mode 100644 test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.fail.cpp
create mode 100644 test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext. [...]
rename test/libcxx/diagnostics/{nodiscard.fail.cpp => nodiscard_aftercxx17.fail.cp [...]
copy test/libcxx/diagnostics/{nodiscard.pass.cpp => nodiscard_aftercxx17.pass.cpp} (80%)
create mode 100644 test/libcxx/diagnostics/nodiscard_extensions.fail.cpp
create mode 100644 test/libcxx/diagnostics/nodiscard_extensions.pass.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 llvm.
from e6eae088dce [InstCombine][x86] try even harder to convert blendv intrin [...]
new 970825c180b [bpf] Test case for symbol information in object file
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/CodeGen/BPF/elf-symbol-information.ll | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 test/CodeGen/BPF/elf-symbol-information.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 09becbaba16 [lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.
new e6eae088dce [InstCombine][x86] try even harder to convert blendv intrin [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 27 ++++++++++++++++++-------
test/Transforms/InstCombine/X86/blend_x86.ll | 21 +++++++++----------
2 files changed, 30 insertions(+), 18 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 libcxx.
from 6bcb2dcb0 Remove a bunch of empty subdirectories. NFCI.
new 699bfec76 Similar to the handling of darwin target triples, strip the v [...]
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/abi/CMakeLists.txt | 11 +++++++----
1 file changed, 7 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 lldb.
from 8a91d4b9c Move architecture-specific address adjustment to architecture [...]
new 2af1ddf63 Change type of m_user_expression_start_pos to size_t
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/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp | 2 +-
source/Plugins/ExpressionParser/Clang/ClangUserExpression.h | 2 +-
2 files 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 libcxx.
from 8f4c8e666 fix some typos in the doc
new 6bcb2dcb0 Remove a bunch of empty subdirectories. NFCI.
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:
--
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 4e54bf0ea93 2018-09-22 Paul Thomas <pault(a)gcc.gnu.org>
new e737850679a PR target/86798 * config/nds32/nds32.c (TARGET_HAVE_SPECU [...]
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/config/nds32/nds32.c | 3 +++
2 files changed, 9 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.