[all-commits] [llvm/llvm-project] dd3580: AggressiveInstCombineInternal.h - reduce unnecessa...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Fri Jun 26 02:08:28 PDT 2020


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

  Changed paths:
    M llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombineInternal.h
    M llvm/lib/Transforms/AggressiveInstCombine/TruncInstCombine.cpp

  Log Message:
  -----------
  AggressiveInstCombineInternal.h - reduce unnecessary includes to forward declarations. NFC.


  Commit: 70f290d95c331a610dcb1fcd53a0300acbee2851
      https://github.com/llvm/llvm-project/commit/70f290d95c331a610dcb1fcd53a0300acbee2851
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/lib/Transforms/Utils/VNCoercion.cpp

  Log Message:
  -----------
  VNCoercion.cpp - remove unused includes. NFC.


  Commit: 8b52037c7f9f44f5deea7f128f9560a96a6b449c
      https://github.com/llvm/llvm-project/commit/8b52037c7f9f44f5deea7f128f9560a96a6b449c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/lib/IR/FPEnv.cpp
    M llvm/lib/IR/LegacyPassManager.cpp
    M llvm/lib/IR/Operator.cpp
    M llvm/lib/IR/PassManager.cpp
    M llvm/lib/IR/SafepointIRVerifier.cpp
    M llvm/lib/IR/Use.cpp
    M llvm/lib/IR/User.cpp

  Log Message:
  -----------
  Fix some clang-tidy namespace closing comments warnings. NFC.


  Commit: da426ead73aa99202e80423048ace9ceb92312a8
      https://github.com/llvm/llvm-project/commit/da426ead73aa99202e80423048ace9ceb92312a8
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/LiveRangeEdit.h
    M llvm/lib/CodeGen/LiveRangeEdit.cpp

  Log Message:
  -----------
  LiveRangeEdit.h - reduce AliasAnalysis.h include to forward declaration. NFC.

Move include to LiveRangeEdit.cpp and replace legacy AliasAnalysis typedef with AAResults where necessary.


  Commit: 8ebab67785ebe6d14dd87daf3dd063be35be9d95
      https://github.com/llvm/llvm-project/commit/8ebab67785ebe6d14dd87daf3dd063be35be9d95
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/MemoryLocation.h

  Log Message:
  -----------
  MemoryLocation.h - reduce Instruction.h include to forward declaration. NFC.


  Commit: 712b0a20267eba0d69fff38fe2f1c3d835d0f7c0
      https://github.com/llvm/llvm-project/commit/712b0a20267eba0d69fff38fe2f1c3d835d0f7c0
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/include/llvm/IR/Constants.h

  Log Message:
  -----------
  Constants.h - remove unnecessary forward declarations. NFC.

We have to include DerivedTypes.h


Compare: https://github.com/llvm/llvm-project/compare/834c71829cc2...712b0a20267e


More information about the All-commits mailing list