[all-commits] [llvm/llvm-project] 56e70f: MCAsmBackend.h - cleanup includes and forward decl...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Apr 16 09:18:30 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 56e70fe8b73bb59dda959731b66c24c3e88a6ab2
      https://github.com/llvm/llvm-project/commit/56e70fe8b73bb59dda959731b66c24c3e88a6ab2
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M llvm/include/llvm/MC/MCAsmBackend.h

  Log Message:
  -----------
  MCAsmBackend.h - cleanup includes and forward declarations. NFC.
Replace StringRef.h include to forward declaration
Remove MCFragment/MCRelaxableFragment forward declarations - these are included in MCFragment.h


  Commit: e1dc1ae01b9e3903f7ac6c420a5cff5978b6954e
      https://github.com/llvm/llvm-project/commit/e1dc1ae01b9e3903f7ac6c420a5cff5978b6954e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M llvm/include/llvm/Object/Wasm.h

  Log Message:
  -----------
  Wasm.h - remove unnecessary StringMap.h include. NFC


  Commit: e7fc356668b1b9ba31126155fd55c76189be31ff
      https://github.com/llvm/llvm-project/commit/e7fc356668b1b9ba31126155fd55c76189be31ff
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M llvm/include/llvm/MC/MCInstrDesc.h
    M llvm/include/llvm/MC/MCInstrInfo.h

  Log Message:
  -----------
  MCInstrDesc.h - move MCSubtargetInfo forward declaration down to MCInstrInfo.h. NFC.

Remove unused FeatureBitset forward declaration


  Commit: 490443f822bbf293e9009cc8e5d33db7438fe294
      https://github.com/llvm/llvm-project/commit/490443f822bbf293e9009cc8e5d33db7438fe294
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M llvm/include/llvm/MC/MCSchedule.h

  Log Message:
  -----------
  MCSchedule.h - replace ArrayRef.h include with forward declaration. NFC.


Compare: https://github.com/llvm/llvm-project/compare/a8f85da9f538...490443f822bb


More information about the All-commits mailing list