This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97beda06264 ARM: Compute MaxCallFrame size early new 6d59bf7ade9 [RDF] Remove covered parts of reached uses for phi and use [...] new b5c0fee11c9 [Hexagon] Remove C6 and C7 as separate registers new 3804dab793e [Hexagon] Disable predicated calls by default new 66092ae0e8d Override invalidate of ProfileSummaryInfo to return false.
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/Analysis/ProfileSummaryInfo.h | 12 +++++++ .../Hexagon/Disassembler/HexagonDisassembler.cpp | 2 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 10 +++++- lib/Target/Hexagon/HexagonRegisterInfo.td | 16 +++------ lib/Target/Hexagon/HexagonSubtarget.cpp | 8 +++++ lib/Target/Hexagon/HexagonSubtarget.h | 1 + .../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 8 ----- lib/Target/Hexagon/RDFLiveness.cpp | 33 +++++++++++-------- lib/Target/Hexagon/RDFRegisters.cpp | 15 +++++++++ lib/Target/Hexagon/RDFRegisters.h | 1 + test/CodeGen/Hexagon/rdf-cover-use.ll | 38 ++++++++++++++++++++++ 11 files changed, 110 insertions(+), 34 deletions(-) create mode 100644 test/CodeGen/Hexagon/rdf-cover-use.ll