This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from be57045855 Test commit access: remove superflous spaces
new 983ac4e991 [CodeComplete] Expose helpers to get RawComment of completio [...]
new bfc7cfab82 [AST] Added a helper to extract a user-friendly text of a comment.
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:
include/clang/AST/CommentLexer.h | 21 +--
include/clang/AST/RawCommentList.h | 24 +++
include/clang/Sema/CodeCompleteConsumer.h | 18 +++
lib/AST/CommentLexer.cpp | 246 ++++++++++++++++--------------
lib/AST/RawCommentList.cpp | 91 +++++++++++
lib/Sema/SemaCodeComplete.cpp | 92 +++++++----
unittests/AST/CMakeLists.txt | 1 +
unittests/AST/CommentTextTest.cpp | 122 +++++++++++++++
8 files changed, 459 insertions(+), 156 deletions(-)
create mode 100644 unittests/AST/CommentTextTest.cpp
--
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 497612bb [clangd] Filter out private proto symbols in SymbolCollector.
new 7b92c28a [clangd] Retrieve minimally formatted comment text in completion.
new cee9cd8b [clangd] Parse all comments in Sema and completion.
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/ClangdUnit.cpp | 2 ++
clangd/CodeComplete.cpp | 44 +++++++++++++++++--------
clangd/CodeComplete.h | 6 ++--
clangd/CodeCompletionStrings.cpp | 38 +++++++++++++++++++--
clangd/CodeCompletionStrings.h | 29 ++++++++++++++--
clangd/index/SymbolCollector.cpp | 8 +++--
unittests/clangd/CodeCompleteTests.cpp | 32 +++++++++++++++---
unittests/clangd/CodeCompletionStringsTests.cpp | 15 +++++----
unittests/clangd/SymbolCollectorTests.cpp | 10 +++---
9 files changed, 140 insertions(+), 44 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 b7b63b08 [clangd] Fix a link failure in unittests
new 497612bb [clangd] Filter out private proto symbols in SymbolCollector.
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/index/SymbolCollector.cpp | 43 +++++++++++++++++++++++++++++++
unittests/clangd/SymbolCollectorTests.cpp | 35 +++++++++++++++++++++++++
2 files changed, 78 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 binutils-gdb.
from ff329288d5 Fix disassembly mask for vector sdot on AArch64.
new 7cf7fcc83c PR22458, failure to choose a matching ELF target
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:
bfd/ChangeLog | 19 +++++++++++++++++++
bfd/bfd-in2.h | 2 --
bfd/elf64-ppc.c | 2 +-
bfd/format.c | 24 +++++++++++++++---------
bfd/libbfd-in.h | 3 +++
bfd/libbfd.h | 3 +++
bfd/section.c | 23 +++--------------------
7 files changed, 44 insertions(+), 32 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 cb037efeac2 [SimplifyLibcalls] Replace locked IO with unlocked IO
new f8b36841ee3 AMDGPU: Custom lower v4i16/v4f16 vector operations
new f392447b194 [llvm-exegesis] Fix unused variable warning in release mode.
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/Target/AMDGPU/AMDGPUISelLowering.cpp | 22 +++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 +
lib/Target/AMDGPU/SIISelLowering.cpp | 116 ++++++++++++---
lib/Target/AMDGPU/SIISelLowering.h | 1 +
test/CodeGen/AMDGPU/extload-align.ll | 8 +-
test/CodeGen/AMDGPU/extract_vector_elt-f16.ll | 85 ++++++-----
test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 57 +++-----
test/CodeGen/AMDGPU/insert_vector_elt.ll | 27 ----
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 187 ++++++++++++++++++++++++-
test/CodeGen/AMDGPU/min.ll | 4 +-
tools/llvm-exegesis/lib/Analysis.cpp | 2 +-
11 files changed, 382 insertions(+), 131 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 ad35972bde [diagtool] Add diagtool to install target.
new be57045855 Test commit access: remove superflous spaces
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/AST/ASTImporter.cpp | 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 binutils-2_30-branch
in repository binutils-gdb.
from 8259b37b2a Automatic date update in version.in
new 238fb05ff0 Fix disassembly mask for vector sdot on AArch64.
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:
opcodes/ChangeLog | 8 ++
opcodes/aarch64-dis-2.c | 336 +++++++++++++++++++++++++-----------------------
opcodes/aarch64-tbl.h | 4 +-
3 files changed, 188 insertions(+), 160 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 4e8768feafb [X86] Split WriteCvtI2F/WriteCvtF2I into I<->F32 and I<->F6 [...]
new cb037efeac2 [SimplifyLibcalls] Replace locked IO with unlocked IO
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/TargetLibraryInfo.def | 27 ++++
include/llvm/Transforms/Utils/BuildLibCalls.h | 33 +++-
include/llvm/Transforms/Utils/SimplifyLibCalls.h | 4 +
lib/Analysis/TargetLibraryInfo.cpp | 42 ++++-
lib/Transforms/Utils/BuildLibCalls.cpp | 124 ++++++++++++++
lib/Transforms/Utils/SimplifyLibCalls.cpp | 112 ++++++++++---
test/Transforms/InferFunctionAttrs/annotate.ll | 6 +
test/Transforms/InstCombine/unlocked-stdio.ll | 197 +++++++++++++++++++++++
unittests/Analysis/TargetLibraryInfoTest.cpp | 9 ++
9 files changed, 533 insertions(+), 21 deletions(-)
create mode 100644 test/Transforms/InstCombine/unlocked-stdio.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 binutils-gdb.
from 0255c1a349 Automatic date update in version.in
new ff329288d5 Fix disassembly mask for vector sdot on AArch64.
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:
opcodes/ChangeLog | 6 +
opcodes/aarch64-dis-2.c | 336 +++++++++++++++++++++++++-----------------------
opcodes/aarch64-tbl.h | 4 +-
3 files changed, 186 insertions(+), 160 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 f733c11f7a9 [LoopUnroll] Split out simplify code after Unroll into a ne [...]
new 4e8768feafb [X86] Split WriteCvtI2F/WriteCvtF2I into I<->F32 and I<->F6 [...]
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/X86Instr3DNow.td | 8 +-
lib/Target/X86/X86InstrAVX512.td | 214 ++++++++++++++++----------------
lib/Target/X86/X86InstrMMX.td | 14 +--
lib/Target/X86/X86InstrSSE.td | 146 +++++++++++-----------
lib/Target/X86/X86SchedBroadwell.td | 16 ++-
lib/Target/X86/X86SchedHaswell.td | 16 ++-
lib/Target/X86/X86SchedSandyBridge.td | 16 ++-
lib/Target/X86/X86SchedSkylakeClient.td | 16 ++-
lib/Target/X86/X86SchedSkylakeServer.td | 84 ++-----------
lib/Target/X86/X86Schedule.td | 29 ++++-
lib/Target/X86/X86ScheduleAtom.td | 37 +++---
lib/Target/X86/X86ScheduleBtVer2.td | 71 +++--------
lib/Target/X86/X86ScheduleSLM.td | 16 ++-
lib/Target/X86/X86ScheduleZnver1.td | 14 ++-
14 files changed, 338 insertions(+), 359 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.