This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5dab38c TailDuplicator: Remove live-in updating logic
new 631c7c3 Work around PR28400 a bit harder.
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/Transforms/Scalar/JumpThreading.cpp | 7 +++++--
test/Transforms/JumpThreading/crash-assertingvh.ll | 19 +++++++++++++++++++
2 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/JumpThreading/crash-assertingvh.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 llvm.
from aec1b87 [X86] Sort cast cost tables. NFC.
new 5dab38c TailDuplicator: Remove live-in updating logic
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/CodeGen/TailDuplicator.h | 1 -
lib/CodeGen/TailDuplicator.cpp | 18 ------------------
2 files changed, 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 b22cfb7 [SystemZ] Remove AND mask of bottom 6 bits when result is use [...]
new aec1b87 [X86] Sort cast cost tables. 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/Target/X86/X86TargetTransformInfo.cpp | 247 +++++++++++++++---------------
1 file changed, 123 insertions(+), 124 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 b8689ee [SemaExpr] Support assignments from vector to scalars with same size
new 7e3d158 Add AST matchers for handling bit-fields and narrowing based [...]
new 2ef0b43 Ensuring the bit-fields have the same type; MSVC will place t [...]
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:
docs/LibASTMatchersReference.html | 29 +++++++++++++++++++-
include/clang/ASTMatchers/ASTMatchers.h | 32 ++++++++++++++++++++++
lib/ASTMatchers/Dynamic/Registry.cpp | 2 ++
lib/Sema/SemaChecking.cpp | 2 +-
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 8 ++++++
5 files changed, 71 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 libcxx.
from 8668189 Fix typo in #ifdef, and re-enable tests now that the green-dr [...]
new 8e83446 Revert r274605 due to bot failure: http://lab.llvm.org:8080/g [...]
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:
.../meta.unary/meta.unary.prop/is_constructible.pass.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 d459f38 NFC changed names in FunctionImport
new b22cfb7 [SystemZ] Remove AND mask of bottom 6 bits when result is use [...]
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/SystemZ/SystemZISelLowering.cpp | 55 ++++++++++++++-
lib/Target/SystemZ/SystemZISelLowering.h | 1 +
test/CodeGen/SystemZ/rot-01.ll | 4 +-
test/CodeGen/SystemZ/rot-02.ll | 86 +++++++++++++++++++++++
test/CodeGen/SystemZ/shift-12.ll | 106 +++++++++++++++++++++++++++++
5 files changed, 249 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/SystemZ/rot-02.ll
create mode 100644 test/CodeGen/SystemZ/shift-12.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.
Peter Smith pushed a change to branch linaro-local/tls
in repository toolchain/llvm/lld.
discards e1e4890 Support for standard model ARM TLS
adds aa5bc4a [gardening] Switch back to auto. NFCI.
new 04f6465 Support for standard model ARM TLS
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e1e4890)
\
N -- N -- N refs/heads/linaro-local/tls (04f6465)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ELF/OutputSections.cpp | 4 +-
test/ELF/arm-tls-ie32.s | 160 ++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 161 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/arm-tls-ie32.s
--
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 0cb64ba [DAGCombiner] Fix visitSTORE to continue processing current S [...]
new d1168ef Ensure all uses of permute instructions feed vector stores
new 8bf0aed [pdb] Round trip the PDB stream between YAML and binary PDB.
new 02fbf49 [X86][SSE] Fixed typo in insertps lowering.
new d459f38 NFC changed names in FunctionImport
The 4 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/Raw/DbiStream.h | 2 +
include/llvm/DebugInfo/PDB/Raw/InfoStream.h | 7 ++
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 2 +
include/llvm/DebugInfo/PDB/Raw/NameMap.h | 2 +
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 7 +-
include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 2 +
include/llvm/DebugInfo/PDB/Raw/SymbolStream.h | 2 +
include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 2 +
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 2 +
lib/DebugInfo/PDB/Raw/InfoStream.cpp | 51 +++++++++++---
lib/DebugInfo/PDB/Raw/ModStream.cpp | 2 +
lib/DebugInfo/PDB/Raw/NameMap.cpp | 20 ++++++
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 94 +++++++++++++++++++++++++-
lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 2 +
lib/DebugInfo/PDB/Raw/SymbolStream.cpp | 2 +
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 2 +
lib/Target/PowerPC/PPCVSXSwapRemoval.cpp | 20 ++++++
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Transforms/IPO/FunctionImport.cpp | 28 ++++----
test/CodeGen/PowerPC/swaps-le-7.ll | 55 +++++++++++++++
test/DebugInfo/PDB/pdbdump-write.test | 4 +-
test/DebugInfo/PDB/pdbdump-yaml.test | 66 ++++++++++++++++--
tools/llvm-pdbdump/PdbYaml.cpp | 48 +++++++++++++
tools/llvm-pdbdump/PdbYaml.h | 14 ++++
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 25 +++++++
tools/llvm-pdbdump/YAMLOutputStyle.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 45 +++++++++---
tools/llvm-pdbdump/llvm-pdbdump.h | 1 +
28 files changed, 467 insertions(+), 43 deletions(-)
create mode 100644 test/CodeGen/PowerPC/swaps-le-7.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 clang.
from a30322e Revert "Include debug info for nested structs and classes"
new b8689ee [SemaExpr] Support assignments from vector to scalars with same size
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/Sema/SemaExpr.cpp | 16 ++++++++++++++++
test/Sema/vector-cast.c | 14 +++++++++++---
2 files changed, 27 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 gcc.
from 2116cd5 escape: Implement tag phase.
new c05578c Add a new header for diagnosing the use of C++17 facilities i [...]
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:
libstdc++-v3/ChangeLog | 6 ++++++
.../include/bits/{c++0x_warning.h => c++17_warning.h} | 14 +++++++-------
2 files changed, 13 insertions(+), 7 deletions(-)
copy libstdc++-v3/include/bits/{c++0x_warning.h => c++17_warning.h} (80%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.