[all-commits] [llvm/llvm-project] 62a50a: [BrachProbablityInfo] Add invalidate method.

Alina Sbirlea via All-commits all-commits at lists.llvm.org
Fri Jan 17 10:48:46 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 62a50a95fc644016920eb5c9f21b86619e200a5b
      https://github.com/llvm/llvm-project/commit/62a50a95fc644016920eb5c9f21b86619e200a5b
  Author: Alina Sbirlea <asbirlea at google.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/BranchProbabilityInfo.h
    M llvm/lib/Analysis/BranchProbabilityInfo.cpp

  Log Message:
  -----------
  [BrachProbablityInfo] Add invalidate method.

Summary: Add invalidate method for BrachProbablityInfo.

Reviewers: Eugene.Zelenko, chandlerc

Subscribers: hiraditya, sanjoy.google, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D72815


  Commit: 630a8011e468fb82e546e4aae3ade5984fbfa208
      https://github.com/llvm/llvm-project/commit/630a8011e468fb82e546e4aae3ade5984fbfa208
  Author: Alina Sbirlea <asbirlea at google.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/CallGraph.h
    M llvm/lib/Analysis/CallGraph.cpp

  Log Message:
  -----------
  [CallGraph]  Add invalidate method.

Summary: Add invalidate method in CallGraph.

Reviewers: Eugene.Zelenko, chandlerc

Subscribers: hiraditya, sanjoy.google, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D72816


  Commit: 78d4096d037e8df2bbec6eaa4b4cf3ae005d0e41
      https://github.com/llvm/llvm-project/commit/78d4096d037e8df2bbec6eaa4b4cf3ae005d0e41
  Author: Alina Sbirlea <asbirlea at google.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/LazyCallGraph.h
    M llvm/lib/Analysis/LazyCallGraph.cpp

  Log Message:
  -----------
  [LazyCallGraph] Add invalidate method.

Summary: Add invalidate method in LazyCallGraph.

Reviewers: chandlerc, silvas

Subscribers: hiraditya, sanjoy.google, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D72817


  Commit: 54356b4b8118440942a8773610b9920a9c102f03
      https://github.com/llvm/llvm-project/commit/54356b4b8118440942a8773610b9920a9c102f03
  Author: Alina Sbirlea <asbirlea at google.com>
  Date:   2020-01-17 (Fri, 17 Jan 2020)

  Changed paths:
    M llvm/unittests/Analysis/CGSCCPassManagerTest.cpp
    M llvm/unittests/IR/PassManagerTest.cpp

  Log Message:
  -----------
  [UnitTests] Add invalidate methods.


Compare: https://github.com/llvm/llvm-project/compare/eebdd85e7df4...54356b4b8118


More information about the All-commits mailing list