This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ca1d71cf0b [X86] Undef __DEFAULT_FN_ATTRS in avx512fintrin.h.
new 4729e0a2cf [X86] Rename __DEFAULT_FN_ATTRS to a__DEFAULT_FN_ATTRS512 in [...]
new 6faba02b55 [X86] Remove min_vector_width 512 from some intrinsics that [...]
new 119327d467 [X86] Add intrinsics for kand/kandn/knot/kor/kxnor/kxor with [...]
The 3 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 | 18 ++
lib/CodeGen/CGBuiltin.cpp | 44 +++-
lib/Headers/avx512bwintrin.h | 490 +++++++++++++++++++++---------------
lib/Headers/avx512dqintrin.h | 210 +++++++++-------
lib/Headers/avx512fintrin.h | 7 +
test/CodeGen/avx512bw-builtins.c | 130 ++++++++++
test/CodeGen/avx512dq-builtins.c | 65 +++++
test/CodeGen/avx512f-builtins.c | 65 +++++
8 files changed, 722 insertions(+), 307 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 lld.
from 59d77d0a4 [COFF] Check the instructions in ARM MOV32T relocations
new 71cca8a29 Rename a function to follow the LLVM coding style.
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:
COFF/Driver.cpp | 2 +-
Common/Args.cpp | 2 +-
ELF/Driver.cpp | 2 +-
include/lld/Common/Args.h | 2 +-
lib/Driver/DarwinLdDriver.cpp | 2 +-
wasm/Driver.cpp | 2 +-
6 files changed, 6 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 lld.
from bd7139dbf [ELF][HEXAGON] Add R_HEX_B13_PCREL relocation support
new 59d77d0a4 [COFF] Check the instructions in ARM MOV32T relocations
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:
COFF/Chunks.cpp | 12 +++-
...{constant-export.test => broken-arm-reloc.yaml} | 74 +++++++++++-----------
2 files changed, 46 insertions(+), 40 deletions(-)
copy test/COFF/{constant-export.test => broken-arm-reloc.yaml} (54%)
--
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 fd9d523e83 [X86] Don't set min_vector_width to 512 on intrinsics that o [...]
new ca1d71cf0b [X86] Undef __DEFAULT_FN_ATTRS in avx512fintrin.h.
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/Headers/avx512fintrin.h | 1 +
1 file changed, 1 insertion(+)
--
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 37975d5918 [Xray] Darwin - Enable in the driver side
new fd9d523e83 [X86] Don't set min_vector_width to 512 on intrinsics that o [...]
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/Headers/avx512fintrin.h | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 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 8476a32dc7 [Driver] Change MipsLinux default linker from "lld" to "ld.lld"
new 37975d5918 [Xray] Darwin - Enable in the driver side
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/Darwin.cpp | 7 +++++++
lib/Driver/ToolChains/Darwin.h | 1 +
lib/Driver/XRayArgs.cpp | 3 ++-
test/Driver/XRay/lit.local.cfg | 2 +-
test/Driver/XRay/xray-instrument-os.c | 2 +-
5 files changed, 12 insertions(+), 3 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 6e3e8a765ed [MS Demangler] Re-write the Microsoft demangler.
new 4d181be3794 [MS Demangler] Add virtual destructor.
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/Demangle/MicrosoftDemangleNodes.h | 1 +
1 file changed, 1 insertion(+)
--
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 f72a277dbb8 [X86] Correct the cost of (v4i32 (fptoui (v4f64))) under AVX512F.
new 6e3e8a765ed [MS Demangler] Re-write the Microsoft demangler.
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/Demangle/CMakeLists.txt | 1 +
lib/Demangle/MicrosoftDemangle.cpp | 2723 ++++++++++-------------------
lib/Demangle/MicrosoftDemangleNodes.cpp | 590 +++++++
lib/Demangle/MicrosoftDemangleNodes.h | 705 ++++++++
test/Demangle/ms-basic.test | 7 +-
test/Demangle/ms-operators.test | 4 +-
test/Demangle/ms-templates-memptrs-2.test | 6 +-
test/Demangle/ms-templates-memptrs.test | 9 +-
8 files changed, 2199 insertions(+), 1846 deletions(-)
create mode 100644 lib/Demangle/MicrosoftDemangleNodes.cpp
create mode 100644 lib/Demangle/MicrosoftDemangleNodes.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 gcc.
from bce996e05a9 Daily bump.
new c9343224155 * config/mips/frame-header-opt.c: Include "backend.h" rath [...]
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:
gcc/ChangeLog | 5 +++++
gcc/config/mips/frame-header-opt.c | 2 +-
2 files changed, 6 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 binutils-gdb.
from 2cd0bfe054 Automatic date update in version.in
new dd33d41d54 Fix indentation in solist.h
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:
gdb/ChangeLog | 5 ++
gdb/solist.h | 270 +++++++++++++++++++++++++++++-----------------------------
2 files changed, 140 insertions(+), 135 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.