[all-commits] [llvm/llvm-project] 6fd480: [NFC][Alignment] use getAlign in AddressSanitizer

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Jun 14 03:57:11 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6fd480d95703fdd0a5e6d3bad394b5d638b837c4
      https://github.com/llvm/llvm-project/commit/6fd480d95703fdd0a5e6d3bad394b5d638b837c4
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-06-14 (Tue, 14 Jun 2022)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp

  Log Message:
  -----------
  [NFC][Alignment] use getAlign in AddressSanitizer


  Commit: 6725d806400e4071ebf32a95bb21466b32e52a76
      https://github.com/llvm/llvm-project/commit/6725d806400e4071ebf32a95bb21466b32e52a76
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-06-14 (Tue, 14 Jun 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/CodeGen/CodeGenPrepare.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.cpp
    M llvm/lib/Target/ARM/ARMISelLowering.h

  Log Message:
  -----------
  [NFC][Alignment] Use Align in shouldAlignPointerArgs


  Commit: c0e85f1c3bb4cf683aff42eb179ad5643d9a434d
      https://github.com/llvm/llvm-project/commit/c0e85f1c3bb4cf683aff42eb179ad5643d9a434d
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-06-14 (Tue, 14 Jun 2022)

  Changed paths:
    M llvm/lib/CodeGen/SafeStack.cpp
    M llvm/lib/CodeGen/SafeStackLayout.h

  Log Message:
  -----------
  [NFC][Alignment] Use Align in SafeStack


  Commit: 77bba68de6d394f6b8b98529721ba7d0178b20e8
      https://github.com/llvm/llvm-project/commit/77bba68de6d394f6b8b98529721ba7d0178b20e8
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-06-14 (Tue, 14 Jun 2022)

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp

  Log Message:
  -----------
  [NFC][Alignment] Use Align in CoroFrame


  Commit: d9b8d13f8b58086e2c8d5c59be6f79222a07931e
      https://github.com/llvm/llvm-project/commit/d9b8d13f8b58086e2c8d5c59be6f79222a07931e
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-06-14 (Tue, 14 Jun 2022)

  Changed paths:
    M clang/include/clang/AST/CharUnits.h
    M clang/lib/CodeGen/CGCleanup.cpp
    M clang/lib/CodeGen/CGExpr.cpp

  Log Message:
  -----------
  [NFC][Alignment] Use MaybeAlign in CGCleanup/CGExpr


  Commit: b4cf74dc9e85cc7b2c754768044f72bcf37fcdae
      https://github.com/llvm/llvm-project/commit/b4cf74dc9e85cc7b2c754768044f72bcf37fcdae
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-06-14 (Tue, 14 Jun 2022)

  Changed paths:
    M llvm/include/llvm/IR/Instructions.h

  Log Message:
  -----------
  [NFC] Remove dead code


Compare: https://github.com/llvm/llvm-project/compare/e0ae4b50fe4e...b4cf74dc9e85


More information about the All-commits mailing list