[all-commits] [llvm/llvm-project] 501ec3: [llvm-stress][opaque pointers] Remove use of depre...

Eli Friedman via All-commits all-commits at lists.llvm.org
Fri Apr 3 18:01:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 501ec31b596050620c174f61ede4e3ffb9f5df99
      https://github.com/llvm/llvm-project/commit/501ec31b596050620c174f61ede4e3ffb9f5df99
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M llvm/tools/llvm-stress/llvm-stress.cpp

  Log Message:
  -----------
  [llvm-stress][opaque pointers] Remove use of deprecated constructor

(See also D76269.)


  Commit: b11decc221a65d2c7290b93a4662a607a63b6d86
      https://github.com/llvm/llvm-project/commit/b11decc221a65d2c7290b93a4662a607a63b6d86
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M clang/lib/CodeGen/CGCleanup.cpp

  Log Message:
  -----------
  [clang codegen][opaque pointers] Remove use of deprecated constructor

(See also D76269.)


  Commit: 3e5d671c1910a0477e352eb858654ad5e45f4757
      https://github.com/llvm/llvm-project/commit/3e5d671c1910a0477e352eb858654ad5e45f4757
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M polly/include/polly/CodeGen/LoopGenerators.h
    M polly/include/polly/CodeGen/LoopGeneratorsGOMP.h
    M polly/include/polly/CodeGen/LoopGeneratorsKMP.h
    M polly/lib/CodeGen/LoopGeneratorsGOMP.cpp
    M polly/lib/CodeGen/LoopGeneratorsKMP.cpp
    M polly/lib/Transform/RewriteByReferenceParameters.cpp

  Log Message:
  -----------
  [polly][opaque pointers] Remove use of deprecated APIs.

(See also D76269.)


  Commit: 83fa811e5bf5b291eafd900f3072b961f64f039c
      https://github.com/llvm/llvm-project/commit/83fa811e5bf5b291eafd900f3072b961f64f039c
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2020-04-03 (Fri, 03 Apr 2020)

  Changed paths:
    M clang/lib/CodeGen/CGCall.cpp
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp

  Log Message:
  -----------
  [clang][opaque pointers] Fix up a bunch of "getType()->getElementType()"

In contexts where we know an LLVM type is a pointer, there's generally
some simpler way to get the pointee type.


Compare: https://github.com/llvm/llvm-project/compare/3ccd454c102b...83fa811e5bf5


More information about the All-commits mailing list