This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 21edec7de Fix PR#35438 - bitset constructor does not zero unused bits
new 14ff89947 Implement LWG#2921 and LWG#2976 - removing allocator support [...]
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/future | 34 ----------------------
.../futures.task.members/ctor2.fail.cpp | 34 ----------------------
.../futures.task.members/ctor_func_alloc.pass.cpp | 3 --
www/cxx1z_status.html | 2 +-
www/cxx2a_status.html | 2 +-
5 files changed, 2 insertions(+), 73 deletions(-)
delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/ctor2 [...]
--
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 b39d9a350c6 * hash-set.h (DEFINE_DEBUG_HASH_SET): Remove static qualif [...]
new 7494e9827df Add missing noexcept in string_view::find_first_of declaration
new dfa4aef8a1d [gcc] 2017-11-27 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr82333.c | 34 ++++++++++++++++++++++++++++++
gcc/varasm.c | 10 +++++++--
libstdc++-v3/ChangeLog | 3 +++
libstdc++-v3/include/std/string_view | 2 +-
6 files changed, 57 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr82333.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 6dda7875a8 [PR ld/22263] aarch64: Avoid dynamic TLS relocs in PIE
new 10329bb27f fix two issues in gdb.ada/mi_catch_ex.exp (re: "exception-message")
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 | 7 +++++++
gdb/testsuite/gdb.ada/mi_catch_ex.exp | 4 ++--
2 files changed, 9 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 ec3e9648821 Inliner: Don't mark notail calls with the 'tail' attribute
new 8eec0f94b49 Revert r319069 - [cmake] Pass -Wl,-z,nodelete on Linux to p [...]
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:
cmake/modules/HandleLLVMOptions.cmake | 8 --------
1 file changed, 8 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 237a48e816f [llvm-objcopy] Add --strip-all-gnu and change --strip-all
new aa1bb20e604 [opt-viewer] Fix option name
new 1e5f63d6920 Add opt-viewer testing
new ec3e9648821 Inliner: Don't mark notail calls with the 'tail' attribute
The 3 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:
cmake/config-ix.cmake | 31 +++
lib/Transforms/Utils/InlineFunction.cpp | 3 +-
test/Transforms/Inline/inline-tail.ll | 15 ++
test/lit.cfg.py | 5 +
test/lit.site.cfg.py.in | 1 +
test/tools/opt-viewer/Inputs/basic/or.c | 21 ++
test/tools/opt-viewer/Inputs/basic/or.h | 16 ++
test/tools/opt-viewer/Inputs/basic/or.yaml | 227 ++++++++++++++++++
.../tools/opt-viewer/Outputs/basic/basic_or.c.html | 264 +++++++++++++++++++++
.../tools/opt-viewer/Outputs/basic/basic_or.h.html | 221 +++++++++++++++++
test/tools/opt-viewer/Outputs/basic/index.html | 151 ++++++++++++
.../tools/opt-viewer/Outputs/basic}/style.css | 0
test/tools/opt-viewer/basic.test | 5 +
test/tools/opt-viewer/lit.local.cfg | 2 +
tools/opt-viewer/opt-viewer.py | 2 +-
15 files changed, 962 insertions(+), 2 deletions(-)
create mode 100644 test/tools/opt-viewer/Inputs/basic/or.c
create mode 100644 test/tools/opt-viewer/Inputs/basic/or.h
create mode 100644 test/tools/opt-viewer/Inputs/basic/or.yaml
create mode 100644 test/tools/opt-viewer/Outputs/basic/basic_or.c.html
create mode 100644 test/tools/opt-viewer/Outputs/basic/basic_or.h.html
create mode 100644 test/tools/opt-viewer/Outputs/basic/index.html
copy {tools/opt-viewer => test/tools/opt-viewer/Outputs/basic}/style.css (100%)
create mode 100644 test/tools/opt-viewer/basic.test
create mode 100644 test/tools/opt-viewer/lit.local.cfg
--
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 0f25cd9e3 Fix failure on C++03 bots
new 21edec7de Fix PR#35438 - bitset constructor does not zero unused bits
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/bitset | 5 ++++-
.../template.bitset/bitset.members/to_ullong.pass.cpp | 9 ++++++++-
.../template.bitset/bitset.members/to_ulong.pass.cpp | 12 ++++++++++++
3 files changed, 24 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 81a153c99a2 [BinaryStream] Support growable streams.
new 237a48e816f [llvm-objcopy] Add --strip-all-gnu and change --strip-all
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:
.../{strip-all.test => strip-all-gnu.test} | 2 +-
test/tools/llvm-objcopy/strip-all.test | 43 +++++-----------------
tools/llvm-objcopy/llvm-objcopy.cpp | 22 +++++++++--
3 files changed, 29 insertions(+), 38 deletions(-)
copy test/tools/llvm-objcopy/{strip-all.test => strip-all-gnu.test} (97%)
--
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 5f26e59f298 [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading
new 81a153c99a2 [BinaryStream] Support growable streams.
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/ADT/StringExtras.h | 5 ++
include/llvm/Support/BinaryByteStream.h | 72 +++++++++++++++++-
include/llvm/Support/BinaryItemStream.h | 2 +-
include/llvm/Support/BinaryStream.h | 26 ++++++-
include/llvm/Support/BinaryStreamRef.h | 69 +++++++++++++----
lib/DebugInfo/MSF/MappedBlockStream.cpp | 8 +-
lib/Support/BinaryStreamRef.cpp | 16 ++--
lib/Support/BinaryStreamWriter.cpp | 3 +-
unittests/DebugInfo/MSF/MappedBlockStreamTest.cpp | 6 +-
unittests/Support/BinaryStreamTest.cpp | 92 ++++++++++++++++++++++-
10 files changed, 260 insertions(+), 39 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 359627ff703 [X86] Remove an unused isel pattern that looked for pshufd [...]
new 5f26e59f298 [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading
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:
cmake/modules/HandleLLVMOptions.cmake | 8 ++++++++
1 file changed, 8 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 c7c532a9fd7 [InstCombine] use 'auto' with 'dyn_cast'; NFC
new 359627ff703 [X86] Remove an unused isel pattern that looked for pshufd [...]
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/X86/X86InstrSSE.td | 12 ------------
1 file changed, 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.