[all-commits] [llvm/llvm-project] db69b1: LoopAccessAnalysis.h - reduce AliasAnalysis.h incl...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Jun 25 08:01:52 PDT 2020


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

  Changed paths:
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
    M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp

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

Fix implicit include dependencies in source files and replace legacy AliasAnalysis typedef with AAResults where necessary.


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

  Changed paths:
    M llvm/include/llvm/Analysis/GlobalsModRef.h
    M llvm/lib/Analysis/GlobalsModRef.cpp
    M llvm/lib/Transforms/Utils/EntryExitInstrumenter.cpp
    M llvm/unittests/Analysis/GlobalsModRefTest.cpp

  Log Message:
  -----------
  GlobalsModRef.h - reduce CallGraph.h include to forward declarations. NFC.

Fix implicit include dependencies in source files.


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

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

  Log Message:
  -----------
  Remove orphan TypeBasedAAResult::PathAliases declaration. NFC.


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

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

  Log Message:
  -----------
  Remove orphan AMDGPUAAResult::Aliases and AMDGPUAAResult::PathAliases declarations. NFC.


Compare: https://github.com/llvm/llvm-project/compare/3cb2190b0ba3...1472e2a792fc


More information about the All-commits mailing list