This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ce5526513bd Adds initial llvm-dwarfdump --verify support with unit tests.
new 5ef20bbe9ca [InstCombine] check one-use before applying DeMorgan nor/na [...]
new f1457bf0826 [NewGVN] Don't derive incorrect implications.
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 24 +++++++++++++---------
lib/Transforms/Scalar/NewGVN.cpp | 8 ++++----
test/Transforms/InstCombine/demorgan.ll | 9 +++-----
test/Transforms/NewGVN/pr32852.ll | 24 ++++++++++++++++++++++
4 files changed, 45 insertions(+), 20 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr32852.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 be45049f886 Eliminate fixit_hint class hierarchy
new 92bc38e7ad1 2017-05-01 Xi Ruoyao <ryxi(a)stu.xidian.edu.cn>
new 5c9be3a4a64 Regenerate .pot files.
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:
gcc/ChangeLog | 10 +
gcc/c-family/ChangeLog | 13 +
gcc/c-family/c-common.h | 2 -
gcc/c-family/c-gimplify.c | 10 +-
gcc/c-family/cilk.c | 102 +-
gcc/c/ChangeLog | 6 +
gcc/c/c-typeck.c | 8 +-
gcc/cilk-common.c | 49 +
gcc/cp/ChangeLog | 10 +
gcc/cp/cp-cilkplus.c | 6 +-
gcc/cp/cp-gimplify.c | 40 +-
gcc/cp/semantics.c | 2 +
gcc/gimplify.c | 21 +
gcc/lto/ChangeLog | 5 +
gcc/lto/lto-lang.c | 6 +-
gcc/po/ChangeLog | 4 +
gcc/po/gcc.pot | 3253 +++++++++++++-------------
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/g++.dg/cilk-plus/CK/pr80038.cc | 47 +
gcc/tree-core.h | 4 +
gcc/tree.h | 6 +
libcpp/po/ChangeLog | 4 +
libcpp/po/cpplib.pot | 2 +-
23 files changed, 1848 insertions(+), 1767 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cilk-plus/CK/pr80038.cc
--
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 gcc-7-branch
in repository gcc.
from 17e3a93feb6 Daily bump.
new 0daba6e8d79 Regenerate .pot 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:
gcc/po/ChangeLog | 4 +
gcc/po/gcc.pot | 710 ++++++++++++++++++++++++++-------------------------
libcpp/po/ChangeLog | 4 +
libcpp/po/cpplib.pot | 2 +-
4 files changed, 367 insertions(+), 353 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 3aa549e82b Put back REQUIRES: system-darwin to fix asan bot.
new 0574880145 Fix initial diagnostic state setup for an explicit module wi [...]
new fb2ffebf7d New file missed from r301846.
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/Serialization/ASTReader.cpp | 18 ++++++++++++++----
test/Modules/Inputs/diag_flags.h | 1 +
test/Modules/Inputs/module.map | 4 ++++
test/Modules/diag-flags.cpp | 22 ++++++++++++++++++++++
4 files changed, 41 insertions(+), 4 deletions(-)
create mode 100644 test/Modules/Inputs/diag_flags.h
create mode 100644 test/Modules/diag-flags.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 4d051558e48 [APInt] In operator!, handle single word case by comparing [...]
new 10dbf12dd66 Bitcode: Make the summary reader responsible for merging. NFCI.
new ce5526513bd Adds initial llvm-dwarfdump --verify support with unit tests.
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/llvm/Bitcode/BitcodeReader.h | 9 +
include/llvm/DebugInfo/DIContext.h | 4 +
include/llvm/DebugInfo/DWARF/DWARFContext.h | 2 +
include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 1 +
include/llvm/IR/ModuleSummaryIndex.h | 7 -
lib/Bitcode/Reader/BitcodeReader.cpp | 85 +++++---
lib/DebugInfo/DWARF/DWARFContext.cpp | 113 +++++++++++
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 6 +-
lib/IR/ModuleSummaryIndex.cpp | 36 ----
lib/LTO/LTO.cpp | 8 +-
lib/LTO/ThinLTOCodeGenerator.cpp | 15 +-
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 53 ++++-
tools/llvm-lto/llvm-lto.cpp | 9 +-
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 241 +++++++++++++++++++++++
14 files changed, 499 insertions(+), 90 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 a88ac2959 [ubsan] Fall back to the fast unwinder when print_stacktrace=1
new fed66060a [sanitizer-coverage] remove more stale code
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/sanitizer_common/sanitizer_coverage_libcdep.cc | 31 ----------------------
lib/sanitizer_common/sanitizer_flags.inc | 6 -----
test/asan/TestCases/coverage-levels.cc | 31 ----------------------
3 files changed, 68 deletions(-)
delete mode 100644 test/asan/TestCases/coverage-levels.cc
--
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 dc229acb5c8 [APInt] Fix copy/paste mistake in comment for isNullValue. NFC
new b4e4acec445 [AArch64] Move GISel accessor initialization from TargetMac [...]
new 4d051558e48 [APInt] In operator!, handle single word case by comparing [...]
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/llvm/ADT/APInt.h | 4 +-
lib/Target/AArch64/AArch64Subtarget.cpp | 65 ++++++++++++++++++++++++++++-
lib/Target/AArch64/AArch64TargetMachine.cpp | 55 ------------------------
3 files changed, 67 insertions(+), 57 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 52cc5a2a3d Object: Remove ModuleSummaryIndexObjectFile class.
new 3aa549e82b Put back REQUIRES: system-darwin to fix asan bot.
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/Modules/crash-vfs-headermaps.m | 2 +-
test/Modules/crash-vfs-include-pch.m | 2 +-
test/Modules/crash-vfs-ivfsoverlay.m | 2 +-
test/Modules/crash-vfs-relative-incdir.m | 2 +-
test/Modules/crash-vfs-run-reproducer.m | 2 +-
5 files changed, 5 insertions(+), 5 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 aea5fa3b2 [asan] speed up small memcpy (> 32 but <= 64 bytes)
new a88ac2959 [ubsan] Fall back to the fast unwinder when print_stacktrace=1
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/ubsan/ubsan_diag.cc | 17 +++++++++--------
test/ubsan/TestCases/Misc/missing_return.cpp | 7 ++-----
test/ubsan/TestCases/TypeCheck/misaligned.cpp | 8 ++------
3 files changed, 13 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 llvm.
from 4e235f9788d IPO: Add missing build dep.
new dc229acb5c8 [APInt] Fix copy/paste mistake in comment for isNullValue. 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:
include/llvm/ADT/APInt.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.