This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b9ae8b0 Fix covered-switch-default warning
new 304a0b4 [libFuzzer] add -print_coverage=1 flag to print coverage dire [...]
new ae55aa0 [AVX-512] Stop lowering avx512_mask_sqrt intrinsics to ISD:FS [...]
new 1b68ca9 [AVX-512] Don't lower CVTPD2PS intrinsics to ISD::FP_ROUND wi [...]
The 3 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/SelectionDAG/SelectionDAG.cpp | 3 ++-
lib/Fuzzer/FuzzerDriver.cpp | 1 +
lib/Fuzzer/FuzzerFlags.def | 3 ++-
lib/Fuzzer/FuzzerInternal.h | 7 +++++++
lib/Fuzzer/FuzzerLoop.cpp | 13 ++++---------
lib/Fuzzer/FuzzerTracePC.cpp | 11 +++++++++++
lib/Fuzzer/FuzzerUtil.cpp | 12 ++++++++++++
lib/Fuzzer/test/coverage.test | 7 +++++++
lib/Fuzzer/test/trace-pc/CMakeLists.txt | 1 +
lib/Target/X86/X86ISelLowering.cpp | 25 +++++++++++++++++++++++++
lib/Target/X86/X86IntrinsicsInfo.h | 10 +++++-----
11 files changed, 77 insertions(+), 16 deletions(-)
create mode 100644 lib/Fuzzer/test/coverage.test
--
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 glibc.
from 09cb278 nptl: Consolidate sem_init implementations
new d952597 hurd: fix pathconf visibility
new 455d6e4 hurd: fix fcntl visibility
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 | 5 +++++
intl/dcigettext.c | 2 +-
sysdeps/posix/dup.c | 2 +-
3 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 llvm.
from 08a3649 [CostModel][X86] Added scalar float op costs
new b9ae8b0 Fix covered-switch-default warning
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/Instrumentation/PGOInstrumentation.cpp | 9 ++++-----
1 file changed, 4 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.
unknown user pushed a change to branch master
in repository llvm.
from 04a2b34 Rename tests
new 08a3649 [CostModel][X86] Added scalar float op costs
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/Analysis/CostModel/X86/arith-fp.ll | 592 ++++++++++++++++++--------------
1 file changed, 340 insertions(+), 252 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 45d1e6d [X86] Fix typo in comment. NFC
new 04a2b34 Rename tests
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/Transforms/SLPVectorizer/X86/sqrt.ll | 36 +++++++++++++++----------------
1 file changed, 18 insertions(+), 18 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 ab43022 [Profile] Implement select instruction instrumentation in IR PGO
new 760a2d0 Fix built bot failure
new 4153ca5 [AVX-512] Remove COPY_TO_REGCLASS from a few patterns that al [...]
new 0486347 [AVX-512] Add memory load patterns for the legacy SSE scalar [...]
new 45d1e6d [X86] Fix typo in comment. NFC
The 4 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/X86ISelLowering.cpp | 2 +-
lib/Target/X86/X86InstrAVX512.td | 33 ++++++++++++++++------
.../Instrumentation/PGOInstrumentation.cpp | 2 +-
3 files changed, 26 insertions(+), 11 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 305b3f3 [Loop Vectorizer] Consecutive memory access - fixed and simplified
new ab43022 [Profile] Implement select instruction instrumentation in IR PGO
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/LangRef.rst | 31 +++++
include/llvm/IR/IntrinsicInst.h | 11 ++
include/llvm/IR/Intrinsics.td | 6 +
lib/Transforms/Instrumentation/InstrProfiling.cpp | 20 ++-
.../Instrumentation/PGOInstrumentation.cpp | 142 +++++++++++++++++++--
test/Transforms/PGOProfile/Inputs/select1.proftext | 8 ++
test/Transforms/PGOProfile/select1.ll | 34 +++++
7 files changed, 241 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/PGOProfile/Inputs/select1.proftext
create mode 100644 test/Transforms/PGOProfile/select1.ll
--
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 b868c23 gcc/testsuite/ * gcc.target/i386/pr68633.c: Fix expected result.
new a18b7a3 * passes.def (pass_early_thread_jumps): Schedule after forwp [...]
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 | 11 +++
gcc/passes.def | 1 +
gcc/testsuite/ChangeLog | 14 +++
gcc/testsuite/g++.dg/predict-loop-exit-1.C | 2 +-
gcc/testsuite/g++.dg/predict-loop-exit-2.C | 2 +-
gcc/testsuite/g++.dg/predict-loop-exit-3.C | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr68198.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/pr69196-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-2b.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-thread-13.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp01.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp56.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp92.c | 2 +-
gcc/testsuite/gcc.dg/uninit-15.c | 10 +--
gcc/tree-pass.h | 1 +
gcc/tree-ssa-threadbackward.c | 100 ++++++++++++++++++----
16 files changed, 128 insertions(+), 35 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 d2ea2d9 clang-format: [JS] ASI insertion after boolean literals.
new 9022240 clang-format: [JS] Do not wrap taze annotation comments.
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/Format/Format.cpp | 2 +-
unittests/Format/FormatTestJS.cpp | 6 ++++++
2 files changed, 7 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 clang.
from f293c78 CodeGen: mark ObjC cstring literals as unnamed_addr
new d2ea2d9 clang-format: [JS] ASI insertion after boolean literals.
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/Format/UnwrappedLineParser.cpp | 4 +++-
unittests/Format/FormatTestJS.cpp | 12 ++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.