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 e7ab4a270 [XRay][compiler-rt] Profiling Mode: Flush logs on exit
new 90e8e1b00 [XRay][compiler-rt] Add PID field to llvm-xray tool and add P [...]
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/tests/unit/fdr_logging_test.cc | 6 ++---
lib/xray/xray_basic_logging.cc | 4 +++-
lib/xray/xray_fdr_log_records.h | 1 +
lib/xray/xray_fdr_logging.cc | 22 +++++++++++++----
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 +++++++-------
8 files changed, 55 insertions(+), 40 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 d7404db35da Daily bump.
new ad3d7ab96fc gcc/ChangeLog:
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 | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr86489.c | 12 ++++++++++++
gcc/tree-ssa-loop-niter.c | 1 +
4 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr86489.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 llvm.
from bc2f48c38d3 [DomTreeUpdater] Ignore updates when both DT and PDT are nullptrs
new 8383d4d295e [X86] Remove isel patterns that turns packed add/sub/mul/di [...]
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/Target/X86/X86InstrAVX512.td | 36 +-
lib/Target/X86/X86InstrSSE.td | 38 +-
test/CodeGen/X86/sse-scalar-fp-arith.ll | 1104 ++++++++++++++++++++++---------
3 files changed, 833 insertions(+), 345 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 06374543 [FileCheck] Add -allow-deprecated-dag-overlap to failing test [...]
new 8e00869a [XRay][test-suite] Benchmarks for profiling mode 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:
MicroBenchmarks/XRay/CMakeLists.txt | 1 +
MicroBenchmarks/XRay/ProfilingMode/CMakeLists.txt | 20 +++
.../XRay/ProfilingMode/deep-call-bench.cc | 90 +++++++++++++
.../XRay/ProfilingMode/shallow-call-bench.cc | 84 ++++++++++++
.../XRay/ProfilingMode/wide-call-bench.cc | 142 +++++++++++++++++++++
5 files changed, 337 insertions(+)
create mode 100644 MicroBenchmarks/XRay/ProfilingMode/CMakeLists.txt
create mode 100644 MicroBenchmarks/XRay/ProfilingMode/deep-call-bench.cc
create mode 100644 MicroBenchmarks/XRay/ProfilingMode/shallow-call-bench.cc
create mode 100644 MicroBenchmarks/XRay/ProfilingMode/wide-call-bench.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 9074a87ea5f [FileCheck] Implement -v and -vv for tracing matches
new bc2f48c38d3 [DomTreeUpdater] Ignore updates when both DT and PDT are nullptrs
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/IR/DomTreeUpdater.h | 43 ++++++++++++++++++++-----------------
lib/IR/DomTreeUpdater.cpp | 43 +++++++++++++++++++++++++------------
unittests/IR/DomTreeUpdaterTest.cpp | 10 ++++-----
3 files changed, 57 insertions(+), 39 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 ce37cc940 [fuzzer] [tests] Increase the number of iterations for three- [...]
new e7ab4a270 [XRay][compiler-rt] Profiling Mode: Flush logs on exit
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_profile_collector.cc | 81 +++++++++++++++-------
lib/xray/xray_profiling.cc | 30 ++++++--
lib/xray/xray_profiling_flags.inc | 2 +-
.../TestCases/Posix/profiling-multi-threaded.cc | 2 +-
.../TestCases/Posix/profiling-single-threaded.cc | 2 +-
5 files changed, 81 insertions(+), 36 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 8a35df349b4 [InstCombine] return when SimplifyAssociativeOrCommutative [...]
new 9074a87ea5f [FileCheck] Implement -v and -vv for tracing matches
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:
docs/CommandGuide/FileCheck.rst | 10 ++
test/FileCheck/check-empty.txt | 2 +-
test/FileCheck/check-label-dag.txt | 2 +-
.../check-multiple-prefixes-nomatch-2.txt | 2 +-
test/FileCheck/check-multiple-prefixes-nomatch.txt | 2 +-
test/FileCheck/check-not-diaginfo.txt | 5 +-
test/FileCheck/defines.txt | 13 +-
test/FileCheck/implicit-check-not.txt | 28 ++--
test/FileCheck/match-full-lines.txt | 10 +-
test/FileCheck/verbose.txt | 115 ++++++++++++++
utils/FileCheck/FileCheck.cpp | 170 +++++++++++++++++----
11 files changed, 300 insertions(+), 59 deletions(-)
create mode 100644 test/FileCheck/verbose.txt
--
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 d79789afc64 CodeGen: Remove pipeline dependencies on StackProtector; NFC
new 8a35df349b4 [InstCombine] return when SimplifyAssociativeOrCommutative [...]
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/Transforms/InstCombine/InstCombineAddSub.cpp | 11 +++--
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 18 +++++---
.../InstCombine/InstCombineMulDivRem.cpp | 11 +++--
test/Transforms/InstCombine/and-or-icmps.ll | 54 ++++++++++++++++++++++
4 files changed, 82 insertions(+), 12 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 2f2ebb2f3 [CMake] Fix a typo in the variable used to retrieve source fi [...]
new ce37cc940 [fuzzer] [tests] Increase the number of iterations for three- [...]
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/fuzzer/three-bytes.test | 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 gcc.
from 66a1e3c1696 PR testsuite/86510 - test case g++.dg/warn/pr86453.C fails [...]
new d7404db35da 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.