[all-commits] [llvm/llvm-project] bcd767: AsmWriterOperand - fix uninitialized variable warn...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Thu Nov 7 09:07:00 PST 2019


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

  Changed paths:
    M llvm/utils/TableGen/AsmWriterInst.h

  Log Message:
  -----------
  AsmWriterOperand - fix uninitialized variable warning. NFCI.


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

  Changed paths:
    M llvm/lib/Target/X86/X86CondBrFolding.cpp

  Log Message:
  -----------
  X86CondBrFolding - remove non-existent fixBranchProb function. NFC.


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

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

  Log Message:
  -----------
  ManagedStringPool - pre-increment iterator. NFC.


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

  Changed paths:
    M llvm/lib/CodeGen/PostRASchedulerList.cpp

  Log Message:
  -----------
  PostRAScheduler - fix uninitialized variable warning. NFCI.


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

  Changed paths:
    M llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h

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


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

  Changed paths:
    M llvm/include/llvm/CodeGen/MachineMemOperand.h

  Log Message:
  -----------
  MachineMemOperand::getBaseAlignment() - fix "shift of i32 then extended to i64" static analyzer warning. NFCI.


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

  Changed paths:
    M llvm/lib/Target/X86/X86FrameLowering.cpp

  Log Message:
  -----------
  X86FrameLowering - fix bool to unsigned cast static analyzer warnings. NFCI.


Compare: https://github.com/llvm/llvm-project/compare/c63c1a72dab9...05299c7d98ab


More information about the All-commits mailing list