This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7cfe622 Bitcode: Fix short read implementation.
new 701a1ef [CMake] Set default build type correctly
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:
CMakeLists.txt | 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 libcxx.
from 2c6c2b9 Fix __libcpp_is_constructible for source types with explicit [...]
new 863388e Fix GCC test failure caused by manually defining _LIBCPP_HAS_ [...]
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 | 4 ++--
1 file 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 compiler-rt.
from ce7082b [tsan] Enable the tsan/libcxx/ testcase(s) on Darwin
new fb53d09 [XRay][x86_64] Define a tail exit trampoline.
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/xray/xray_interface_internal.h | 1 +
lib/xray/xray_trampoline_x86_64.S | 60 ++++++++++++++++++++++++++++++++++++++
lib/xray/xray_x86_64.cc | 11 +++----
3 files changed, 65 insertions(+), 7 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 c091160 Protect exceptional paths under libcpp-no-exceptions
new 2c6c2b9 Fix __libcpp_is_constructible for source types with explicit [...]
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 | 85 +++++++++++----
.../meta.unary.prop/is_constructible.pass.cpp | 120 ++++++++++++++++++++-
2 files changed, 181 insertions(+), 24 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 c368baa 2016-11-01 Josh Conner <joshconner(a)google.com>
new db7dd02 use rtx_insn * in various places where it is obvious
new 49e5403 split up the trial variable in reorg.c:relax_delay_slots to u [...]
new 8793a4a split up some variables to use rtx_insn * more
new b977a85 remove cast to rtx_insn * in remove_note
new bb9538d remove cast in delete_insn_chain
new 89bcfda remove cast from prev_nonnote_insn_bb
The 6 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 | 71 ++++++++++++++++++++++++++
gcc/cfgrtl.c | 8 ++-
gcc/cfgrtl.h | 2 +-
gcc/compare-elim.c | 2 +-
gcc/config/alpha/alpha.c | 117 ++++++++++++++++++++++---------------------
gcc/config/arc/arc.c | 3 +-
gcc/config/arm/arm.c | 9 ++--
gcc/config/bfin/bfin.c | 7 +--
gcc/config/c6x/c6x.c | 9 ++--
gcc/config/frv/frv.c | 2 +-
gcc/config/i386/i386.c | 3 +-
gcc/config/ia64/ia64.c | 4 +-
gcc/config/m32c/m32c.c | 4 +-
gcc/config/mips/mips.c | 61 +++++++++++-----------
gcc/config/mn10300/mn10300.c | 2 +-
gcc/config/rl78/rl78.c | 18 +++----
gcc/config/rs6000/rs6000.c | 26 +++++-----
gcc/config/s390/s390.c | 7 +--
gcc/config/sh/sh-mem.cc | 8 +--
gcc/config/sh/sh.md | 18 +++----
gcc/emit-rtl.c | 5 +-
gcc/except.c | 2 +-
gcc/final.c | 4 +-
gcc/jump.c | 4 +-
gcc/optabs.c | 5 +-
gcc/reload1.c | 9 ++--
gcc/reorg.c | 23 ++++-----
gcc/rtl.h | 4 +-
gcc/rtlanal.c | 4 +-
29 files changed, 261 insertions(+), 180 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 c17dedb Disable the use of std::call_once on OpenBSD with libstdc++.
new 7cfe622 Bitcode: Fix short read implementation.
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/Bitcode/BitstreamReader.h | 2 +-
unittests/Bitcode/BitstreamReaderTest.cpp | 9 +++++++++
2 files changed, 10 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 lld.
from cc12174 Use ArrayRef instead of const std::vector.
new 8946a1e Add strings to .dynstr early.
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/OutputSections.cpp | 75 +++++++++++++++++++++++++-----------------------
ELF/OutputSections.h | 6 +++-
ELF/Writer.cpp | 8 ++----
test/ELF/dynamic-reloc.s | 2 +-
test/ELF/shared-be.s | 4 +--
test/ELF/shared.s | 2 +-
test/ELF/verneed.s | 6 ++--
7 files changed, 54 insertions(+), 49 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 7896267 Implement P0136R1, Rewording inheriting constructors.
new 02a9e65 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_inheriting_ [...]
new c368baa 2016-11-01 Josh Conner <joshconner(a)google.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:
ChangeLog | 4 ++++
MAINTAINERS | 2 +-
gcc/c-family/ChangeLog | 3 +++
gcc/c-family/c-cppbuiltin.c | 5 ++++-
gcc/testsuite/g++.dg/cpp1y/feat-cxx11.C | 4 ++--
gcc/testsuite/g++.dg/cpp1y/feat-cxx14.C | 4 ++--
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 4 ++--
7 files changed, 18 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 test-suite.
from 98ff959 [CUDA] [test-suite] Add tests for std::complex.
new b893d91 Add utils/tdiff.py utility
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:
{util => utils}/compare.py | 0
utils/tdiff.py | 193 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 193 insertions(+)
rename {util => utils}/compare.py (100%)
create mode 100755 utils/tdiff.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.