This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a20f6cd Due to recent improvements to the vectorizer, the number of v [...]
new 7b3e5dc s/imposisble/impossible in predict.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/predict.c | 6 +++---
2 files changed, 8 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 3dd50d3 fix indentation
new a992667 [AArch64] Restore codegen for AArch64 Cortex-A72/A73 after NFCI
new 86a9578 [AArch64] Change the preferred alignment for char and short t [...]
new 8d600b5 [StackProtector] Fix computation of GSCookieOffset and EHCook [...]
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/llvm/CodeGen/WinEHFuncInfo.h | 1 +
include/llvm/IR/IntrinsicsX86.td | 3 ++
lib/CodeGen/AsmPrinter/WinException.cpp | 37 +++++++++++++++++++---
lib/Target/AArch64/AArch64.td | 22 +++++++++++--
lib/Target/AArch64/AArch64Subtarget.cpp | 2 ++
lib/Target/AArch64/AArch64Subtarget.h | 2 ++
lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +--
lib/Target/X86/X86ISelLowering.cpp | 20 ++++++++++++
lib/Target/X86/X86WinEHState.cpp | 48 ++++++++++++++++++++++++-----
test/CodeGen/AArch64/preferred-alignment.ll | 28 +++++++++++++++++
test/CodeGen/X86/win32-eh.ll | 48 ++++++++++++++++++++++++++++-
11 files changed, 198 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AArch64/preferred-alignment.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 openmp.
from bef163a Bug fix for segfault in stubs library
new de40b77 Improvements to process affinity mask setting
new 8d07e31 Addition of debugger comments and whitespace
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:
runtime/src/dllexports | 16 ++---
runtime/src/kmp_affinity.cpp | 153 ++++++++++++++++++++++++++++---------------
runtime/src/kmp_runtime.c | 1 -
runtime/src/kmp_tasking.c | 4 ++
4 files changed, 114 insertions(+), 60 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 c99320d [AVX512] Move the 128-bit and 256-bit lzcnt intrinsics to avx [...]
new 8b8df10 [AArch64] Change the preferred alignment for char and short t [...]
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/Basic/Targets.cpp | 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 openmp.
from 1860d03 [STATS] Adding process id to output filename
new bef163a Bug fix for segfault in stubs library
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:
runtime/src/kmp_stub.c | 10 +++++++---
1 file changed, 7 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 clang-tools-extra.
from 4ef522a [clang-tidy] More doc fixes. NFC.
new 5170460 [clang-tidy] Add modernize-use-emplace
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/modernize/CMakeLists.txt | 1 +
clang-tidy/modernize/ModernizeTidyModule.cpp | 2 +
clang-tidy/modernize/UseEmplaceCheck.cpp | 104 +++++++
.../{UseBoolLiteralsCheck.h => UseEmplaceCheck.h} | 21 +-
clang-tidy/utils/Matchers.h | 2 +
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/modernize-use-emplace.rst | 69 +++++
test/clang-tidy/modernize-use-emplace.cpp | 338 +++++++++++++++++++++
9 files changed, 534 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/modernize/UseEmplaceCheck.cpp
copy clang-tidy/modernize/{UseBoolLiteralsCheck.h => UseEmplaceCheck.h} (54%)
create mode 100644 docs/clang-tidy/checks/modernize-use-emplace.rst
create mode 100644 test/clang-tidy/modernize-use-emplace.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 b4f51c3 This is part of the effort for asan to support Windows 64 bit [...]
new 7e4cf0a [AArch64] Switch regression tests to test features not CPUs
new 3dd50d3 fix indentation
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:
lib/Target/ARM/ARMMCInstLower.cpp | 2 +-
.../AArch64/aarch64-a57-fp-load-balancing.ll | 14 ++--
test/CodeGen/AArch64/aarch64-gep-opt.ll | 3 +
.../{merge-store.ll => merge-store-dependency.ll} | 59 ++---------------
test/CodeGen/AArch64/merge-store.ll | 77 +++-------------------
test/CodeGen/AArch64/misched-fusion.ll | 10 +--
.../{exynos-quad-ldp-stp.ll => no-quad-ldp-stp.ll} | 9 +--
test/CodeGen/AArch64/remat.ll | 1 +
test/CodeGen/AArch64/sqrt-fastmath.ll | 2 +
9 files changed, 40 insertions(+), 137 deletions(-)
copy test/CodeGen/AArch64/{merge-store.ll => merge-store-dependency.ll} (52%)
rename test/CodeGen/AArch64/{exynos-quad-ldp-stp.ll => no-quad-ldp-stp.ll} (72%)
--
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 openmp.
from e82ed9c Change hwloc discovery algorithm to print topology only for a [...]
new 555cbc1 Fix typos in Fortran headers
new 1860d03 [STATS] Adding process id to output filename
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:
runtime/src/include/45/omp_lib.f90.var | 6 +++---
runtime/src/include/45/omp_lib.h.var | 6 +++---
runtime/src/kmp_stats.cpp | 22 +++++++++++++++++++---
runtime/src/kmp_stats.h | 2 +-
4 files changed, 26 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 llvm.
from 1582ea9 [codeview] Fix DenseMap pointer invalidation bug
new b4f51c3 This is part of the effort for asan to support Windows 64 bit [...]
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/Transforms/Instrumentation/AddressSanitizer.cpp | 4 ++++
1 file changed, 4 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 compiler-rt.
from fd3dcb8 [asan] Fix shifting compiler warnings when compiler in 64-bits
new 489644a Change the shadow memory address for win64.
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/asan/asan_mapping.h | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.