This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 59f2aea Add missing include of <algorithm>
new 5ccbc48 Fix some non-standard parts of our test suite. Reported by STL
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:
.../associative/tree_balance_after_insert.pass.cpp | 0
.../associative/tree_left_rotate.pass.cpp | 0
.../containers/associative/tree_remove.pass.cpp | 0
.../associative/tree_right_rotate.pass.cpp | 0
.../sequences/list/list.special/db_swap_1.pass.cpp | 0
.../containers/unord/next_prime.pass.cpp | 0
.../unord/unord.map/db_iterators_7.pass.cpp | 0
.../unord/unord.map/db_iterators_8.pass.cpp | 0
.../unord/unord.map/db_local_iterators_7.pass.cpp | 0
.../unord/unord.map/db_local_iterators_8.pass.cpp | 0
.../deque/deque.capacity/resize_size.pass.cpp | 2 ++
.../deque.capacity/resize_size_value.pass.cpp | 2 ++
.../deque/deque.modifiers/erase_iter.pass.cpp | 2 ++
.../deque/deque.modifiers/erase_iter_iter.pass.cpp | 2 ++
.../unord.map.modifiers/try.emplace.pass.cpp | 1 -
.../rand.dist.samp.pconst/eval_param.pass.cpp | 1 +
.../rand.dist.samp.plinear/eval.pass.cpp | 1 +
.../tuple.tuple/tuple.elem/tuple.by.type.pass.cpp | 1 +
test/support/asan_testing.h | 6 ++--
test/support/constexpr_char_traits.hpp | 42 +++++++++++-----------
test/support/platform_support.h | 10 +++---
test/support/test_macros.h | 6 ++++
22 files changed, 45 insertions(+), 31 deletions(-)
rename test/{std => libcxx}/containers/associative/tree_balance_after_insert.pass. [...]
rename test/{std => libcxx}/containers/associative/tree_left_rotate.pass.cpp (100%)
rename test/{std => libcxx}/containers/associative/tree_remove.pass.cpp (100%)
rename test/{std => libcxx}/containers/associative/tree_right_rotate.pass.cpp (100%)
rename test/{std => libcxx}/containers/sequences/list/list.special/db_swap_1.pass. [...]
rename test/{std => libcxx}/containers/unord/next_prime.pass.cpp (100%)
rename test/{std => libcxx}/containers/unord/unord.map/db_iterators_7.pass.cpp (100%)
rename test/{std => libcxx}/containers/unord/unord.map/db_iterators_8.pass.cpp (100%)
rename test/{std => libcxx}/containers/unord/unord.map/db_local_iterators_7.pass.c [...]
rename test/{std => libcxx}/containers/unord/unord.map/db_local_iterators_8.pass.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 883a09c [InstCombine] Preserve fast math flags when combining PHIs
new c42b2f3 AMDGPU/SI: Add test missed in rL266865
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/MC/AMDGPU/reg-syntax-extra.s | 55 +++++++++++++++++++++++++++++++++++++++
1 file changed, 55 insertions(+)
create mode 100644 test/MC/AMDGPU/reg-syntax-extra.s
--
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 1defd69 [MemorySSA] Fix bug in CachingMemorySSAWalker::invalidateInfo
new bfad27b PostRAHazardRecocgnizer: Fix unused-private-field warning
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/PostRAHazardRecognizer.cpp | 1 -
1 file changed, 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 8866d94 Revert "Initial implementation of optimization bisect support."
new 82da5a1 The following code would not work before this patch, due to 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:
lib/Target/Sparc/DelaySlotFiller.cpp | 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 compiler-rt.
from 6b7dd03 [sanitizer] Allow the sanitizer allocator to use a non-fixed [...]
new 6ccdfdf [ASAN] Use struct instead of array in sancov.py
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/sanitizer_common/scripts/sancov.py | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 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 14f36d7 [SimplifyCFG] Add missing implications to isImpliedTrueByMatc [...]
new 491fbf6 PM: Remove some redundant name() methods
new d12b345 [Hexagon] Properly close live range in HexagonBlockRanges
new d57e2db [Hexagon] Properly close live range in HexagonBlockRanges --- [...]
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:
include/llvm/Analysis/AliasAnalysisEvaluator.h | 2 -
include/llvm/Analysis/AssumptionCache.h | 2 -
include/llvm/IR/PassManager.h | 2 -
lib/Target/Hexagon/HexagonBlockRanges.cpp | 2 +-
test/CodeGen/Hexagon/block-ranges-nodef.ll | 55 ++++++++++++++++++++++++++
5 files changed, 56 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/Hexagon/block-ranges-nodef.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 lld.
from 0c7ed84 Recommitted r267132 "[ELF] - implemented ternary operator for [...]
new 7ab474e [ELF] - Implemented linkerscript ALIGN command
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 | 8 ++++++++
test/ELF/linkerscript-align.s | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
create mode 100644 test/ELF/linkerscript-align.s
--
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 c052a8d 2016-04-22 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new 5352530 * parser.c (cp_parser_perform_range_for_lookup): Decay the array.
new 9c980ab * c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.
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/c-family/ChangeLog | 4 ++++
gcc/c-family/c-cppbuiltin.c | 4 +++-
gcc/cp/ChangeLog | 4 ++++
gcc/cp/parser.c | 4 ++--
4 files changed, 13 insertions(+), 3 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 hjl/pr67400/no-plt
in repository gcc.
discards ec649c6 Default to -fno-plt
discards f8ad0ec Load external function address via GOT slot
adds ec1e6ec * sv.po: Update.
adds bed3961 Reuse the saved_scope structures allocated by push_to_top_level
adds 55f9c6e vrp: remove redundant has_single_use tests
adds fd3211e X86: Fix a typo in call_insn_operand
adds 394ce52 Daily bump.
adds 1701058 * config/m68k/linux-atomic.c: Do not include unistd.h
adds c08d461 2016-04-22 Richard Biener <rguenther(a)suse.de>
adds f29d86c 2016-04-22 Richard Biener <rguenther(a)suse.de>
adds 67d05b1 [PATCH 1/2] (header usage fix) remove unused system header includes
adds d637913 [PATCH 2/2] (header usage fix) include c++ headers in system.h
new 5feebd7 Load external function address via GOT slot
new 84578d9 Default to -fno-plt
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ec649c6)
\
N -- N -- N refs/heads/hjl/pr67400/no-plt (84578d9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 52 +++
gcc/DATESTAMP | 2 +-
gcc/auto-profile.c | 7 +-
gcc/c/c-objc-common.c | 2 -
gcc/config/aarch64/cortex-a57-fma-steering.c | 3 +-
gcc/config/i386/i386.c | 2 +-
gcc/config/i386/predicates.md | 2 +-
gcc/config/sh/sh.c | 2 +-
gcc/config/sh/sh_treg_combine.cc | 7 +-
gcc/cp/ChangeLog | 9 +
gcc/cp/error.c | 2 -
gcc/cp/logic.cc | 3 +-
gcc/cp/name-lookup.c | 25 +-
gcc/diagnostic.c | 2 -
gcc/fortran/error.c | 2 -
gcc/fortran/trans-common.c | 4 +-
gcc/genmatch.c | 1 -
gcc/graphite-isl-ast-to-gimple.c | 2 +-
gcc/ipa-icf-gimple.c | 1 -
gcc/ipa-icf.c | 2 +-
gcc/lto-streamer-in.c | 7 +-
gcc/lto-streamer-out.c | 6 +-
gcc/po/ChangeLog | 4 +
gcc/po/sv.po | 500 +++++++++++----------------
gcc/pretty-print.c | 2 -
gcc/system.h | 12 +
gcc/testsuite/ChangeLog | 11 +
gcc/testsuite/gcc.dg/torture/pr70740.c | 38 ++
gcc/testsuite/gcc.target/i386/pr70750-1.c | 11 +
gcc/testsuite/gcc.target/i386/pr70750-2.c | 11 +
gcc/toplev.c | 2 -
gcc/tree-ssa-phiprop.c | 8 +-
gcc/tree-vrp.c | 29 +-
libgcc/ChangeLog | 4 +
libgcc/config/m68k/linux-atomic.c | 1 -
35 files changed, 414 insertions(+), 364 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70740.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-2.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 c08d461 2016-04-22 Richard Biener <rguenther(a)suse.de>
new f29d86c 2016-04-22 Richard Biener <rguenther(a)suse.de>
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 | 7 +++++++
gcc/lto-streamer-in.c | 7 +++++--
gcc/lto-streamer-out.c | 6 +++++-
3 files changed, 17 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.