This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from b023e2532 [tsan] Add interceptors for objc_sync_enter and objc_sync_exit
new 1887c1ee5 [XRay] [compiler-rt] reformat and clarify CMakeLists.txt [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:
lib/xray/CMakeLists.txt | 91 +++++++++++++++++++------------------------------
1 file changed, 36 insertions(+), 55 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 94900f9a [clang-tidy] [bugprone-parent-virtual-call] Minor cosmetic ch [...]
new 197066d1 [clangd] Add line and column number to the index symbol.
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/Index.cpp | 3 +-
clangd/index/Index.h | 14 ++++++
clangd/index/SymbolCollector.cpp | 21 +++++++--
clangd/index/SymbolYAML.cpp | 11 ++++-
unittests/clangd/Annotations.cpp | 10 ----
unittests/clangd/Annotations.h | 4 --
unittests/clangd/SymbolCollectorTests.cpp | 78 ++++++++++++++++++++-----------
7 files changed, 93 insertions(+), 48 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 de05cdb6a8 [X86] Introduce cldemote intrinsic
new 8c25dcb4b8 [X86] Fix cldemote builtin signature
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/Basic/BuiltinsX86.def | 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 lld.
from 425d8e57f Do not keep shared symbols created from garbage-collected eli [...]
new aa3ff3147 [ELF][MIPS] Support linking of PIE for MIPS
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/SyntheticSections.cpp | 16 ++++++++++++++--
ELF/SyntheticSections.h | 1 +
test/ELF/mips-dynamic.s | 46 ++++++++++++++++++++++++++++++++++------------
3 files changed, 49 insertions(+), 14 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 a524fab11f8 Daily bump.
new b60bff0002e Fix gcc.dg/debug/pr41893-1.c with Solaris ld (PR lto/81968)
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:
libiberty/ChangeLog | 6 ++++++
libiberty/simple-object.c | 5 +++++
2 files changed, 11 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 clang-tools-extra.
from 9d3c220a [clangd][nfc] Simplify readDelimitedMessage()
new 94900f9a [clang-tidy] [bugprone-parent-virtual-call] Minor cosmetic ch [...]
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:
clang-tidy/bugprone/ParentVirtualCallCheck.cpp | 27 +++++++++++---------------
1 file changed, 11 insertions(+), 16 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 4f9163a74d9 [Support] Fix building for Windows on ARM
new 31add1057f7 [X86] Introduce cldemote instruction
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/IR/IntrinsicsX86.td | 8 ++++++++
lib/Support/Host.cpp | 1 +
lib/Target/X86/X86.td | 2 ++
lib/Target/X86/X86InstrInfo.td | 4 ++++
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 ++++
test/CodeGen/X86/cldemote-intrinsic.ll | 21 +++++++++++++++++++++
test/MC/Disassembler/X86/x86-32.txt | 6 ++++++
test/MC/Disassembler/X86/x86-64.txt | 6 ++++++
test/MC/X86/x86-32-coverage.s | 7 +++++++
test/MC/X86/x86-64.s | 8 ++++++++
11 files changed, 68 insertions(+)
create mode 100644 test/CodeGen/X86/cldemote-intrinsic.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 clang.
from fcc3a5bb76 [XRay][clang] Make -fxray-modes= additive
new de05cdb6a8 [X86] Introduce cldemote intrinsic
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/Basic/BuiltinsX86.def | 3 +++
include/clang/Driver/Options.td | 2 ++
lib/Basic/Targets/X86.cpp | 6 ++++++
lib/Basic/Targets/X86.h | 1 +
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/{clflushoptintrin.h => cldemoteintrin.h} | 17 +++++++++--------
lib/Headers/cpuid.h | 1 +
lib/Headers/x86intrin.h | 4 ++++
test/CodeGen/builtins-x86.c | 5 +++--
test/CodeGen/cldemote.c | 10 ++++++++++
10 files changed, 40 insertions(+), 10 deletions(-)
copy lib/Headers/{clflushoptintrin.h => cldemoteintrin.h} (75%)
create mode 100644 test/CodeGen/cldemote.c
--
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 754a558235b [X86] Remove the pmuldq/pmuldq intrinsics and replace with [...]
new 4f9163a74d9 [Support] Fix building for Windows on ARM
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/Support/Windows/Signals.inc | 10 +++++++++-
1 file changed, 9 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 edd00e40e68 Enable debug fission for thinLTO linked via gold-plugin
new 754a558235b [X86] Remove the pmuldq/pmuldq intrinsics and replace with [...]
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/IR/IntrinsicsX86.td | 20 -
lib/IR/AutoUpgrade.cpp | 63 +-
lib/Target/X86/X86ISelLowering.cpp | 18 -
lib/Transforms/InstCombine/InstCombineCalls.cpp | 69 -
.../InstCombine/InstCombineSimplifyDemanded.cpp | 29 -
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 706 +++++--
test/CodeGen/X86/avx2-intrinsics-x86.ll | 2096 +++++++++++++-------
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 238 +++
test/CodeGen/X86/avx512-intrinsics.ll | 238 ---
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 428 ++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 428 ----
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 9 +
test/CodeGen/X86/sse2-intrinsics-x86.ll | 21 -
test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 1 -
test/CodeGen/X86/sse41-intrinsics-x86-upgrade.ll | 10 +
test/CodeGen/X86/sse41-intrinsics-x86.ll | 21 -
test/Transforms/InstCombine/X86/x86-muldq.ll | 78 +-
17 files changed, 2655 insertions(+), 1818 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.