This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4a0edca Delete some dead code in SelectionDAG (NFC)
new 27ab1b8 [Hexagon] NFC. Canonicalizing absolute address instruction names.
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:
.../Hexagon/Disassembler/HexagonDisassembler.cpp | 84 ++++++------
lib/Target/Hexagon/HexagonBitTracker.cpp | 12 +-
lib/Target/Hexagon/HexagonInstrInfoV4.td | 144 ++++++++++-----------
lib/Target/Hexagon/HexagonInstrInfoV5.td | 10 +-
4 files changed, 125 insertions(+), 125 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 12bd3d1 [WebAssemby] Implement block signatures.
new 4a0edca Delete some dead code in SelectionDAG (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/CodeGen/SelectionDAG.h | 13 -------
include/llvm/Target/TargetLowering.h | 1 -
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 --
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 53 --------------------------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 -
5 files changed, 73 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 344db13 [ubsan] Turn on 'Has CXXABI' to enable support for -fsanitize [...]
new 32e8a12 [ubsan] 0 -> nullptr (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/ubsan/ubsan_type_hash_itanium.cc | 4 ++--
1 file changed, 2 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 lld.
from ac911e2 Remove useless function.
new cc2815b Add an empty DBI stream.
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:
COFF/PDB.cpp | 5 ++++-
test/COFF/pdb.test | 24 ++++++++++++++++--------
2 files changed, 20 insertions(+), 9 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 ceab25e C++17 copy elision improvements.
new a4cb448 2016-10-06 Andrew Pinski <apinski(a)cavium.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 | 5 +++++
gcc/config/aarch64/aarch64-cores.def | 10 ++++++++++
2 files changed, 15 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 llvm.
from d8d953e [WebAssembly] Remove loop's bottom label.
new 12bd3d1 [WebAssemby] Implement block signatures.
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:
.../InstPrinter/WebAssemblyInstPrinter.cpp | 20 ++
.../InstPrinter/WebAssemblyInstPrinter.h | 2 +
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 21 ++-
.../MCTargetDesc/WebAssemblyTargetStreamer.cpp | 13 +-
.../MCTargetDesc/WebAssemblyTargetStreamer.h | 8 +-
lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 39 +---
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 86 +++++++--
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 13 +-
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 4 +-
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 6 +
.../WebAssembly/WebAssemblyMachineFunctionInfo.cpp | 37 ++++
.../WebAssembly/WebAssemblyMachineFunctionInfo.h | 11 ++
test/CodeGen/WebAssembly/cfg-stackify.ll | 202 +++++++++++----------
test/CodeGen/WebAssembly/reg-stackify.ll | 4 +-
test/CodeGen/WebAssembly/switch.ll | 28 +--
15 files changed, 317 insertions(+), 177 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 65236ec Preserve the debug location when CodeGenPrepare sinks a compa [...]
new a5e77a0 [WebAssembly] Remove the output operand from stores.
new d8d953e [WebAssembly] Remove loop's bottom label.
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:
.../InstPrinter/WebAssemblyInstPrinter.cpp | 9 +---
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 9 ++--
lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 33 +++++-------
lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 11 +---
.../WebAssembly/WebAssemblyFrameLowering.cpp | 3 +-
lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 58 ++++++++++----------
lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 19 -------
lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp | 7 +--
.../WebAssembly/WebAssemblySetP2AlignOperands.cpp | 45 +++++++++-------
test/CodeGen/WebAssembly/address-offsets.ll | 48 ++++++++---------
test/CodeGen/WebAssembly/byval.ll | 16 +++---
test/CodeGen/WebAssembly/cfg-stackify.ll | 52 +++++++++++-------
test/CodeGen/WebAssembly/fast-isel-noreg.ll | 2 +-
.../WebAssembly/i32-load-store-alignment.ll | 20 +++----
.../WebAssembly/i64-load-store-alignment.ll | 30 +++++------
test/CodeGen/WebAssembly/inline-asm.ll | 4 +-
test/CodeGen/WebAssembly/load-store-i1.ll | 4 +-
test/CodeGen/WebAssembly/negative-base-reg.ll | 2 +-
test/CodeGen/WebAssembly/offset.ll | 50 ++++++++---------
test/CodeGen/WebAssembly/reg-stackify.ll | 8 +--
test/CodeGen/WebAssembly/store-trunc.ll | 10 ++--
test/CodeGen/WebAssembly/store.ll | 8 +--
test/CodeGen/WebAssembly/userstack.ll | 62 +++++++++++-----------
test/CodeGen/WebAssembly/varargs.ll | 10 ++--
24 files changed, 250 insertions(+), 270 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 e936b22 Handle *_EXTEND_VECTOR_INREG during Integer Legalization
new 65236ec Preserve the debug location when CodeGenPrepare sinks a compa [...]
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/CodeGenPrepare.cpp | 2 ++
test/DebugInfo/Generic/sunk-compare.ll | 46 ++++++++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
create mode 100644 test/DebugInfo/Generic/sunk-compare.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 ce105ac Add another .def file to module map to fix modules buildbot's [...]
new 58bc87d [analyzer] Add explanation why analyzer report is not generat [...]
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/Driver/Options.td | 3 ++-
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 24 ++++++++++++++++------
.../diagnostics/diag-cross-file-boundaries.c | 12 +++++++++++
.../diagnostics/diag-cross-file-boundaries.h | 4 ++++
4 files changed, 36 insertions(+), 7 deletions(-)
create mode 100644 test/Analysis/diagnostics/diag-cross-file-boundaries.c
create mode 100644 test/Analysis/diagnostics/diag-cross-file-boundaries.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.