[all-commits] [llvm/llvm-project] 93c338: CodeGenDAGPatterns.h - remove unused CodeGenHwMode...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Mon Jul 20 07:20:06 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 93c338fd0feaafc810c382fd9d6276eaab376917
      https://github.com/llvm/llvm-project/commit/93c338fd0feaafc810c382fd9d6276eaab376917
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M llvm/utils/TableGen/CodeGenDAGPatterns.h

  Log Message:
  -----------
  CodeGenDAGPatterns.h - remove unused CodeGenHwModes.h include. NFCI.


  Commit: a0ed0e3fac397cf6ca98e170cc5846e5429132c7
      https://github.com/llvm/llvm-project/commit/a0ed0e3fac397cf6ca98e170cc5846e5429132c7
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M llvm/utils/TableGen/CodeGenDAGPatterns.h

  Log Message:
  -----------
  CodeGenDAGPatterns.h - remove unnecessary ComplexPattern forward declaration. NFCI.

This is defined in CodeGenTarget.h which we have to explicitly include already.


  Commit: 017e5c949bcebcfa8dbbae881fc5cd211434c052
      https://github.com/llvm/llvm-project/commit/017e5c949bcebcfa8dbbae881fc5cd211434c052
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-20 (Mon, 20 Jul 2020)

  Changed paths:
    M llvm/include/llvm/MC/MCFixup.h
    M llvm/include/llvm/MC/MCSymbol.h
    M llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp
    M llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.h
    M llvm/lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp

  Log Message:
  -----------
  MCFixup.h - remove unnecessary MCExpr.h include. NFCI.

Move the include down to files that actually depend on MCExpr definitions.

Also exposes an implicit dependency on MCContext in AVRAsmBackend.h


Compare: https://github.com/llvm/llvm-project/compare/6a1030aa0e4e...017e5c949bce


More information about the All-commits mailing list