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 5f43b9ab [clangd] Adapt file migration in r332720
new 611089de Silence more truncation warnings; NFC.
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:
unittests/clangd/QualityTests.cpp | 10 +++++-----
1 file changed, 5 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.
tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from e3dda25 jenkins.sh: Handle the case were we have nothing to upload to [...]
adds 9a80c78 tcwg-llvm-build: Compress the tarball.
No new revisions were added by this update.
Summary of changes:
tcwg-llvm-build.sh | 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 llvm.
from 2e48b5a57e9 [X86][SSE] Ensure vector partial load/stores use the WriteV [...]
new 96a67f12563 [X86][BtVer2] Partial vector stores (inc MMX) have a 2cy latency
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/X86ScheduleBtVer2.td | 4 ++--
test/CodeGen/X86/mmx-schedule.ll | 2 +-
test/CodeGen/X86/sse-schedule.ll | 10 +++++-----
test/CodeGen/X86/sse2-schedule.ll | 24 ++++++++++++------------
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 16 ++++++++--------
test/tools/llvm-mca/X86/BtVer2/resources-mmx.s | 4 ++--
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 6 +++---
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 10 +++++-----
8 files changed, 38 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 clang-tools-extra.
from 265d8f46 Silence a truncation warning; NFC.
new 5f43b9ab [clangd] Adapt file migration in r332720
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/CMakeLists.txt | 1 +
clangd/Headers.h | 2 +-
2 files changed, 2 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 llvm.
from d35d2d4ce6f [X86][AVX] VEXTRACTF128mr store is a WriteFStoreX not WriteFStore
new 2e48b5a57e9 [X86][SSE] Ensure vector partial load/stores use the WriteV [...]
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 | 20 +++++++-------
lib/Target/X86/X86InstrMMX.td | 4 +--
lib/Target/X86/X86InstrSSE.td | 36 ++++++++++++-------------
lib/Target/X86/X86SchedBroadwell.td | 8 +-----
lib/Target/X86/X86SchedHaswell.td | 6 -----
lib/Target/X86/X86SchedSkylakeClient.td | 6 -----
lib/Target/X86/X86SchedSkylakeServer.td | 10 -------
test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 10 +++----
test/tools/llvm-mca/X86/BtVer2/resources-mmx.s | 6 ++---
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 10 +++----
test/tools/llvm-mca/X86/SLM/resources-mmx.s | 4 +--
test/tools/llvm-mca/X86/SLM/resources-sse2.s | 6 ++---
12 files changed, 49 insertions(+), 77 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 lldb.
from 7e059ae2e Add back #ifdef __APPLE__ to RegisterContextDarwin_xxx::NumSu [...]
new 3e371500b [DWARF] Extract indexing code into a separate class hierarchy
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:
.../Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp | 306 +++++++++
source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h | 74 +++
source/Plugins/SymbolFile/DWARF/CMakeLists.txt | 3 +
.../DWARF/DWARFAbbreviationDeclaration.cpp | 1 +
.../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 1 +
source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp | 31 +
source/Plugins/SymbolFile/DWARF/DWARFIndex.h | 71 ++
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 1 +
.../Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp | 278 ++++++++
source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h | 71 ++
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 730 ++-------------------
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 46 +-
12 files changed, 911 insertions(+), 702 deletions(-)
create mode 100644 source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
create mode 100644 source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h
create mode 100644 source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
create mode 100644 source/Plugins/SymbolFile/DWARF/DWARFIndex.h
create mode 100644 source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
create mode 100644 source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
--
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 f10aa0146b [VFS] Implement getRealPath for OverlayFileSystem.
new be7fed513b Move #include manipulation code to new lib/Tooling/Inclusions.
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/clang/Format/Format.h | 2 +-
include/clang/Tooling/{Core => Inclusions}/HeaderIncludes.h | 8 ++++----
include/clang/Tooling/{Core => Inclusions}/IncludeStyle.h | 6 +++---
lib/Format/CMakeLists.txt | 1 +
lib/Format/Format.cpp | 2 +-
lib/Tooling/CMakeLists.txt | 1 +
lib/Tooling/Core/CMakeLists.txt | 2 --
lib/Tooling/{Core => Inclusions}/CMakeLists.txt | 7 ++-----
lib/Tooling/{Core => Inclusions}/HeaderIncludes.cpp | 2 +-
lib/Tooling/{Core => Inclusions}/IncludeStyle.cpp | 3 +--
unittests/Tooling/HeaderIncludesTest.cpp | 2 +-
11 files changed, 16 insertions(+), 20 deletions(-)
rename include/clang/Tooling/{Core => Inclusions}/HeaderIncludes.h (96%)
rename include/clang/Tooling/{Core => Inclusions}/IncludeStyle.h (96%)
copy lib/Tooling/{Core => Inclusions}/CMakeLists.txt (58%)
rename lib/Tooling/{Core => Inclusions}/HeaderIncludes.cpp (99%)
rename lib/Tooling/{Core => Inclusions}/IncludeStyle.cpp (95%)
--
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.
Yvan Roux pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 9a80c78 tcwg-llvm-build: Compress the tarball.
new 2c86d5e [LLVM] Add openmp support.
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-generate-source-cache.sh | 2 +-
tcwg-llvm-common.sh | 3 ++-
2 files changed, 3 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 binutils-gdb.
from 4bba0fb1c6 PR23199, Invalid SHT_GROUP entry leads to group confusion
new 011b32fd42 x86: Don't set eh->local_ref to 1 for linker defined symbols
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 | 8 ++++++
bfd/elf32-i386.c | 59 ---------------------------------------
bfd/elfxx-x86.c | 6 +++-
ld/ChangeLog | 12 ++++++++
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/pr23189.d | 7 +++++
ld/testsuite/ld-i386/pr23189.s | 5 ++++
ld/testsuite/ld-i386/pr23189.t | 11 ++++++++
ld/testsuite/ld-x86-64/pr23189.d | 7 +++++
ld/testsuite/ld-x86-64/pr23189.s | 5 ++++
ld/testsuite/ld-x86-64/pr23189.t | 11 ++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 1 +
12 files changed, 73 insertions(+), 60 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr23189.d
create mode 100644 ld/testsuite/ld-i386/pr23189.s
create mode 100644 ld/testsuite/ld-i386/pr23189.t
create mode 100644 ld/testsuite/ld-x86-64/pr23189.d
create mode 100644 ld/testsuite/ld-x86-64/pr23189.s
create mode 100644 ld/testsuite/ld-x86-64/pr23189.t
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.