This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4bec123 Remove a stale comment from the test, NFC. new 659db1f When the inline spiller rematerializes an instruction, take t [...] new 84668a0 [Hexagon] Clean up some miscellaneous V60 intrinsics a bit new d382882 [mips] Enforce compact branch restrictions
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/InlineSpiller.cpp | 8 +- lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 2 +- lib/Target/Hexagon/HexagonAsmPrinter.cpp | 4 +- lib/Target/Hexagon/HexagonInstrAlias.td | 10 +-- lib/Target/Hexagon/HexagonInstrInfo.cpp | 18 ++-- lib/Target/Hexagon/HexagonInstrInfoV60.td | 22 +++++ lib/Target/Hexagon/HexagonIntrinsicsV60.td | 71 +++++----------- lib/Target/Mips/MipsInstrInfo.cpp | 25 +++--- .../CodeGen/Mips/compactbranches/no-beqzc-bnezc.ll | 28 +++++++ test/DebugInfo/X86/rematerialize.ll | 96 ++++++++++++++++++++++ 10 files changed, 201 insertions(+), 83 deletions(-) create mode 100644 test/DebugInfo/X86/rematerialize.ll