This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 664a7d8 [GVNHoist] Merge metadata on hoisted instructions less conser [...]
new 3d0336e [InstSimplify] Fold trunc([zs]ext(%V)) -> %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/Analysis/InstructionSimplify.cpp | 8 +++++++-
1 file changed, 7 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 602fe15 Make std::is_assignable tolerate references to incomplete types.
new 4be71c6 Recommit r276548 - Make pair/tuples assignment operators SFIN [...]
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/tuple | 22 +++++
include/utility | 42 ++++++---
.../tuple/tuple.tuple/tuple.assign/copy.pass.cpp | 49 ++++++++++
.../tuple/tuple.tuple/tuple.assign/move.pass.cpp | 69 ++++++++++++++
.../utility/pairs/pairs.pair/assign_pair.pass.cpp | 101 +++++++++++++++++++++
.../pairs/pairs.pair/assign_pair_cxx03.pass.cpp | 49 ++++++++++
.../pairs/pairs.pair/assign_rv_pair.pass.cpp | 68 +++++++++++++-
7 files changed, 386 insertions(+), 14 deletions(-)
create mode 100644 test/std/utilities/utility/pairs/pairs.pair/assign_pair.pass.cpp
create mode 100644 test/std/utilities/utility/pairs/pairs.pair/assign_pair_cxx03.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 6b25086 Untabify.
new 2d83d8a [Utils] Simplify combineMetadata
new 304ec47 [GVNHoist] Properly merge alignments when hoisting
new 664a7d8 [GVNHoist] Merge metadata on hoisted instructions less conser [...]
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:
lib/Transforms/Scalar/GVNHoist.cpp | 42 ++++++++++++++++++++++++++++----------
lib/Transforms/Utils/Local.cpp | 6 +++---
test/Transforms/GVN/hoist-md.ll | 25 +++++++++++++++++++++++
test/Transforms/GVN/hoist.ll | 21 +++++++++++++++++++
4 files changed, 80 insertions(+), 14 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 c76d8f7 Revert r276548 - Make pair/tuples assignment operators SFINAE [...]
new 602fe15 Make std::is_assignable tolerate references to incomplete types.
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/type_traits | 21 +++++----------------
.../meta.unary.prop/is_assignable.pass.cpp | 7 +++++--
2 files changed, 10 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 775417d Make dtor_noexcept.pass.cpp tests more portable. Patch from S [...]
new c76d8f7 Revert r276548 - Make pair/tuples assignment operators SFINAE [...]
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/tuple | 22 ------
include/utility | 25 ++----
.../tuple/tuple.tuple/tuple.assign/copy.pass.cpp | 49 ------------
.../tuple/tuple.tuple/tuple.assign/move.pass.cpp | 69 -----------------
.../utility/pairs/pairs.pair/assign_pair.pass.cpp | 90 ----------------------
.../pairs/pairs.pair/assign_pair_cxx03.pass.cpp | 36 ---------
.../pairs/pairs.pair/assign_rv_pair.pass.cpp | 68 +---------------
7 files changed, 7 insertions(+), 352 deletions(-)
delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/assign_pair.pass.cpp
delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/assign_pair_cxx03.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 gcc.
from 60d4b55 Daily bump.
new 13b118f Revert 2015-11-09 sanitizer/obstack configury
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:
libsanitizer/ChangeLog | 16 +++++++++++++
libsanitizer/Makefile.in | 1 -
libsanitizer/asan/Makefile.am | 2 +-
libsanitizer/asan/Makefile.in | 3 +--
libsanitizer/configure | 38 ++-----------------------------
libsanitizer/configure.ac | 24 -------------------
libsanitizer/interception/Makefile.in | 1 -
libsanitizer/libbacktrace/Makefile.in | 1 -
libsanitizer/lsan/Makefile.in | 1 -
libsanitizer/sanitizer_common/Makefile.in | 1 -
libsanitizer/tsan/Makefile.am | 2 +-
libsanitizer/tsan/Makefile.in | 3 +--
libsanitizer/ubsan/Makefile.in | 1 -
13 files changed, 22 insertions(+), 72 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 d5f5e9f [CommandLine] Use Process::GetEnv instead of _wgetenv
new b78624d Trailing whitespace.
new 6b25086 Untabify.
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/Analysis/LazyValueInfo.cpp | 8 ++++----
lib/CodeGen/ScheduleDAGInstrs.cpp | 2 +-
2 files changed, 5 insertions(+), 5 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 0809a7f Mark bucket_count() assertions as non-portable. Patch from ST [...]
new 932604f Don't SFINAE pair's copy assignment operator in C++03 mode.
new 775417d Make dtor_noexcept.pass.cpp tests more portable. Patch from S [...]
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/utility | 4 ++++
.../map/map.cons/dtor_noexcept.pass.cpp | 3 ++-
.../multimap/multimap.cons/dtor_noexcept.pass.cpp | 3 ++-
.../multiset/multiset.cons/dtor_noexcept.pass.cpp | 3 ++-
.../set/set.cons/dtor_noexcept.pass.cpp | 3 ++-
.../deque/deque.cons/dtor_noexcept.pass.cpp | 3 ++-
.../forwardlist.cons/dtor_noexcept.pass.cpp | 3 ++-
.../list/list.cons/dtor_noexcept.pass.cpp | 3 ++-
.../sequences/vector.bool/dtor_noexcept.pass.cpp | 3 ++-
.../vector/vector.cons/dtor_noexcept.pass.cpp | 3 ++-
.../unord.map.cnstr/dtor_noexcept.pass.cpp | 5 +++--
.../unord.multimap.cnstr/dtor_noexcept.pass.cpp | 5 +++--
.../unord.multiset.cnstr/dtor_noexcept.pass.cpp | 5 +++--
.../unord.set.cnstr/dtor_noexcept.pass.cpp | 5 +++--
.../string.cons/dtor_noexcept.pass.cpp | 3 ++-
.../assign_pair_cxx03.pass.cpp} | 26 +++++++++++++---------
16 files changed, 51 insertions(+), 29 deletions(-)
copy test/std/utilities/utility/pairs/{pair.astuple/get_rv.pass.cpp => pairs.pair/ [...]
--
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 lld.
from 671d50e Simplify. NFC.
new fcd491b [ELF] Fix the semantic of PROVIDE in linker scripts.
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:
ELF/LinkerScript.cpp | 4 +++-
.../linkerscript/linkerscript-symbolreferenced.s | 22 ++++++++++++++++++++++
test/ELF/linkerscript/linkerscript-symbols.s | 8 ++++----
3 files changed, 29 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/linkerscript/linkerscript-symbolreferenced.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.