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 324a908 [XRay] Refactor TSC related functions into a single header. NFC.
new dcd2129 [XRay] Implement powerpc64le xray.
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/config-ix.cmake | 2 +-
lib/xray/CMakeLists.txt | 6 +
lib/xray/xray_interface.cc | 2 +
lib/xray/xray_powerpc64.cc | 95 +++++++++++++
lib/xray/{xray_x86_64.inc => xray_powerpc64.inc} | 20 +--
lib/xray/xray_trampoline_powerpc64.S | 171 +++++++++++++++++++++++
lib/xray/xray_trampoline_powerpc64.cc | 15 ++
lib/xray/xray_tsc.h | 2 +
8 files changed, 304 insertions(+), 9 deletions(-)
create mode 100644 lib/xray/xray_powerpc64.cc
copy lib/xray/{xray_x86_64.inc => xray_powerpc64.inc} (66%)
create mode 100644 lib/xray/xray_trampoline_powerpc64.S
create mode 100644 lib/xray/xray_trampoline_powerpc64.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 gcc.
from 5f85ac0 PR c++/79457 * g++.dg/cpp0x/pr79457.C: New test.
new 01d47b1 2017-02-10 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
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 | 5 +++++
gcc/config/rs6000/altivec.md | 8 ++++----
2 files changed, 9 insertions(+), 4 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 zorg.
from 9cedf9d Escape percent sign.
new 790b9b5 Add "#llvm-build" IRC channel: An alternative place for bots [...]
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:
buildbot/osuosl/master/config/status.py | 3 ++-
1 file changed, 2 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 00d9a94 Fix yet another Apple buildit bug
new ebf66a3 Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.
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/experimental/numeric | 27 ++++++++++++--------
include/numeric | 29 +++++++++++++---------
.../numeric.ops/numeric.ops.gcd/gcd.pass.cpp | 7 ++++++
.../numeric.ops/numeric.ops.lcm/lcm.pass.cpp | 8 ++++++
.../numeric.ops/numeric.ops.gcd/gcd.pass.cpp | 1 -
.../numeric.ops/numeric.ops.lcm/lcm.pass.cpp | 8 +++---
6 files changed, 52 insertions(+), 28 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 143b329 PR c++/78908 - template ops and bitfields
new 5f85ac0 PR c++/79457 * g++.dg/cpp0x/pr79457.C: New test.
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr79457.C | 24 ++++++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr79457.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 clang.
from a0274b7 [c++1z] Disallow deduction guides with deduced types that don [...]
new d4bb5a2 [c++1z] Enforce restriction that deduction guide is declared [...]
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/clang/Basic/DiagnosticSemaKinds.td | 2 ++
include/clang/Sema/Sema.h | 12 +-----------
lib/Sema/SemaDeclCXX.cpp | 15 ++++++++++++++-
lib/Sema/SemaTemplate.cpp | 31 ++++++++++++++++++++++++++++++
test/CXX/temp/temp.deduct.guide/p3.cpp | 20 +++++++++----------
5 files changed, 58 insertions(+), 22 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 fc4a9bf Remove strict tid checks from the mac implementation of Block [...]
new 324a908 [XRay] Refactor TSC related functions into a single header. NFC.
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_AArch64.cc | 14 -----------
lib/xray/xray_arm.cc | 14 -----------
lib/xray/xray_fdr_logging.cc | 13 +++-------
lib/xray/xray_inmemory_log.cc | 13 +++-------
lib/xray/xray_interface_internal.h | 2 --
lib/xray/{xray_emulate_tsc.h => xray_tsc.h} | 25 ++++++++++++++++--
lib/xray/xray_utils.cc | 39 -----------------------------
lib/xray/xray_utils.h | 3 ---
lib/xray/xray_x86_64.cc | 14 +++++------
lib/xray/{xray_x86_64.h => xray_x86_64.inc} | 8 +++---
10 files changed, 39 insertions(+), 106 deletions(-)
rename lib/xray/{xray_emulate_tsc.h => xray_tsc.h} (53%)
rename lib/xray/{xray_x86_64.h => xray_x86_64.inc} (85%)
--
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 ef78236 PR c++/78897 - constexpr union
new 143b329 PR c++/78908 - template ops and bitfields
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/cp/ChangeLog | 3 +++
gcc/cp/tree.c | 2 +-
gcc/testsuite/g++.dg/template/bitfield3.C | 20 ++++++++++++++++++++
3 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/bitfield3.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 lld.
from 548cd5e [CMake] Fix pthread handling for out-of-tree builds
new 1b7ee09 Relax tests a bit.
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/ELF/relocatable-common.s | 12 ++++++------
test/ELF/relocatable.s | 2 +-
2 files changed, 7 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 binutils-gdb.
from b964bee Fix Python test to use lowercase command
new 0b145e37 Remove unused variable in rust-lang.c
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/ChangeLog | 4 ++++
gdb/rust-lang.c | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.