This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from b233fda72 Revert commit r344254; does not work with C++03
new 6331d2ff0 [NFC][libc++] Fix broken link in comment
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:
utils/libcxx/test/config.py | 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 8f99faa030c [x86] add and use fast horizontal vector math subtarget feature
new f0303e43079 [BPF] Add BTF generation for BPF 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:
include/llvm/MC/MCBTFContext.h | 364 ++++++++++++++++++++++++
include/llvm/MC/MCContext.h | 7 +
include/llvm/MC/MCObjectFileInfo.h | 8 +
include/llvm/MC/MCObjectStreamer.h | 1 +
lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 +
lib/CodeGen/AsmPrinter/Dwarf2BTF.cpp | 501 ++++++++++++++++++++++++++++++++++
lib/CodeGen/AsmPrinter/Dwarf2BTF.h | 134 +++++++++
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 10 +
lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 +
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 10 +
lib/CodeGen/AsmPrinter/DwarfFile.h | 3 +
lib/MC/CMakeLists.txt | 2 +
lib/MC/MCBTFContext.cpp | 235 ++++++++++++++++
lib/MC/MCContext.cpp | 11 +-
lib/MC/MCDwarf2BTF.cpp | 99 +++++++
lib/MC/MCDwarf2BTF.h | 29 ++
lib/MC/MCObjectFileInfo.cpp | 3 +
lib/MC/MCObjectStreamer.cpp | 34 +++
18 files changed, 1454 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/MC/MCBTFContext.h
create mode 100644 lib/CodeGen/AsmPrinter/Dwarf2BTF.cpp
create mode 100644 lib/CodeGen/AsmPrinter/Dwarf2BTF.h
create mode 100644 lib/MC/MCBTFContext.cpp
create mode 100644 lib/MC/MCDwarf2BTF.cpp
create mode 100644 lib/MC/MCDwarf2BTF.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 0fffaaba79 [tests] Readd Python binding tests to check-all
new 085848c54c [Driver] Add defaults for Android ARM FPUs.
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/Driver/ToolChains/Arch/ARM.cpp | 7 +++++
test/Driver/arm-mfpu.c | 64 ++++++++++++++++++++++++++++++++++++++
2 files changed, 71 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 lld.
from 68832a7f5 Make YAML quote forward slashes.
new 118e29b11 [lld] Add more complete support for the INCLUDE command.
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:
ELF/ScriptParser.cpp | 18 +++++++++----
test/ELF/linkerscript/memory-include.test | 23 ++++++++++++++++
test/ELF/linkerscript/output-section-include.test | 30 +++++++++++++++++++++
test/ELF/linkerscript/section-include.test | 32 +++++++++++++++++++++++
4 files changed, 98 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/linkerscript/memory-include.test
create mode 100644 test/ELF/linkerscript/output-section-include.test
create mode 100644 test/ELF/linkerscript/section-include.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 clang.
from 827d825a7b Make YAML quote forward slashes.
new 74202c7278 [python] [tests] Remove cdb lookup failure test
new 0fffaaba79 [tests] Readd Python binding tests to check-all
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:
bindings/python/tests/CMakeLists.txt | 3 ++-
bindings/python/tests/cindex/test_cdb.py | 5 -----
2 files changed, 2 insertions(+), 6 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 e25c7d5f Fix one additional test broken by the YAML quoting change.
new 60587ac6 [clangd] Return Command objects from onCodeAction, rather tha [...]
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/ClangdLSPServer.cpp | 17 +++++++++--------
clangd/Protocol.h | 1 -
2 files changed, 9 insertions(+), 9 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 912d3b3f [clang-tidy] Fix check_clang_tidy.py trivially passing default CHECK
new e25c7d5f Fix one additional test broken by the YAML quoting change.
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/include-fixer/merge.test | 4 ++--
1 file changed, 2 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 b609135fc92 [MC][ELF] fix newly added test
new 8f99faa030c [x86] add and use fast horizontal vector math subtarget feature
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/X86.td | 12 +-
lib/Target/X86/X86ISelLowering.cpp | 22 +-
lib/Target/X86/X86Subtarget.h | 4 +
test/CodeGen/X86/avx2-phaddsub.ll | 36 +-
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 21 +-
test/CodeGen/X86/haddsub-shuf.ll | 891 +++++++++++++++++++-----
test/CodeGen/X86/haddsub-undef.ll | 410 ++++++++---
test/CodeGen/X86/haddsub.ll | 385 +++++++---
test/CodeGen/X86/madd.ll | 69 +-
test/CodeGen/X86/phaddsub.ll | 616 +++++++++++-----
test/CodeGen/X86/required-vector-width.ll | 6 +-
test/CodeGen/X86/sad.ll | 238 ++++---
test/CodeGen/X86/vector-reduce-add.ll | 356 ++++------
test/CodeGen/X86/vector-reduce-fadd-fast.ll | 493 ++++++-------
test/CodeGen/X86/vector-shuffle-combining.ll | 39 +-
15 files changed, 2378 insertions(+), 1220 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.
maxim.kuvyrkov pushed a change to branch linaro-local/ci/tcwg-llvm-kernel-baseline-aarch64-release-lts-allnoconfig
in repository toolchain/linux-next.
was e6abbe80c883 Linux 4.14.74
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
maxim.kuvyrkov pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-lts-allnoconfig
in repository toolchain/linux-next.
at 17b57b1883c1 Linux 4.19-rc6
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.