This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d2dd7ec Fix examples for recent shared_ptrification
new f5be8a0 Remove the ppc insertword/extractword expected fail tests.
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/builtins-ppc-extractword-error.c | 15 ---------------
test/CodeGen/builtins-ppc-insertword-error.c | 16 ----------------
2 files changed, 31 deletions(-)
delete mode 100644 test/CodeGen/builtins-ppc-extractword-error.c
delete mode 100644 test/CodeGen/builtins-ppc-insertword-error.c
--
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 93bacfd [libFuzzer] improve error handling during the merge (handle v [...]
new 39e9d60 [CostModel][X86] Tidyup arithmetic costs code. NFCI.
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 | 43 +++++++++++--------------------
1 file changed, 15 insertions(+), 28 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 9e7c3af [clang-tidy] Ignore default arguments in modernize-default-me [...]
new f1c6412 Fix for shared_ptrification in Clang
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-fixer/IncludeFixer.cpp | 5 +++--
include-fixer/IncludeFixer.h | 2 +-
2 files changed, 4 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 4a854da IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationB [...]
new d2dd7ec Fix examples for recent shared_ptrification
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:
examples/clang-interpreter/main.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 gcc.
from 3389a46 * doc/invoke.texi (C Dialect Options): Document it. c [...]
new 07242be PR tree-optimization/78910 - Wrong print-return-value for a n [...]
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 | 7 +++
gcc/gimple-ssa-sprintf.c | 28 ++++++-----
gcc/testsuite/ChangeLog | 8 +++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-7.c | 9 +++-
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 58 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr78910.c | 15 ++++++
6 files changed, 110 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78910.c
--
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 d65cd1f Add vec_insert4b and vec_extract4b functions to altivec.h
new 4a854da IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationB [...]
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/ASTUnit.h | 27 +++++-----
include/clang/Frontend/CompilerInstance.h | 4 +-
include/clang/Frontend/CompilerInvocation.h | 2 +-
include/clang/Frontend/Utils.h | 6 +--
include/clang/Sema/CodeCompleteConsumer.h | 17 +++----
include/clang/Tooling/Tooling.h | 8 +--
lib/ARCMigrate/ARCMT.cpp | 4 +-
lib/Frontend/ASTUnit.cpp | 63 +++++++++++-------------
lib/Frontend/ChainedIncludesSource.cpp | 2 +-
lib/Frontend/CompilerInstance.cpp | 14 +++---
lib/Frontend/CompilerInvocation.cpp | 11 ++---
lib/Frontend/CreateInvocationFromCommandLine.cpp | 10 ++--
lib/StaticAnalyzer/Frontend/ModelInjector.cpp | 5 +-
lib/Tooling/Tooling.cpp | 15 +++---
tools/c-index-test/core_main.cpp | 7 ++-
tools/clang-import-test/clang-import-test.cpp | 2 +-
tools/diagtool/ShowEnabledWarnings.cpp | 4 +-
tools/libclang/CIndex.cpp | 9 ++--
tools/libclang/CIndexCodeCompletion.cpp | 19 ++++---
tools/libclang/CXTranslationUnit.h | 3 +-
tools/libclang/Indexing.cpp | 29 ++++++-----
unittests/AST/ExternalASTSourceTest.cpp | 4 +-
unittests/Frontend/CodeGenActionTest.cpp | 4 +-
unittests/Frontend/FrontendActionTest.cpp | 20 ++++----
24 files changed, 142 insertions(+), 147 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 compiler-rt.
from 3b10b7b [compiler-rt] Set valid PC calling __asan_report_error SetErr [...]
new c6611cd Improved ASAN allocator and quarantine stats.
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_allocator.cc | 28 +++++----
lib/asan/asan_allocator.h | 33 +++++------
lib/asan/asan_memory_profile.cc | 66 ++++++++++++++--------
.../sanitizer_allocator_primary64.h | 5 +-
lib/sanitizer_common/sanitizer_quarantine.h | 24 +++++++-
5 files changed, 100 insertions(+), 56 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 156afea [AArch64] Fold some filled/spilled subreg COPYs
new 93bacfd [libFuzzer] improve error handling during the merge (handle v [...]
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/Fuzzer/FuzzerDriver.cpp | 1 +
lib/Fuzzer/FuzzerFlags.def | 1 +
lib/Fuzzer/FuzzerInternal.h | 1 +
lib/Fuzzer/FuzzerLoop.cpp | 5 +++++
lib/Fuzzer/FuzzerMerge.cpp | 8 ++++++++
lib/Fuzzer/FuzzerOptions.h | 1 +
lib/Fuzzer/FuzzerUtilPosix.cpp | 6 ++++++
lib/Fuzzer/FuzzerUtilWindows.cpp | 1 +
lib/Fuzzer/test/merge.test | 8 ++++++++
9 files changed, 32 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 test-suite.
from 806c887 Add XSBench
new a6a37e4 Halide::Image has been merely an alias for Halide::Buffer for [...]
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:
Bitcode/Benchmarks/Halide/common/halide_image_io.h | 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 111762d Fix typo. NFC
new 156afea [AArch64] Fold some filled/spilled subreg COPYs
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/AArch64InstrInfo.cpp | 113 +++++++++++++++++++++++++++++---
lib/Target/AArch64/AArch64InstrInfo.h | 4 ++
test/CodeGen/MIR/AArch64/spill-fold.mir | 82 +++++++++++++++++++++++
3 files changed, 189 insertions(+), 10 deletions(-)
create mode 100644 test/CodeGen/MIR/AArch64/spill-fold.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.