This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b92b0b860c7 [XRay] Update XRayRecord to support Custom/Typed Events
new d16e7d93840 [NFC] Turn collectTransitivePredecessors into a static function
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/Analysis/MustExecute.h | 7 -------
lib/Analysis/MustExecute.cpp | 7 +++++--
2 files changed, 5 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 clang.
from c46cbd2c47 Cast to uint64_t instead of to unsigned.
new 63ac0c95c9 T was unused on assertion disabled builds.
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/CGBuiltin.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allmodconfig
in repository toolchain/binutils-gdb.
from 9194830699 Automatic date update in version.in
adds 3d0d35cab5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allnoconfig
in repository toolchain/binutils-gdb.
from 9194830699 Automatic date update in version.in
adds 3d0d35cab5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-defconfig
in repository toolchain/binutils-gdb.
from 713f1b445a Automatic date update in version.in
adds e60f4d3bda x86: Disable GOT relaxation with data prefix
adds a4749e56ca Correct ChangeLog entries for PR gas/23854 commit
adds 8e6a5953e1 Fix 4K leak in open_source_file each time next/step changes [...]
adds bb20ccab70 ChangeLog for 'Fix 4K leak each time next/step changes of fu [...]
adds 50cab6efce Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 7 ++++++
gas/config/tc-i386.c | 13 ++++++------
gas/testsuite/gas/i386/mixed-mode-reloc32.d | 2 +-
gdb/ChangeLog | 6 ++++++
gdb/source.c | 3 ++-
ld/ChangeLog | 11 ++++++++++
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/pr23854.d | 28 ++++++++++++++++++++++++
ld/testsuite/ld-i386/pr23854.s | 33 +++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr23854.d | 28 ++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr23854.s | 33 +++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 1 +
13 files changed, 159 insertions(+), 9 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr23854.d
create mode 100644 ld/testsuite/ld-i386/pr23854.s
create mode 100644 ld/testsuite/ld-x86-64/pr23854.d
create mode 100644 ld/testsuite/ld-x86-64/pr23854.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 bd5ea2b6c23 [LICM] Remove too conservative IsMustExecute variable
new b92b0b860c7 [XRay] Update XRayRecord to support Custom/Typed Events
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/XRay/FDRTraceExpander.h | 4 +--
include/llvm/XRay/XRayRecord.h | 23 ++++++++++++--
include/llvm/XRay/YAMLXRayRecord.h | 9 ++++--
lib/XRay/FDRTraceExpander.cpp | 20 +++++++++---
lib/XRay/Profile.cpp | 6 ++++
lib/XRay/RecordPrinter.cpp | 4 +++
lib/XRay/Trace.cpp | 5 +--
.../llvm-xray/X86/convert-basic-arg1-to-yaml.txt | 8 ++---
.../convert-basic-log-arg1-version3-to-yaml.txt | 12 ++++----
.../X86/convert-basic-log-version3-to-yaml.txt | 16 +++++-----
.../llvm-xray/X86/convert-fdr-arg1-to-yaml.txt | 4 +--
.../X86/convert-fdr-log-arg1-version3-to-yaml.txt | 12 ++++----
.../X86/convert-fdr-log-version3-to-yaml.txt | 12 ++++----
test/tools/llvm-xray/X86/convert-fdr-to-yaml.txt | 26 ++++++++--------
test/tools/llvm-xray/X86/convert-roundtrip.yaml | 4 +--
test/tools/llvm-xray/X86/convert-to-yaml.txt | 12 ++++----
.../llvm-xray/X86/convert-with-debug-syms.txt | 12 ++++----
.../X86/convert-with-standalone-instrmap.txt | 12 ++++----
.../llvm-xray/X86/convert-with-yaml-instrmap.txt | 12 ++++----
tools/llvm-xray/xray-account.cpp | 36 ++++++++++++++--------
tools/llvm-xray/xray-converter.cpp | 21 ++++++++++---
tools/llvm-xray/xray-graph.cpp | 4 +++
tools/llvm-xray/xray-stacks.cpp | 3 ++
23 files changed, 173 insertions(+), 104 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 3f39f6edf Disable XRay test fork_basic_logging for NetBSD
new 01a13c569 [XRay] Update XRayRecord to support Custom/Typed Events
new 4e15ada76 [sanitizer] Use AT_EXECFN in ReExec() if available
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:
lib/sanitizer_common/sanitizer_linux.cc | 4 ++++
lib/xray/tests/unit/fdr_controller_test.cc | 5 +++-
lib/xray/tests/unit/test_helpers.cc | 4 ++++
test/msan/Linux/reexec_unlimited_stack.cc | 23 ++++++++++++++++++
test/xray/TestCases/Posix/basic-filtering.cc | 4 ++--
test/xray/TestCases/Posix/fdr-mode.cc | 32 ++++++++++++-------------
test/xray/TestCases/Posix/fdr-single-thread.cc | 4 ++--
test/xray/TestCases/Posix/fdr-thread-order.cc | 8 +++----
test/xray/TestCases/Posix/fork_basic_logging.cc | 18 +++++++-------
9 files changed, 68 insertions(+), 34 deletions(-)
create mode 100644 test/msan/Linux/reexec_unlimited_stack.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/binutils-gdb.
from 9194830699 Automatic date update in version.in
adds 3d0d35cab5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.