This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ca9ec867b6 [modules] Add ability to specify module name to module file mapping
new 1bf18299cc [docs] Regenerate command line options reference
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/ClangCommandLineReference.rst | 57 +++++++++++++++++++++++++++++++++++---
1 file changed, 53 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 glibc.
from 2f1aef1959 Fix m68k bits/math-inline.h macro namespace (bug 22035).
new bdbf14d12e Update hanzi collation by stroke
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:
localedata/ChangeLog | 6 +
localedata/locales/cns11643_stroke | 50879 +++++++++++++++++++----------------
2 files changed, 28242 insertions(+), 22643 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 616fc4a402 Give a better error if auto deduction fails due to inconsist [...]
new ca9ec867b6 [modules] Add ability to specify module name to module file mapping
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/Modules.rst | 11 ++++--
include/clang/Driver/Options.td | 4 +--
include/clang/Lex/HeaderSearch.h | 30 ++++++++++++-----
include/clang/Lex/HeaderSearchOptions.h | 4 +++
include/clang/Serialization/ASTReader.h | 10 ++++++
include/clang/Serialization/ModuleManager.h | 14 ++++++--
lib/Driver/ToolChains/Clang.cpp | 9 +++--
lib/Frontend/CompilerInstance.cpp | 17 +++++++---
lib/Frontend/CompilerInvocation.cpp | 22 +++++++++---
lib/Frontend/FrontendActions.cpp | 4 +--
lib/Lex/HeaderSearch.cpp | 23 ++++++++-----
lib/Serialization/ASTReader.cpp | 32 +++++++++++++++---
lib/Serialization/ASTWriter.cpp | 18 +++++++---
lib/Serialization/GlobalModuleIndex.cpp | 4 +++
lib/Serialization/ModuleManager.cpp | 16 +++++++--
.../basic/basic.search/module-import.cpp | 39 ++++++++++++++++++++++
16 files changed, 208 insertions(+), 49 deletions(-)
create mode 100644 test/CXX/modules-ts/basic/basic.search/module-import.cpp
--
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 65eb7602aa4 [X86][Skylake] Fixing duplicated prefixes in the run comman [...]
new 722a758efa9 [AArch64] allow v4f16 types when FullFP16 is supported
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/AArch64/AArch64ISelLowering.cpp | 110 ++--
test/CodeGen/AArch64/arm64-vfloatintrinsics.ll | 144 ++++-
test/CodeGen/AArch64/fp16-v4-instructions.ll | 831 +++++++++++++++----------
3 files changed, 694 insertions(+), 391 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 d44155ef3f0 Daily bump.
new 80a637902f0 [rs6000] int->machine_mode in rs6000-c.c
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/rs6000/rs6000-c.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 llvm.
from e841c283740 [AVX512] Correct isel patterns to support selecting masked [...]
new 65eb7602aa4 [X86][Skylake] Fixing duplicated prefixes in the run comman [...]
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/CodeGen/X86/aes-schedule.ll | 40 +-
test/CodeGen/X86/avx-schedule.ll | 567 ++++++++++++++++++++++++-
test/CodeGen/X86/avx2-schedule.ll | 111 ++++-
test/CodeGen/X86/f16c-schedule.ll | 29 +-
test/CodeGen/X86/sse-schedule.ll | 327 ++++++++++++++-
test/CodeGen/X86/sse2-schedule.ll | 824 ++++++++++++++++++++++++++++++++++++-
test/CodeGen/X86/sse3-schedule.ll | 78 +++-
test/CodeGen/X86/sse41-schedule.ll | 311 +++++++++++++-
test/CodeGen/X86/sse42-schedule.ll | 87 +++-
test/CodeGen/X86/ssse3-schedule.ll | 101 ++++-
10 files changed, 2465 insertions(+), 10 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 1faaa79f [clang-tidy] Fix 'misc-misplaced-widening-cast' assertion error.
new b5672f2f [clang-tidy] test commit for granted access
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/cppcoreguidelines/NoMallocCheck.cpp | 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 d3803a94042 [AVX512] Use 256-bit extract instructions for extracting bi [...]
new e841c283740 [AVX512] Correct isel patterns to support selecting masked [...]
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/X86ISelLowering.cpp | 6 +-
lib/Target/X86/X86InstrAVX512.td | 86 +++++++++++------
test/CodeGen/X86/vector-shuffle-masked.ll | 155 ++++++++++++++++++++++++++++++
3 files changed, 214 insertions(+), 33 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 4dde563ddf1 [X86] Apply SlowIncDec feature to Sandybridge/Ivybridge CPU [...]
new d3803a94042 [AVX512] Use 256-bit extract instructions for extracting bi [...]
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 | 58 ++++++++
test/CodeGen/X86/avx512-cvt.ll | 4 +-
test/CodeGen/X86/avx512-insert-extract.ll | 20 +--
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 2 +-
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 48 +++----
test/CodeGen/X86/pr29112.ll | 4 +-
test/CodeGen/X86/vec_int_to_fp.ll | 8 +-
test/CodeGen/X86/vector-compare-results.ll | 168 ++++++++++++------------
test/CodeGen/X86/vector-idiv-sdiv-512.ll | 12 +-
test/CodeGen/X86/vector-idiv-udiv-512.ll | 12 +-
test/CodeGen/X86/vector-shuffle-512-v16.ll | 10 +-
test/CodeGen/X86/vector-shuffle-512-v32.ll | 2 +-
test/CodeGen/X86/vector-shuffle-512-v8.ll | 8 +-
test/CodeGen/X86/vector-shuffle-v1.ll | 4 +-
14 files changed, 209 insertions(+), 151 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 a8215489bb5 [cfi] Fixed non-determinism in codegen due to DenseSet iter [...]
new 4dde563ddf1 [X86] Apply SlowIncDec feature to Sandybridge/Ivybridge CPU [...]
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 | 4 ++--
test/CodeGen/X86/misched-fusion.ll | 2 +-
test/CodeGen/X86/rdrand.ll | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.