[all-commits] [llvm/llvm-project] 0144f5: AttrBuilder::merge/remove - use const& for iterato...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Jul 1 04:01:42 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0144f501a63e62771c7e2552334a36c36f3a3686
      https://github.com/llvm/llvm-project/commit/0144f501a63e62771c7e2552334a36c36f3a3686
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-01 (Wed, 01 Jul 2020)

  Changed paths:
    M llvm/lib/IR/Attributes.cpp

  Log Message:
  -----------
  AttrBuilder::merge/remove - use const& for iterator values in for-range loops.

Noticed by clang-tidy performance-for-range-copy warning.


  Commit: 36aaffbf56913ebe1e3987d7d0ac76573be65cbc
      https://github.com/llvm/llvm-project/commit/36aaffbf56913ebe1e3987d7d0ac76573be65cbc
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-01 (Wed, 01 Jul 2020)

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

  Log Message:
  -----------
  Fix Wdocumentation warnings due to outdated parameter list. NFC.


  Commit: cfb5b144cf4686755d9e244bd425221ad88e2a63
      https://github.com/llvm/llvm-project/commit/cfb5b144cf4686755d9e244bd425221ad88e2a63
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-01 (Wed, 01 Jul 2020)

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

  Log Message:
  -----------
  Fix Wdocumentation warnings by only tagging a param id once per doxygen comment block. NFC.


  Commit: 93707fe30927b19b533f04426a6614f952f49dd1
      https://github.com/llvm/llvm-project/commit/93707fe30927b19b533f04426a6614f952f49dd1
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2020-07-01 (Wed, 01 Jul 2020)

  Changed paths:
    A llvm/test/CodeGen/X86/shrink-const.ll

  Log Message:
  -----------
  [X86][SSE] Add test showing incorrect sign-extension by targetShrinkDemandedConstant


Compare: https://github.com/llvm/llvm-project/compare/7dc892661edd...93707fe30927


More information about the All-commits mailing list