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 017000bfe [XRay][compiler-rt] Fix misspeling of XRaySledEntry
new 5f20748c2 [XRay][compiler-rt] Remove unused variable after refactoring
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_fdr_logging_impl.h | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 f9947480f [XRay][compiler-rt] Runtime changes to support custom event logging
new 017000bfe [XRay][compiler-rt] Fix misspeling of XRaySledEntry
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 | 2 +-
lib/xray/xray_arm.cc | 2 +-
2 files 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 libcxx.
from a12fdedd5 Fix XFAIL to reflect recent fixes in GCC
new 40e4fb68a Guard usage of libc++ regex internals inside 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:
test/std/re/re.traits/lookup_classname.pass.cpp | 68 ++++++++++++++++---------
1 file changed, 45 insertions(+), 23 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 a4f8991513 MIPS16/opcodes: Make the handling of BREAK and SDBBP consistent
new be3f100674 MIPS/GAS: Unify GP-relative percent-ops
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:
gas/ChangeLog | 10 ++++++++++
gas/config/tc-mips.c | 2 ++
gas/testsuite/gas/mips/elf-rel8-mips16.d | 8 +++++++-
gas/testsuite/gas/mips/elf-rel8-mips16.s | 7 +++++++
gas/testsuite/gas/mips/elf-rel8.d | 6 ++++++
gas/testsuite/gas/mips/elf-rel8.s | 6 ++++++
6 files changed, 38 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 compiler-rt.
from a5c91c22f [scudo] Use our own combined allocator
new f9947480f [XRay][compiler-rt] Runtime changes to support custom event logging
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/xray/xray_interface.h | 4 +
lib/xray/xray_AArch64.cc | 13 +-
lib/xray/xray_arm.cc | 12 +-
lib/xray/xray_fdr_log_records.h | 1 +
lib/xray/xray_fdr_logging.cc | 150 ++++++++++-----
lib/xray/xray_fdr_logging_impl.h | 223 ++++++++++++++--------
lib/xray/xray_interface.cc | 21 +-
lib/xray/xray_interface_internal.h | 2 +
lib/xray/xray_mips.cc | 9 +-
lib/xray/xray_mips64.cc | 8 +-
lib/xray/xray_powerpc64.cc | 6 +
lib/xray/xray_trampoline_x86_64.S | 46 ++++-
lib/xray/xray_x86_64.cc | 36 ++++
test/xray/TestCases/Linux/custom-event-logging.cc | 38 ++++
14 files changed, 429 insertions(+), 140 deletions(-)
create mode 100644 test/xray/TestCases/Linux/custom-event-logging.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 022fc8e3fd7 [XRay][lib] Support and temporarily skip over CustomEvent records
new 054c35d6a22 DWARF: Avoid cross-CU references under Fission
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/AsmPrinter/DwarfCompileUnit.cpp | 42 ++++-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 22 +++
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 89 ++++-----
lib/CodeGen/AsmPrinter/DwarfDebug.h | 20 +--
lib/CodeGen/AsmPrinter/DwarfFile.h | 4 +
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 4 +-
lib/CodeGen/AsmPrinter/DwarfUnit.h | 5 +-
.../X86/split-dwarf-cross-unit-reference.ll | 198 ++++++++++++++++++---
8 files changed, 289 insertions(+), 95 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 4dc3e3a6c27 [git-llvm] Fix svn:eol-style issue for one-file patches
new 022fc8e3fd7 [XRay][lib] Support and temporarily skip over CustomEvent records
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/Trace.cpp | 34 ++++++++++++++++++++++++++++++++--
1 file changed, 32 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 gcc.
from 939aa06fb0f os: use opendir64 and closedir64 on AIX
new 6d68866aa1d mksigtab.sh: recurse once when adding signals to SIGLIST
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/go/gofrontend/MERGE | 2 +-
libgo/mksigtab.sh | 7 ++++++-
2 files changed, 7 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 gcc.
from 2d5afa6108d * lib/gcc-dg.exp (schedule-cleanups): Add lang dump capability.
new 939aa06fb0f os: use opendir64 and closedir64 on AIX
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/go/gofrontend/MERGE | 2 +-
libgo/go/os/dir_gccgo.go | 6 ------
.../go/{syscall/libcall_aix.go => os/dir_libc64_gccgo.go} | 12 ++++++++----
.../testenv/testenv_cgo.go => os/dir_libc_gccgo.go} | 14 +++++++++-----
4 files changed, 18 insertions(+), 16 deletions(-)
copy libgo/go/{syscall/libcall_aix.go => os/dir_libc64_gccgo.go} (55%)
copy libgo/go/{internal/testenv/testenv_cgo.go => os/dir_libc_gccgo.go} (51%)
--
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 zack/scrap-nacl
in repository glibc.
at ce46f1e751 Remove vestiges of NaCl port from ARM assembly files.
This branch includes the following new commits:
new 65788579db Remove the bulk of the NaCl port.
new ce46f1e751 Remove vestiges of NaCl port from ARM assembly files.
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.