[all-commits] [llvm/llvm-project] fd8035: HexagonShuffler.h - remove duplicate STLExtras.h i...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Apr 24 05:44:50 PDT 2020


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

  Changed paths:
    M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h

  Log Message:
  -----------
  HexagonShuffler.h - remove duplicate STLExtras.h include. NFC.


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

  Changed paths:
    M llvm/lib/AsmParser/LLLexer.h

  Log Message:
  -----------
  LLLexer.h - reduce SourceMgr.h include to SMLoc.h. NFC
We only need the SMLoc definition and the SourceMgr forward declaration.


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

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIRegisterInfo.h

  Log Message:
  -----------
  SIRegisterInfo.h - remove unnecessary MachineRegisterInfo forward declaration. NFC.
We already need to include MachineRegisterInfo.h


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

  Changed paths:
    M llvm/lib/Support/FileCheckImpl.h

  Log Message:
  -----------
  FileCheckImpl.h - remove unnecessary FileCheckDiag forward declaration. NFC.


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

  Changed paths:
    M llvm/lib/IR/LLVMContextImpl.h

  Log Message:
  -----------
  LLVMContextImpl.h - cleanup includes and forward declarations. NFC.
Reduce StringRef.h include to forward declaration.
Remove unnecessary ConstantFP/ConstantInt forward declarations as we have to include Constants.h


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

  Changed paths:
    M llvm/lib/IR/LLVMContextImpl.h

  Log Message:
  -----------
  LLVMContextImpl.h - remove defunct getOrAddScope* helpers declarations. NFC.
The implementation and uses were removed back at rL223802 (IR: Split Metadata from Value) but these were missed.


Compare: https://github.com/llvm/llvm-project/compare/9774c34a84e3...dffb58eddff4


More information about the All-commits mailing list