This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a3cf93a [AArch64] Avoid generating indexed vector instructions for Exynos
new fd33922 [ThinLTO] Record calls to aliases
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/ModuleSummaryAnalysis.cpp | 13 ++++++++++++-
test/Bitcode/thinlto-alias2.ll | 28 ++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 test/Bitcode/thinlto-alias2.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 gcc.
from 97812c4 * gen-pass-instances.awk: Rewritten. * Makefile.in (pass-in [...]
new de0cd80 * gen-pass-instances.awk: Rewritten. * Makefile.in (pass-in [...]
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/{gstab.h => config/i386/i386-passes.def} | 32 ++++++++++++----------------
1 file changed, 14 insertions(+), 18 deletions(-)
copy gcc/{gstab.h => config/i386/i386-passes.def} (50%)
--
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 98a1ca1 [OptRemarks] Remove non-printable chars from function name
new a3cf93a [AArch64] Avoid generating indexed vector instructions for Exynos
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/AArch64.h | 2 +
lib/Target/AArch64/AArch64TargetMachine.cpp | 2 +
lib/Target/AArch64/AArch64VectorByElementOpt.cpp | 371 +++++++++++++++++++++++
lib/Target/AArch64/CMakeLists.txt | 1 +
test/CodeGen/AArch64/arm64-neon-2velem.ll | 241 +++++++++++++++
5 files changed, 617 insertions(+)
create mode 100644 lib/Target/AArch64/AArch64VectorByElementOpt.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 4582d85 * doc/invoke.texi: Document accepting Else, fallthrough.
new 97812c4 * gen-pass-instances.awk: Rewritten. * Makefile.in (pass-in [...]
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 | 15 +++
gcc/Makefile.in | 5 +-
gcc/config/i386/i386-protos.h | 6 ++
gcc/config/i386/i386.c | 41 ++++----
gcc/config/i386/t-i386 | 1 +
gcc/gen-pass-instances.awk | 232 ++++++++++++++++++++++++++++++++----------
6 files changed, 219 insertions(+), 81 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 b1769b7 [analyzer] Re-apply r283094 "Improve CloneChecker diagnostics"
new ef2871b [analyzer] Fix build error after r283660 - remove constexpr strings.
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/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 10 ++++++++--
1 file 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.
from 4aa93d2 Un-tabify source files, NFC.
new a501e19 [analyzer] Re-apply r283093 "Add extra notes to ObjCDeallocChecker"
new b1769b7 [analyzer] Re-apply r283094 "Improve CloneChecker diagnostics"
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/clang/Analysis/CloneDetection.h | 10 +-
lib/Analysis/CloneDetection.cpp | 26 ++---
lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 32 ++++++-
lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 106 +++++++++++----------
test/Analysis/DeallocMissingRelease.m | 72 ++++++++++++++
test/Analysis/PR2978.m | 18 ++--
test/Analysis/copypaste/blocks.cpp | 4 +-
test/Analysis/copypaste/function-try-block.cpp | 4 +-
test/Analysis/copypaste/functions.cpp | 4 +-
test/Analysis/copypaste/macro-complexity.cpp | 8 +-
test/Analysis/copypaste/macros.cpp | 10 +-
test/Analysis/copypaste/objc-methods.m | 4 +-
.../plist-diagnostics-notes-as-events.cpp | 97 +++++++++++++++++++
test/Analysis/copypaste/plist-diagnostics.cpp | 71 ++++++++++++++
test/Analysis/copypaste/sub-sequences.cpp | 4 +-
test/Analysis/copypaste/suspicious-clones.cpp | 20 ++--
test/Analysis/copypaste/text-diagnostics.cpp | 17 ++++
test/Analysis/properties.m | 6 ++
18 files changed, 408 insertions(+), 105 deletions(-)
create mode 100644 test/Analysis/copypaste/plist-diagnostics-notes-as-events.cpp
create mode 100644 test/Analysis/copypaste/plist-diagnostics.cpp
create mode 100644 test/Analysis/copypaste/text-diagnostics.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 4bace27 Daily bump.
new ad0c1de * c-lex.c (c_lex_with_flags) <case CPP_COMMENT>: For CPP_COM [...]
new ae691a1 * doc/invoke.texi (-Wimplicit-fallthrough): Document FALLTHR [...]
new 4582d85 * doc/invoke.texi: Document accepting Else, fallthrough.
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:
gcc/ChangeLog | 10 +
gcc/c-family/ChangeLog | 6 +
gcc/c-family/c-lex.c | 18 +-
gcc/doc/invoke.texi | 26 ++-
gcc/testsuite/ChangeLog | 9 +
.../c-c++-common/Wimplicit-fallthrough-23.c | 243 +++++++++++++++++++++
.../c-c++-common/Wimplicit-fallthrough-24.c | 4 +
libcpp/ChangeLog | 12 +
libcpp/lex.c | 139 +++++++++---
9 files changed, 435 insertions(+), 32 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-23.c
create mode 100644 gcc/testsuite/c-c++-common/Wimplicit-fallthrough-24.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 libcxx.
from cedbdd7 Remove all _LIBCPP_VERSION tests from under test/std
new ffac224 [cmake] Split linked libraries into private & public, for lin [...]
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:
CMakeLists.txt | 4 ++++
lib/CMakeLists.txt | 31 ++++++++++++++++++++++++-------
utils/gen_link_script/gen_link_script.py | 20 ++++++++------------
3 files changed, 36 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 compiler-rt.
from 9b14960 [esan] Fix ESan test failure on Debian Sid bot
new 2232cef [compiler-rt] Exclude compiler-rt from using -fmodules when L [...]
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:
CMakeLists.txt | 6 ++++++
1 file changed, 6 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 clang.
from 45a9c7a Use StringRef in Command::printArg() instead of raw pointer (NFC)
new 4aa93d2 Un-tabify source files, NFC.
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/AST/ASTContext.cpp | 5 ++---
lib/AST/ExprConstant.cpp | 4 ++--
lib/AST/NestedNameSpecifier.cpp | 4 ++--
lib/AST/TypeLoc.cpp | 2 +-
4 files changed, 7 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.