This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch round-robin
in repository toolchain/jenkins-scripts.
from 680dbc8 Round-robin wip.
new 740e8ba tcwg-trigger-rr-gnu-master.sh: New job script.
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:
tcwg-trigger-rr-gnu-master.sh | 58 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
create mode 100644 tcwg-trigger-rr-gnu-master.sh
--
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 release/2.28/master
in repository glibc.
from 4b25485f03 Linux: Rewrite __old_getdents64 [BZ #23497]
new d05b05d157 error, error_at_line: Add missing va_end calls
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:
ChangeLog | 5 +++++
misc/error.c | 2 ++
2 files changed, 7 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 llvm.
from 7525376ccf3 Test commit: fix punctuation
new 1fb2ad5ddc4 [RISCV] Fix incorrect use of MCInstBuilder
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/RISCV/AsmParser/RISCVAsmParser.cpp | 14 ++++++--------
1 file changed, 6 insertions(+), 8 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 0da238081a [analyzer][UninitializedObjectChecker] Void pointers are cas [...]
new 506d271ddd [analyzer] Made a buildbot happy.
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:
.../Checkers/UninitializedObject/UninitializedPointee.cpp | 6 ++++--
1 file changed, 4 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 clang.
from b8ef97085a [X86] Lowering addus/subus intrinsics to native IR
new 0da238081a [analyzer][UninitializedObjectChecker] Void pointers are cas [...]
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:
.../UninitializedObject/UninitializedPointee.cpp | 42 ++++++++++++++++++++--
test/Analysis/cxx-uninitialized-object-ptr-ref.cpp | 12 +++----
2 files changed, 46 insertions(+), 8 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 35b2115503a [ARM] ParallelDSP: add option to enable/disable the pass
new 8ec69ac247c [X86] Lowering addus/subus intrinsics to native IR
new 7525376ccf3 Test commit: fix punctuation
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/llvm/IR/IntrinsicsX86.td | 60 --
lib/IR/AutoUpgrade.cpp | 49 +-
.../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 160 +++++
lib/Target/X86/X86IntrinsicsInfo.h | 20 -
test/CodeGen/X86/avx2-intrinsics-canonical.ll | 167 +++++
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 36 +-
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 104 +++
test/CodeGen/X86/avx2-intrinsics-x86.ll | 158 +---
test/CodeGen/X86/avx512bw-intrinsics-canonical.ll | 308 ++++++++
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 208 ++++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 197 -----
.../CodeGen/X86/avx512bwvl-intrinsics-canonical.ll | 669 +++++++++++++++++
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 800 +++++++++++++++++++++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 797 --------------------
test/CodeGen/X86/sse2-intrinsics-canonical.ll | 274 +++++++
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 72 +-
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 84 +++
test/CodeGen/X86/sse2-intrinsics-x86.ll | 84 ---
19 files changed, 2922 insertions(+), 1327 deletions(-)
create mode 100644 test/CodeGen/X86/avx2-intrinsics-canonical.ll
create mode 100644 test/CodeGen/X86/avx512bw-intrinsics-canonical.ll
create mode 100644 test/CodeGen/X86/avx512bwvl-intrinsics-canonical.ll
create mode 100644 test/CodeGen/X86/sse2-intrinsics-canonical.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 release_70
in repository llvm.
from 18c17c48748 Merging r339411: ------------------------------------------ [...]
new 1415ff0e985 [ReleaseNotes] Mention various windows related changes in 7.0
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/ReleaseNotes.rst | 36 ++++++++++++++++++++++++++++++++----
1 file changed, 32 insertions(+), 4 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 731b1c80ca [CStringSyntaxChecker] Check strlcat sizeof check
new b8ef97085a [X86] Lowering addus/subus intrinsics to native IR
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 | 48 ++++++++++++++++++-
test/CodeGen/avx2-builtins.c | 20 ++++++--
test/CodeGen/avx512bw-builtins.c | 98 +++++++++++++++++++++++++++-----------
test/CodeGen/avx512vlbw-builtins.c | 80 ++++++++++++++++++++++++-------
test/CodeGen/sse2-builtins.c | 20 ++++++--
5 files changed, 214 insertions(+), 52 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 release_70
in repository clang.
from 7cdbd490e2 Merging r339264: ------------------------------------------- [...]
new 5acbb5ed5f [ReleaseNotes] Mention one Windows specific change for 7.0
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/ReleaseNotes.rst | 6 ++++++
1 file changed, 6 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 lldb.
from fdd659859 Update TestTargetXMLArch.py test for llvm triple change with [...]
new 47392bbc1 [PDB] Parse UDT symbols and pointers to members (combined patch)
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/lldb/Symbol/ClangASTContext.h | 2 +
lit/SymbolFile/PDB/Inputs/ClassLayoutTest.cpp | 111 ++++++
lit/SymbolFile/PDB/Inputs/PointerTypeTest.cpp | 23 ++
lit/SymbolFile/PDB/Inputs/UdtLayoutTest.cpp | 61 ++++
lit/SymbolFile/PDB/Inputs/UdtLayoutTest.script | 4 +
lit/SymbolFile/PDB/class-layout.test | 92 +++++
lit/SymbolFile/PDB/pointers.test | 38 ++
lit/SymbolFile/PDB/udt-layout.test | 51 +++
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 91 +----
source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 393 ++++++++++++++++++++-
source/Plugins/SymbolFile/PDB/PDBASTParser.h | 38 ++
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 29 +-
source/Symbol/ClangASTContext.cpp | 110 +++++-
13 files changed, 926 insertions(+), 117 deletions(-)
create mode 100644 lit/SymbolFile/PDB/Inputs/ClassLayoutTest.cpp
create mode 100644 lit/SymbolFile/PDB/Inputs/PointerTypeTest.cpp
create mode 100644 lit/SymbolFile/PDB/Inputs/UdtLayoutTest.cpp
create mode 100644 lit/SymbolFile/PDB/Inputs/UdtLayoutTest.script
create mode 100644 lit/SymbolFile/PDB/class-layout.test
create mode 100644 lit/SymbolFile/PDB/pointers.test
create mode 100644 lit/SymbolFile/PDB/udt-layout.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.