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 d2f951c Enable stack-use-after-scope tests.
new 86ee12b [asan] Disable one test on windows.
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/asan/TestCases/use-after-scope-capture.cc | 1 +
1 file changed, 1 insertion(+)
--
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 e3b82f5 ELF: Make the special variable "." as a LinkerScript class member.
new ba41c0f Inline SectionRule::match.
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 | 6 +-----
ELF/LinkerScript.h | 5 +----
2 files changed, 2 insertions(+), 9 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 8f1e73d Add is_swappable/is_nothrow_swappable traits
new c6c26a4 Complete LWG issue #2016. Allocators must be nothrow swappable
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:
.../containers/associative/map/map.special/swap_noexcept.pass.cpp | 5 +++--
.../associative/multimap/multimap.special/swap_noexcept.pass.cpp | 6 +++---
.../associative/multiset/multiset.special/swap_noexcept.pass.cpp | 6 +++---
.../containers/associative/set/set.special/swap_noexcept.pass.cpp | 5 +++--
.../containers/sequences/deque/deque.special/swap_noexcept.pass.cpp | 5 +++--
.../sequences/forwardlist/forwardlist.spec/swap_noexcept.pass.cpp | 6 +++---
.../containers/sequences/list/list.special/swap_noexcept.pass.cpp | 5 +++--
test/std/containers/sequences/vector.bool/swap_noexcept.pass.cpp | 6 +++---
.../sequences/vector/vector.special/swap_noexcept.pass.cpp | 6 +++---
.../unord/unord.map/unord.map.swap/swap_noexcept.pass.cpp | 5 +++--
.../unord/unord.multimap/unord.multimap.swap/swap_noexcept.pass.cpp | 6 +++---
.../unord/unord.multiset/unord.multiset.swap/swap_noexcept.pass.cpp | 6 +++---
.../unord/unord.set/unord.set.swap/swap_noexcept.pass.cpp | 6 +++---
www/cxx1z_status.html | 2 +-
14 files changed, 40 insertions(+), 35 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 gcc.
from fd3211e X86: Fix a typo in call_insn_operand
new 394ce52 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 53efa62 * sv.po: Update.
new 6c18bed Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 095e378 Daily bump.
new a46198b Daily bump.
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/DATESTAMP | 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 gcc-4_9-branch
in repository gcc.
from 6491aed PR70674: S/390: Add memory barrier to stack pointer restore [...]
new 5614e4b Daily bump.
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/DATESTAMP | 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 33f89a1 [esan] EfficiencySanitizer base runtime library
new d2f951c Enable stack-use-after-scope tests.
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/asan/TestCases/use-after-scope-capture.cc | 13 ++++++++-----
test/asan/TestCases/use-after-scope-dtor-order.cc | 6 +++---
test/asan/TestCases/use-after-scope-if.cc | 15 +++++++++++++++
test/asan/TestCases/use-after-scope-inlined.cc | 4 ++--
test/asan/TestCases/use-after-scope-loop-bug.cc | 16 ++++++++++++++++
test/asan/TestCases/use-after-scope-loop-removed.cc | 19 +++++++++++++++++++
test/asan/TestCases/use-after-scope-loop.cc | 14 ++++++++++++++
test/asan/TestCases/use-after-scope-nobug.cc | 11 ++++++-----
test/asan/TestCases/use-after-scope-temp.cc | 18 ++++++------------
test/asan/TestCases/use-after-scope.cc | 9 ++++-----
10 files changed, 93 insertions(+), 32 deletions(-)
create mode 100644 test/asan/TestCases/use-after-scope-if.cc
create mode 100644 test/asan/TestCases/use-after-scope-loop-bug.cc
create mode 100644 test/asan/TestCases/use-after-scope-loop-removed.cc
create mode 100644 test/asan/TestCases/use-after-scope-loop.cc
--
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 197563e ARM: restrict register class for WIN__DBZCHK
new e0dd87a [WebAssembly] Limit alignment hints to natural alignment.
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:
.../WebAssembly/WebAssemblySetP2AlignOperands.cpp | 12 +++++++++---
test/CodeGen/WebAssembly/byval.ll | 4 ++--
test/CodeGen/WebAssembly/i32-load-store-alignment.ll | 14 ++++++++------
test/CodeGen/WebAssembly/i64-load-store-alignment.ll | 20 +++++++++++---------
4 files changed, 30 insertions(+), 20 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 lld.
from ba4eeee ELF: Change how to handle KEEP linker script command.
new 6836a7c Don't gc protected symbols.
new e3b82f5 ELF: Make the special variable "." as a LinkerScript class member.
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:
ELF/LinkerScript.cpp | 43 ++++++++++++++++++++--------------------
ELF/LinkerScript.h | 9 ++++++++-
ELF/MarkLive.cpp | 2 +-
test/ELF/gc-sections-protected.s | 18 +++++++++++++++++
4 files changed, 49 insertions(+), 23 deletions(-)
create mode 100644 test/ELF/gc-sections-protected.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.