This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 896b19d Typo
new 6c92428 [CostModel][X86] Include the cost of 256-bit upper subvector [...]
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/X86TargetTransformInfo.cpp | 4 ++--
test/Analysis/CostModel/X86/arith.ll | 4 ++--
2 files changed, 4 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 clang.
from cdc6110 Typo
new f6f617a Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension
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/Frontend/CompilerInstance.h | 2 +-
include/clang/Frontend/FrontendOptions.h | 2 +-
include/clang/Serialization/ASTReader.h | 4 +-
include/clang/Serialization/ASTWriter.h | 13 +++---
include/clang/Serialization/ModuleFileExtension.h | 2 +-
lib/Frontend/ASTUnit.cpp | 2 +-
lib/Frontend/ChainedIncludesSource.cpp | 2 +-
lib/Frontend/CompilerInstance.cpp | 2 +-
lib/Frontend/CompilerInvocation.cpp | 4 +-
lib/Serialization/ASTReader.cpp | 50 +++++++++++------------
lib/Serialization/ASTWriter.cpp | 13 +++---
lib/Serialization/GeneratePCH.cpp | 2 +-
12 files changed, 45 insertions(+), 53 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 eeb7838 Migrate PathDiagnosticPiece to std::shared_ptr
new cdc6110 Typo
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:
unittests/Format/FormatTestJS.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 llvm.
from 5bd3cb5 Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")
new 46a2104 [CostModel][X86] Merged SK_PermuteSingleSrc/SK_PermuteTwoSrc [...]
new 896b19d Typo
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/Support/APInt.cpp | 2 +-
lib/Target/X86/X86TargetTransformInfo.cpp | 499 ++++++++++++++----------------
2 files changed, 228 insertions(+), 273 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 libcxx.
from dceaa0e Add gcc-[56] clang-3.[678] to list of XFAILS for variant test [...]
new 3451a65 thread_support: split out {,non-}recursive mutex
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/__threading_support | 38 ++++++++++++++++++++++++++++++++++++--
include/mutex | 5 +++--
src/mutex.cpp | 8 ++++----
3 files changed, 43 insertions(+), 8 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 1c1849c [AArch64][CostModel] Add coverage for bswap intrinsics.
new 5bd3cb5 Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 52 ++++++++++++++++---------
1 file changed, 33 insertions(+), 19 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 e1a9352 * common.opt (fvect-cost-model): Remove RejectNegative flag, [...]
new af19bf1 Remove unnecessary typedef from std::function
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/include/bits/std_function.h | 4 +---
2 files changed, 6 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.
from 71fadd1 test: add a requires registered target
new eeb7838 Migrate PathDiagnosticPiece to std::shared_ptr
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:
.../StaticAnalyzer/Core/BugReporter/BugReporter.h | 7 +-
.../Core/BugReporter/BugReporterVisitor.h | 136 +++++-----
.../Core/BugReporter/PathDiagnostic.h | 29 +-
lib/StaticAnalyzer/Checkers/DynamicTypeChecker.cpp | 19 +-
.../Checkers/DynamicTypePropagation.cpp | 19 +-
.../Checkers/LocalizationChecker.cpp | 16 +-
.../Checkers/MPI-Checker/MPIBugReporter.cpp | 10 +-
.../Checkers/MPI-Checker/MPIBugReporter.h | 8 +-
.../Checkers/MacOSKeychainAPIChecker.cpp | 21 +-
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 18 +-
lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 19 +-
.../Checkers/ObjCSuperDeallocChecker.cpp | 18 +-
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 21 +-
.../Checkers/TestAfterDivZeroChecker.cpp | 17 +-
lib/StaticAnalyzer/Checkers/ValistChecker.cpp | 12 +-
lib/StaticAnalyzer/Core/BugReporter.cpp | 298 +++++++++++----------
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 159 +++++------
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 9 +-
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 65 +++--
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 40 +--
20 files changed, 448 insertions(+), 493 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 3ecd616 Fix string/tester.c for GCC 7 -Wstringop-overflow=.
new 3073352 Fix MIPS n64 readahead (bug 21026).
new 983a963 Increase some test timeouts.
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:
ChangeLog | 13 +++++++++++++
elf/tst-tls13.c | 1 -
iconvdata/tst-loading.c | 1 -
malloc/tst-malloc-thread-fail.c | 2 +-
malloc/tst-mallocfork2.c | 1 +
nss/tst-cancel-getpwuid_r.c | 1 +
nss/tst-nss-getpwent.c | 1 +
sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list | 2 ++
8 files changed, 19 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.
from a39e49e [CUDA] Rename keywords used in macro so they don't conflict w [...]
new 71fadd1 test: add a requires registered target
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/inline-asm-inclusion.c | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.