This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e09d41e3a1 clang-format: [JS] handle object types in extends positions.
new e751234b0a clang-format: [JS] support default imports.
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/Format/SortJavaScriptImports.cpp | 4 ++--
unittests/Format/SortImportsTestJS.cpp | 8 ++++++++
2 files changed, 10 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 clang-tools-extra.
from d97fb418 [clang-tidy] Handle anonymous structs/unions in member init checks.
new 603b98cf [clangd] Rewrote AST and Preamble management.
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/ClangdServer.cpp | 183 ++++++++------
clangd/ClangdServer.h | 60 +++--
clangd/ClangdUnit.cpp | 503 +++++++++++++++++++++++++------------
clangd/ClangdUnit.h | 272 +++++++++++++-------
clangd/ClangdUnitStore.cpp | 20 +-
clangd/ClangdUnitStore.h | 96 +++----
clangd/GlobalCompilationDatabase.h | 2 +-
unittests/clangd/ClangdTests.cpp | 61 ++++-
8 files changed, 760 insertions(+), 437 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 6d92431e6c [Tooling] Add LLVM_NODISCARD to Replacements::merge
new e09d41e3a1 clang-format: [JS] handle object types in extends positions.
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/Format/TokenAnnotator.cpp | 3 ++-
lib/Format/UnwrappedLineParser.cpp | 11 +++++++++++
unittests/Format/FormatTestJS.cpp | 11 +++++++++++
3 files changed, 24 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 openacc-gcc-7-branch
in repository gcc.
from cd69c58db3f OpenACC async re-work
new 364a71efc4b Fix failures in libgomp.oacc-c/asyncwait-2.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.openacc | 6 ++++++
gcc/omp-expand.c | 8 +++++---
2 files changed, 11 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 gcc.
from 17a98feac0b 2017-08-01 Jerome Lambourg <lambourg(a)adacore.com> [...]
new 83bbe69ccb0 2017-08-01 Steve Ellcey <sellcey(a)cavium.com>
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/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gcc.dg/vect/vect-28.c | 3 +--
gcc/testsuite/gcc.dg/vect/vect-33-big-array.c | 3 +--
gcc/testsuite/gcc.dg/vect/vect-70.c | 3 +--
gcc/testsuite/gcc.dg/vect/vect-87.c | 3 +--
gcc/testsuite/gcc.dg/vect/vect-88.c | 3 +--
gcc/testsuite/gcc.dg/vect/vect-91.c | 2 +-
gcc/testsuite/gcc.dg/vect/vect-93.c | 4 +---
8 files changed, 20 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 llvm.
from bf59b4ffe07 [X86] Added missing cpu to fix generic scheduling model tests
new e1059016008 [X86][SSSE3] Fix typos in pabsw/pmulhrsw tests for load fol [...]
new 2a519cbde98 [AVX-512] Don't use unmasked VMOVDQU8/16 for 8-bit or 16-bi [...]
new f6fecfacea8 [X86] Fix a crash in FEntryInserter Pass.
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:
lib/CodeGen/FEntryInserter.cpp | 4 +-
lib/Target/X86/X86InstrAVX512.td | 42 +++++--
test/CodeGen/X86/avg.ll | 12 +-
test/CodeGen/X86/avx512-insert-extract.ll | 59 ++++-----
test/CodeGen/X86/avx512-insert-extract_i1.ll | 2 +-
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 8 +-
test/CodeGen/X86/avx512bw-mov.ll | 4 +-
test/CodeGen/X86/avx512bwvl-mov.ll | 8 +-
test/CodeGen/X86/fentry-insertion.ll | 16 ++-
test/CodeGen/X86/ssse3-schedule.ll | 36 ++++--
test/CodeGen/X86/subvector-broadcast.ll | 152 +++++-------------------
test/CodeGen/X86/x86-interleaved-access.ll | 6 +-
12 files changed, 140 insertions(+), 209 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 b97dd2dd484 [globalisel][tablegen] Removed unnecessary typedef pointed [...]
new e2cbc76f802 [InstCombine] Remove explicit check for impossible conditio [...]
new bf59b4ffe07 [X86] Added missing cpu to fix generic scheduling model tests
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 3 +-
test/CodeGen/X86/avx-schedule.ll | 566 +++++++++++++
test/CodeGen/X86/avx2-schedule.ll | 110 +++
test/CodeGen/X86/bmi-schedule.ll | 72 +-
test/CodeGen/X86/bmi2-schedule.ll | 26 +-
test/CodeGen/X86/f16c-schedule.ll | 28 +
test/CodeGen/X86/lzcnt-schedule.ll | 14 +-
test/CodeGen/X86/popcnt-schedule.ll | 26 +-
test/CodeGen/X86/sse-schedule.ll | 360 ++++----
test/CodeGen/X86/sse2-schedule.ll | 916 ++++++++++-----------
test/CodeGen/X86/sse3-schedule.ll | 66 +-
test/CodeGen/X86/sse41-schedule.ll | 354 ++++----
test/CodeGen/X86/sse42-schedule.ll | 96 +--
test/CodeGen/X86/sse4a-schedule.ll | 18 +-
test/CodeGen/X86/ssse3-schedule.ll | 100 +--
15 files changed, 1730 insertions(+), 1025 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 gcc-7-branch
in repository gcc.
from 11742639d19 2017-08-01 Richard Biener <rguenther(a)suse.de>
new c5697f7bce9 Fix segfault in gcov.c (PR gcov-profile/81561).
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 | 9 +++++++++
gcc/gcov.c | 10 +++++-----
2 files changed, 14 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.
unknown user pushed a change to branch master
in repository llvm.
from 05485d71079 [PostDom] document the current handling of infinite loops a [...]
new dbe52533dc7 DebugInfo: Update flag description that'd been copypasted f [...]
new b97dd2dd484 [globalisel][tablegen] Removed unnecessary typedef pointed [...]
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:
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h | 2 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +-
2 files 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 lld.
from 3bab46bbf Remove a redundant temporary variable.
new 2a5edfd31 [ELF] - Use multithreading for building .gdb_index.
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 | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.