This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ff2120a [RDF] Aggregate shadow phi uses into one cluster when propaga [...] new 24d2821 Change default TimerGroup singleton to use magic statics new 075abc4 [Hexagon] Start using regmasks on calls new 878598d [MachinePipeliner] Remove redundant destructor. 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: lib/CodeGen/MachinePipeliner.cpp | 9 +--- lib/Support/Timer.cpp | 19 ++----- 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 | 22 ++++---- 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 ++ .../CodeGen/Hexagon/avoid-predspill-calleesaved.ll | 1 - test/CodeGen/Hexagon/compound.ll | 4 +- 22 files changed, 276 insertions(+), 142 deletions(-)