This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 76ebea1 [modules]Add missing include.
new a552eea Revert 278107 which causes buildbot failures and in addition [...]
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/Analysis/LazyValueInfo.cpp | 52 ++++------
.../Transforms/CorrelatedValuePropagation/range.ll | 112 ---------------------
2 files changed, 19 insertions(+), 145 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 20ac821 Revert "[Attr] Add support for the `ms_hook_prologue` attribute."
new 6324044 [analyzer] Try to fix coverity CID 1360469.
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/Analysis/CloneDetection.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 clang-tools-extra.
from b656961 [include-fixer] Support processing multiple files in one run.
new 436c113 Fix Wdocumentation unknown parameter warning
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.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 7a7dcf6 Teach CorrelatedValuePropagation to mark adds as no wrap
new 76ebea1 [modules]Add missing include.
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/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 1 +
1 file changed, 1 insertion(+)
--
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 3d7517b [LVI] NFC. Fix a typo Bofore -> Before
new ba77973 [X86][SSE] Fix memory folding of (v)roundsd / (v)roundss
new 7a7dcf6 Teach CorrelatedValuePropagation to mark adds as no wrap
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/Analysis/LazyValueInfo.cpp | 52 ++++++----
lib/Target/X86/X86InstrInfo.cpp | 8 ++
lib/Target/X86/X86InstrSSE.td | 28 +++++-
test/CodeGen/X86/stack-folding-fp-avx1.ll | 18 +++-
test/CodeGen/X86/stack-folding-fp-sse42.ll | 18 +++-
.../Transforms/CorrelatedValuePropagation/range.ll | 112 +++++++++++++++++++++
6 files changed, 209 insertions(+), 27 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 380a420 [X86] Reduce duplicated code in the execution domain lookup f [...]
new 3d7517b [LVI] NFC. Fix a typo Bofore -> Before
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/Analysis/LazyValueInfo.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 clang-tools-extra.
from 91df466 Fix clang-tidy crash when a single fix is applied on multiple files.
new b656961 [include-fixer] Support processing multiple files in one run.
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 | 20 +++---
include-fixer/IncludeFixer.h | 10 +--
include-fixer/IncludeFixerContext.cpp | 4 +-
include-fixer/IncludeFixerContext.h | 12 +++-
include-fixer/tool/ClangIncludeFixer.cpp | 91 +++++++++++++++++-----------
include-fixer/tool/clang-include-fixer.py | 25 +++-----
test/include-fixer/commandline_options.cpp | 6 +-
test/include-fixer/multiple_fixes.cpp | 13 ++++
unittests/include-fixer/IncludeFixerTest.cpp | 10 +--
9 files changed, 116 insertions(+), 75 deletions(-)
create mode 100644 test/include-fixer/multiple_fixes.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 gcc.
from 53e7aca PR tree-optimization/72824 * tree-loop-distribution.c (cons [...]
new 7c7ac50 2016-08-09 Richard Biener <rguenther(a)suse.de>
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/tree-ssa-threadbackward.c | 5 +++--
2 files changed, 8 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 6cc750a [clang-rename] fix bug with initializer lists
new 91df466 Fix clang-tidy crash when a single fix is applied on multiple files.
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/ClangTidy.cpp | 56 ++++++++++++----------
clang-tidy/ClangTidyDiagnosticConsumer.cpp | 34 +++++++------
clang-tidy/ClangTidyDiagnosticConsumer.h | 3 +-
.../modernize-pass-by-value/header-with-fix.h | 8 ++++
.../modernize-pass-by-value-multi-fixes.cpp | 12 +++++
unittests/clang-tidy/ClangTidyTest.h | 17 ++++---
6 files changed, 83 insertions(+), 47 deletions(-)
create mode 100644 test/clang-tidy/Inputs/modernize-pass-by-value/header-with-fix.h
create mode 100644 test/clang-tidy/modernize-pass-by-value-multi-fixes.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 gcc.
from c162fa2 2016-08-09 Richard Biener <rguenther(a)suse.de>
new 53e7aca PR tree-optimization/72824 * tree-loop-distribution.c (cons [...]
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 | 6 +++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.c-torture/execute/ieee/pr72824.c | 19 ++++++++++++++
gcc/tree-loop-distribution.c | 30 +++++++++++++++++++++-
4 files changed, 59 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/ieee/pr72824.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.