This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 07a58ad Don't try to link to the 4.0 release notes
new 54ad54e De-duplicate some code for creating an AARGetter suitable for [...]
new 49a435a [InstCombine] allow (X * C2) << C1 --> X * (C2 << C1) for vectors
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/Analysis/BasicAliasAnalysis.h | 18 +++++++++++++++++
lib/Transforms/IPO/ArgumentPromotion.cpp | 11 +----------
lib/Transforms/IPO/FunctionAttrs.cpp | 16 ++-------------
lib/Transforms/IPO/Inliner.cpp | 12 +-----------
lib/Transforms/InstCombine/InstCombineShifts.cpp | 25 ++++++++++++------------
test/Transforms/InstCombine/apint-shift.ll | 14 +++++++++++++
6 files changed, 48 insertions(+), 48 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 1147753 Start libc++ python cleanup and consolidation.
new ed80386 Move libcxx/test/libcxx python package into libcxx/utils/libcxx.
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/libcxx/test/__init__.py | 0
test/libcxx/util.py | 55 -----
test/lit.cfg | 2 +-
{test => utils}/libcxx/compiler.py | 23 +-
utils/libcxx/sym_check/extract.py | 5 +-
utils/libcxx/sym_check/util.py | 61 +-----
{test/libcxx => utils/libcxx/test}/__init__.py | 0
{test => utils}/libcxx/test/config.py | 13 +-
{test => utils}/libcxx/test/executor.py | 3 +-
{test => utils}/libcxx/test/format.py | 4 +-
{test => utils}/libcxx/test/target_info.py | 1 -
{test => utils}/libcxx/test/tracing.py | 0
utils/libcxx/util.py | 285 +++++++++++++++++++++++++
13 files changed, 310 insertions(+), 142 deletions(-)
delete mode 100644 test/libcxx/test/__init__.py
delete mode 100644 test/libcxx/util.py
rename {test => utils}/libcxx/compiler.py (93%)
rename {test/libcxx => utils/libcxx/test}/__init__.py (100%)
rename {test => utils}/libcxx/test/config.py (99%)
rename {test => utils}/libcxx/test/executor.py (99%)
rename {test => utils}/libcxx/test/format.py (99%)
rename {test => utils}/libcxx/test/target_info.py (99%)
rename {test => utils}/libcxx/test/tracing.py (100%)
create mode 100644 utils/libcxx/util.py
--
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 a787c7d Fix build break from r294633.
new 65b9667 [docs] Fix typo
new 9e6fc42 lit.rst: Fix sphinx complaint about multiple option definitions
new 07a58ad Don't try to link to the 4.0 release notes
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:
docs/CodeGenerator.rst | 4 ++--
docs/CommandGuide/lit.rst | 2 +-
docs/ReleaseNotes.rst | 6 +++---
3 files changed, 6 insertions(+), 6 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 161421e [X86] Remove duplicate call to getValueType. NFCI.
new a787c7d Fix build break from r294633.
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/DebugInfo/PDB/Native/NativeRawSymbol.h | 3 ---
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 6 +++---
2 files changed, 3 insertions(+), 6 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 lld.
from 317ed91 Handle gcing user created metadata.
new 23b37bf list paths explicitly instead of using * in test/COFF/savetemps.ll
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/COFF/savetemps.ll | 32 ++++++++++++++++++--------------
1 file changed, 18 insertions(+), 14 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 7bf80c8 Diagnose attempts to explicitly instantiate a template at cla [...]
new 32f0979 Disallow explicit instantiation and explicit specialization f [...]
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/Basic/DiagnosticSemaKinds.td | 2 ++
lib/Sema/SemaDecl.cpp | 10 +++++++++-
lib/Sema/SemaTemplate.cpp | 8 ++++++++
test/CXX/temp/temp.deduct.guide/p1.cpp | 20 ++++++++++++++++++++
www/cxx_status.html | 8 ++++++--
5 files changed, 45 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 llvm.
from cdf1f70 X86: Introduce relocImm-based patterns for cmp.
new 161421e [X86] Remove duplicate call to getValueType. 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/X86ISelLowering.cpp | 7 +++----
1 file changed, 3 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 05157f0 [DebugInfo] Added support to Clang FE for generating debug in [...]
new 7bf80c8 Diagnose attempts to explicitly instantiate a template at cla [...]
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/Parse/ParseDeclCXX.cpp | 3 ++-
test/Parser/cxx-template-decl.cpp | 10 ++++++++++
test/Parser/eof.cpp | 2 +-
test/SemaCXX/cxx1y-variable-templates_in_class.cpp | 6 ++----
test/SemaTemplate/explicit-instantiation.cpp | 4 ++--
test/SemaTemplate/template-id-expr.cpp | 8 ++++++--
6 files changed, 23 insertions(+), 10 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 zorg.
from cfe9f00 Subscribe myself to the AVR buildbot
new 9428e24 Add check-fuzzer to Asan buildbot on Windows.
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:
zorg/buildbot/builders/SanitizerBuilderWindows.py | 60 +++++++++++++++++++++++
zorg/buildbot/builders/Util.py | 11 +++++
2 files changed, 71 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.