This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d178d059f5e [Hexagon] Cleanup of unused function isCalleeSaveReg (NFC) new 8fab6ef40d7 MachineVerifier: Remove unused set; NFC new 7c75114e0e9 LivePhysRegs: Add default for removeRegsInMask(Clobbers); NFC new 4902354d7a5 LivePhysRegs: Doxygen cleanup; NFC new 5e26a026846 LivePhysRegs: Rework constructor + documentation; NFC new 859371ccf99 [lib/LTO] Don't reinvent the code for switching linkage. new bcefdfc495a [Mips] Placate GCC's -Wmisleading-indentation. NFCI.
The 6 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/CodeGen/LivePhysRegs.h | 102 ++++++++++++------------ lib/CodeGen/LivePhysRegs.cpp | 2 +- lib/CodeGen/MachineVerifier.cpp | 5 -- lib/LTO/LTO.cpp | 14 +--- lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 4 +- lib/Target/AArch64/AArch64FrameLowering.cpp | 4 +- lib/Target/ARM/ARMExpandPseudoInsts.cpp | 4 +- lib/Target/ARM/Thumb1FrameLowering.cpp | 10 +-- lib/Target/Hexagon/HexagonFrameLowering.cpp | 2 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 4 +- lib/Target/Mips/MipsISelLowering.cpp | 34 ++++---- lib/Target/PowerPC/PPCExpandISEL.cpp | 2 +- lib/Target/SystemZ/SystemZExpandPseudo.cpp | 2 +- lib/Target/X86/X86FloatingPoint.cpp | 4 +- lib/Target/X86/X86InstrInfo.cpp | 8 +- 15 files changed, 95 insertions(+), 106 deletions(-)