This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dc5aad6 [CodeGen] Attempt to fix buildbots broken in r295499. new 4231bd0 [X86] Simplify by pulling out valuetype. NFCI. new 4022d8a [NewGVN] isOnlyReachableViaThisEdge() is dead now. NFCI. new eee70a1 [Hexagon] Start using regmasks on calls
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/Target/Hexagon/HexagonBlockRanges.cpp | 63 +++++++++++++++++++--- lib/Target/Hexagon/HexagonCopyToCombine.cpp | 26 +++++---- lib/Target/Hexagon/HexagonDepInstrInfo.td | 6 --- lib/Target/Hexagon/HexagonFrameLowering.cpp | 34 ++++++++---- lib/Target/Hexagon/HexagonHardwareLoops.cpp | 24 ++++----- lib/Target/Hexagon/HexagonISelLowering.cpp | 51 ++++++++++-------- lib/Target/Hexagon/HexagonISelLowering.h | 2 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 20 +++++-- lib/Target/Hexagon/HexagonMCInstLower.cpp | 5 +- lib/Target/Hexagon/HexagonPseudo.td | 35 ++++++------ lib/Target/Hexagon/HexagonRegisterInfo.cpp | 12 +++-- lib/Target/Hexagon/HexagonRegisterInfo.h | 3 +- lib/Target/Hexagon/HexagonRegisterInfo.td | 17 ++---- lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 57 ++++++++++++++++++-- lib/Target/Hexagon/HexagonVLIWPacketizer.h | 1 + lib/Target/Hexagon/RDFDeadCode.cpp | 12 ++++- lib/Target/Hexagon/RDFRegisters.cpp | 15 ++++-- lib/Target/Hexagon/RDFRegisters.h | 4 ++ lib/Target/X86/X86ISelLowering.cpp | 4 +- lib/Transforms/Scalar/NewGVN.cpp | 18 ------- .../CodeGen/Hexagon/avoid-predspill-calleesaved.ll | 1 - test/CodeGen/Hexagon/compound.ll | 4 +- 22 files changed, 275 insertions(+), 139 deletions(-)