This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8458f17 x86 interrupt calling convention: only save xmm registers if [...] new 62209f2 [RDF] Move normalize(RegisterRef) to PhysicalRegisterInfo new 89f19b2 InstCombine: Canonicalize fast fmuladd to fmul + fadd new b42dbbf Refactor DebugHandlerBase a bit to common non-debug-having-fu [...]
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/AsmPrinter/CodeViewDebug.cpp | 16 ++------- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 13 +++---- lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 27 ++++++++++++++- lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 4 +++ lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 39 +++++++-------------- lib/CodeGen/AsmPrinter/DwarfDebug.h | 15 ++++---- lib/Target/Hexagon/HexagonOptAddrMode.cpp | 2 +- lib/Target/Hexagon/RDFGraph.cpp | 20 ++--------- lib/Target/Hexagon/RDFGraph.h | 1 - lib/Target/Hexagon/RDFLiveness.cpp | 8 ++--- lib/Target/Hexagon/RDFRegisters.cpp | 46 +++++++++++++++---------- lib/Target/Hexagon/RDFRegisters.h | 4 +-- lib/Transforms/InstCombine/InstCombineCalls.cpp | 15 +++++++- test/DebugInfo/COFF/typedef.ll | 2 +- test/Transforms/InstCombine/fma.ll | 9 +++-- 15 files changed, 117 insertions(+), 104 deletions(-)