[all-commits] [llvm/llvm-project] e8e758: [llvm-jitlink] Print session report even if entry-...

lhames via All-commits all-commits at lists.llvm.org
Thu May 19 10:51:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8e7581fb10d974c6e5cf475f40164035288442f
      https://github.com/llvm/llvm-project/commit/e8e7581fb10d974c6e5cf475f40164035288442f
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-05-19 (Thu, 19 May 2022)

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

  Log Message:
  -----------
  [llvm-jitlink] Print session report even if entry-point lookup errors out.


  Commit: 4bb18a89c418082c3b1e9d16fde40fbc915d17e5
      https://github.com/llvm/llvm-project/commit/4bb18a89c418082c3b1e9d16fde40fbc915d17e5
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
    M llvm/include/llvm/ExecutionEngine/Orc/Core.h
    M llvm/lib/ExecutionEngine/Orc/Core.cpp
    M llvm/lib/ExecutionEngine/Orc/LookupAndRecordAddrs.cpp

  Log Message:
  -----------
  [ORC] Add missing std::moves, pass SymbolLookupSet by value.

Avoids some unnecessary SymbolStringPtr copies.


  Commit: d27e4bcebdb275a169b859f2df7890f0813ef2f8
      https://github.com/llvm/llvm-project/commit/d27e4bcebdb275a169b859f2df7890f0813ef2f8
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/Core.cpp

  Log Message:
  -----------
  [ORC] Add a FIXME.


  Commit: 2ca81cd91486280b232a6be45858f757a8ea0870
      https://github.com/llvm/llvm-project/commit/2ca81cd91486280b232a6be45858f757a8ea0870
  Author: Lang Hames <lhames at gmail.com>
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/ObjectFileInterface.cpp

  Log Message:
  -----------
  [ORC] Avoid more SymbolStringPtr copies.


Compare: https://github.com/llvm/llvm-project/compare/4c1b65e7bc92...2ca81cd91486


More information about the All-commits mailing list