This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a07d9f3 Silence -Wcovered-switch-default warning.
new d289ddd [WebAssembly] Fix some broken type encodings in wasm binary
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/MC/WasmObjectWriter.cpp | 18 +++++++++---------
.../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 10 +++++++---
.../MCTargetDesc/WebAssemblyTargetStreamer.h | 4 ++++
3 files changed, 20 insertions(+), 12 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 7d515a4 Clarify a comment about mapped_iterator. NFC
new 4616521 [InstCombine] avoid breaking up bitcasted vector min/max patt [...]
new a07d9f3 Silence -Wcovered-switch-default warning.
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/DebugInfo/PDB/Native/InfoStream.cpp | 14 +++++++++-----
lib/Transforms/InstCombine/InstCombineSelect.cpp | 10 ++++++++++
test/Transforms/InstCombine/minmax-fold.ll | 7 ++++---
3 files changed, 23 insertions(+), 8 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 e399c3e Create msbuild only when using MSVC
new e0f4fee [InstCombine] add tests for PR32306 and missed min/max canoni [...]
new c3f644a ArchiveWriter: Remove unused variables. NFC.
new 7d515a4 Clarify a comment about mapped_iterator. NFC
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:
include/llvm/ADT/STLExtras.h | 2 +-
lib/Object/ArchiveWriter.cpp | 4 --
test/Transforms/InstCombine/minmax-fold.ll | 84 +++++++++++++++++++++++++++---
3 files changed, 79 insertions(+), 11 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 6308f28 Revert commit r297971 because of issues reported by msan.
new 7b596b1 [llvm-pdbdump] Add support for diffing the PDB Stream.
new 7ba6356 [PDB] Add support for parsing Flags from PDB Stream.
new e399c3e Create msbuild only when using MSVC
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:
include/llvm/DebugInfo/CodeView/Formatters.h | 4 +
include/llvm/DebugInfo/PDB/Native/Formatters.h | 52 ++++++
include/llvm/DebugInfo/PDB/Native/InfoStream.h | 12 ++
.../llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h | 2 +
include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h | 1 +
include/llvm/DebugInfo/PDB/Native/RawConstants.h | 16 ++
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 4 +
lib/DebugInfo/PDB/Native/InfoStream.cpp | 43 ++++-
lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp | 17 +-
lib/DebugInfo/PDB/Native/NamedStreamMap.cpp | 2 +
test/DebugInfo/PDB/pdbdump-headers.test | 3 +
test/DebugInfo/PDB/pdbdump-readwrite.test | 1 +
test/DebugInfo/PDB/pdbdump-yaml.test | 1 +
tools/llvm-pdbdump/Diff.cpp | 174 ++++++++++++++++++---
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 1 +
tools/llvm-pdbdump/PdbYaml.cpp | 12 ++
tools/llvm-pdbdump/PdbYaml.h | 1 +
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 4 +-
tools/msbuild/CMakeLists.txt | 2 +-
20 files changed, 325 insertions(+), 28 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Native/Formatters.h
--
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 e00719d TargetInstrInfo: Provide default implementation of isTailCall().
new 6308f28 Revert commit r297971 because of issues reported by msan.
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/Transforms/Utils/Local.h | 13 +--
lib/Transforms/InstCombine/InstCombineInternal.h | 6 +-
lib/Transforms/Utils/Local.cpp | 103 ++++++++--------------
test/Transforms/InstCombine/debuginfo-dce.ll | 106 -----------------------
4 files changed, 37 insertions(+), 191 deletions(-)
delete mode 100644 test/Transforms/InstCombine/debuginfo-dce.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 271460b [AVX-512] Add tests for kandn, kor, kxor, and kxnor intrinsics.
new 8b1080c [globalisel] Correct one more simple immediate that should be [...]
new e00719d TargetInstrInfo: Provide default implementation of isTailCall().
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/Target/TargetInstrInfo.h | 6 ++++--
lib/Target/AArch64/AArch64InstrInfo.cpp | 11 -----------
lib/Target/AArch64/AArch64InstrInfo.h | 2 --
lib/Target/ARM/ARMBaseInstrInfo.cpp | 13 -------------
lib/Target/ARM/ARMBaseInstrInfo.h | 2 --
lib/Target/X86/X86InstrInfo.cpp | 22 ----------------------
lib/Target/X86/X86InstrInfo.h | 2 --
test/CodeGen/AArch64/GlobalISel/select-binop.mir | 2 +-
8 files changed, 5 insertions(+), 55 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 57ee605 PR tree-optimization/71437 * tree-ssa-dom.c (dom_opt_dom_wa [...]
new f07b3e8 [gcc] 2017-03-16 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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 | 11 ++++++--
gcc/config/rs6000/vsx.md | 23 ++++++++++++----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/pr71294.C | 60 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 92 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr71294.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 llvm.
from b789f7b Fix unused variable warnings.
new 01137ce Remove redundant conditions (PR31753). NFCI.
new 4235bb8 [llvm-pdbdump] clang-format Diff.cpp
new 271460b [AVX-512] Add tests for kandn, kor, kxor, and kxnor intrinsics.
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:
lib/CodeGen/MachinePipeliner.cpp | 4 +-
test/CodeGen/X86/avx512-intrinsics.ll | 68 +++++++++++++++++++++++++++++++++
tools/llvm-pdbdump/Diff.cpp | 71 +++++++++++++++++++++--------------
3 files changed, 112 insertions(+), 31 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 2675beb Fix tree-prof/pr66295.c
new be244ef PR tree-optimization/71437 * tree-ssa-dom.c (pfn_simplify): [...]
new 57ee605 PR tree-optimization/71437 * tree-ssa-dom.c (dom_opt_dom_wa [...]
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 | 48 +++++++++++
gcc/tree-ssa-dom.c | 74 ++--------------
gcc/tree-ssa-threadedge.c | 185 ++++++++++++++++++++-------------------
gcc/tree-ssa-threadedge.h | 10 +--
gcc/tree-vrp.c | 215 +++++++++++++++++++++++++++-------------------
5 files changed, 280 insertions(+), 252 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 6dc8f23 [AST] Follow-up to r297972, add default value for setGetterNa [...]
new 75bc189 Use arg_begin() instead of getArgumentList().begin(), the arg [...]
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/CodeGen/CGOpenMPRuntime.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.