This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aab21a79d19 [X86] Remove wrong ReadAdvance from multiclass sse_fp_unop_s.
new 9b1f6880c1b Re-push "[Option] Fix PR37006 prefix choice in findNearest"
new 5ca8be39d26 [SLC] Support expanding pow(x, n+0.5) to x * x * ... * sqrt(x)
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/Option/OptTable.cpp | 48 +++++++-------
lib/Transforms/Utils/SimplifyLibCalls.cpp | 66 +++++++++++++++----
test/Transforms/InstCombine/pow-4.ll | 106 ++++++++++++++++++++++++++++++
unittests/Option/OptionParsingTest.cpp | 4 ++
unittests/Option/Opts.td | 1 +
5 files changed, 187 insertions(+), 38 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 openmp.
from 7512891 [OPENMP][NVPTX] Replace assert() by ASSERT0() macro, NFC.
new f45f0fd [libomptarget][NVPTX] Fix __kmpc_spmd_kernel_deinit
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:
libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu | 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 8c16143cce9 qsort_chk: call from gcc_qsort instead of wrapping it
new ad5d5929e0b introduce gcc_stablesort
new 207c43a2e4a tree-loop-distribution: convert to gcc_stablesort
new bd160c04bbc bb-reorder: convert to gcc_stablesort
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:
gcc/ChangeLog | 20 ++++++++++++++++++++
gcc/bb-reorder.c | 20 +++++++++++++-------
gcc/sort.cc | 15 +++++++++++++--
gcc/system.h | 2 ++
gcc/tree-loop-distribution.c | 17 +++++++++--------
5 files changed, 57 insertions(+), 17 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 f4bf809d309 Add header guards to some headers that are missing them
new aab21a79d19 [X86] Remove wrong ReadAdvance from multiclass sse_fp_unop_s.
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/X86InstrSSE.td | 2 +-
test/tools/llvm-mca/X86/sqrt-rsqrt-rcp-memop.s | 176 +++++++++++++------------
2 files changed, 90 insertions(+), 88 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 1bd1aa451d5 rs6000: lxsdux / stxsdux do not exist
new 8c16143cce9 qsort_chk: call from gcc_qsort instead of wrapping it
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 | 6 ++++++
gcc/sort.cc | 3 +++
gcc/system.h | 8 ++------
gcc/vec.c | 13 ++-----------
4 files changed, 13 insertions(+), 17 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-tools-extra.
from 9c25343e [clangd] Avoid crashes in override completions
new c4e89dc6 [clangd] Some nitpicking around the new split (preamble/main) [...]
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:
clangd/ClangdServer.cpp | 61 +++++++++++++++++++++++++----------
clangd/ClangdServer.h | 11 ++++---
clangd/ClangdUnit.cpp | 2 +-
clangd/ClangdUnit.h | 4 +--
clangd/CodeComplete.cpp | 4 +--
clangd/CodeComplete.h | 12 ++++---
clangd/TUScheduler.cpp | 26 +++++++--------
clangd/TUScheduler.h | 6 ++--
unittests/clangd/FileIndexTests.cpp | 5 ++-
unittests/clangd/TUSchedulerTests.cpp | 20 ++++++------
10 files changed, 88 insertions(+), 63 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 24b52d3cc6d DAG: Handle extract_vector_elt in isKnownNeverNaN
new f4bf809d309 Add header guards to some headers that are missing them
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/IndirectCallSiteVisitor.h | 5 +++++
lib/Target/ARM/ARMMacroFusion.h | 5 +++++
lib/Target/X86/X86MacroFusion.h | 5 +++++
.../AggressiveInstCombine/AggressiveInstCombineInternal.h | 5 +++++
tools/dsymutil/CFBundle.h | 5 +++++
tools/dsymutil/CompileUnit.h | 6 +++---
tools/dsymutil/DeclContext.h | 6 +++---
tools/dsymutil/DwarfStreamer.h | 6 +++---
unittests/ADT/TestGraph.h | 6 +++---
unittests/tools/llvm-exegesis/Common/AssemblerUtils.h | 5 +++++
10 files changed, 42 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 binutils-gdb.
from 78a3b0fab8 gdb/riscv: Provide non-DWARF stack unwinder
new 8744470dea Change the .section directive for the AVR assembler so that [...]
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 | 7 +++++++
gas/config/tc-avr.c | 19 +++++++++++++++++++
2 files changed, 26 insertions(+)
--
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 1580b4793d8 PR libstdc++/78179 run long double tests separately
new 1bd1aa451d5 rs6000: lxsdux / stxsdux do not exist
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/config/rs6000/rs6000.md | 8 ++++----
gcc/config/rs6000/vsx.md | 2 +-
3 files changed, 12 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 clang-tools-extra.
from 7e0ee20b [clangd] Handle errors before checking for cancelltion
new 765b4913 [clangd] Fix ambiguous make_unique with c++17. NFC
new 9c25343e [clangd] Avoid crashes in override completions
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:
clangd/CodeComplete.cpp | 6 +++---
unittests/clangd/CodeCompleteTests.cpp | 15 +++++++++++++++
unittests/clangd/IndexTests.cpp | 10 +++++-----
3 files changed, 23 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.