[all-commits] [llvm/llvm-project] d1bd5e: SLPVectorizer - make comparison operators + isInSc...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Wed Nov 13 06:42:05 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d1bd5e476b6baeaaa7b5ad3debf4e4ff9bae295e
      https://github.com/llvm/llvm-project/commit/d1bd5e476b6baeaaa7b5ad3debf4e4ff9bae295e
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  SLPVectorizer - make comparison operators + isInSchedulingRegion const

Fixes cppcheck warnings.


  Commit: 66f2ed07468f78768528483ab53afdd3c489172d
      https://github.com/llvm/llvm-project/commit/66f2ed07468f78768528483ab53afdd3c489172d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCReduceCRLogicals.cpp

  Log Message:
  -----------
  PPCReduceCRLogicals - fix static analyzer warnings. NFC
- Fix uninitialized variable warnings.
- Fix null dereference warnings.


  Commit: b3be859baa8eb84d1d2a304032c328a54a0d1901
      https://github.com/llvm/llvm-project/commit/b3be859baa8eb84d1d2a304032c328a54a0d1901
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/Sparc/DelaySlotFiller.cpp
    M llvm/lib/Target/Sparc/LeonPasses.h
    M llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp

  Log Message:
  -----------
  Sparc - fix uninitialized variable warnings. NFCI.


  Commit: 6ebc5089b2d39493adddb3bd94121ada1f43c16c
      https://github.com/llvm/llvm-project/commit/6ebc5089b2d39493adddb3bd94121ada1f43c16c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h

  Log Message:
  -----------
  Fix uninitialized variable warning. NFCI.


  Commit: 29a5a6eed0fc9e269e3fefdf963e7fd12931568c
      https://github.com/llvm/llvm-project/commit/29a5a6eed0fc9e269e3fefdf963e7fd12931568c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp

  Log Message:
  -----------
  Fix uninitialized variable warning. NFCI.


  Commit: e1670175f2c016e08507939c2cc6ab53857d898c
      https://github.com/llvm/llvm-project/commit/e1670175f2c016e08507939c2cc6ab53857d898c
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZLongBranch.cpp

  Log Message:
  -----------
  Fix uninitialized variable warning. NFCI.


  Commit: 86f07e826f4f119fa2c730e3cc3be65f2f898125
      https://github.com/llvm/llvm-project/commit/86f07e826f4f119fa2c730e3cc3be65f2f898125
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2019-11-13 (Wed, 13 Nov 2019)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    M llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
    M llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.h

  Log Message:
  -----------
  PowerPC - fix uninitialized variable warnings. NFCI.


Compare: https://github.com/llvm/llvm-project/compare/16bdcc809c72...86f07e826f4f


More information about the All-commits mailing list