[all-commits] [llvm/llvm-project] 4c3ac2: [𝘀𝗽𝗿] initial version

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Dec 10 03:43:21 PST 2024


  Branch: refs/heads/users/fhahn/tysan-a-type-sanitizer-llvm
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c3ac21386c4032f10701f9fd9d2f37244514c99
      https://github.com/llvm/llvm-project/commit/4c3ac21386c4032f10701f9fd9d2f37244514c99
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

  Changed paths:
    M llvm/include/llvm/Bitcode/LLVMBitCodes.h
    M llvm/include/llvm/IR/Attributes.td
    A llvm/include/llvm/Transforms/Instrumentation/TypeSanitizer.h
    M llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
    M llvm/lib/CodeGen/ShrinkWrap.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Instrumentation/CMakeLists.txt
    A llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
    M llvm/lib/Transforms/Utils/CodeExtractor.cpp
    A llvm/test/Instrumentation/TypeSanitizer/access-with-offfset.ll
    A llvm/test/Instrumentation/TypeSanitizer/alloca.ll
    A llvm/test/Instrumentation/TypeSanitizer/anon.ll
    A llvm/test/Instrumentation/TypeSanitizer/basic-nosan.ll
    A llvm/test/Instrumentation/TypeSanitizer/basic.ll
    A llvm/test/Instrumentation/TypeSanitizer/byval.ll
    A llvm/test/Instrumentation/TypeSanitizer/globals.ll
    A llvm/test/Instrumentation/TypeSanitizer/invalid-metadata.ll
    A llvm/test/Instrumentation/TypeSanitizer/memintrinsics.ll
    A llvm/test/Instrumentation/TypeSanitizer/nosanitize.ll
    A llvm/test/Instrumentation/TypeSanitizer/sanitize-no-tbaa.ll
    A llvm/test/Instrumentation/TypeSanitizer/swifterror.ll

  Log Message:
  -----------
  [𝘀𝗽𝗿] initial version

Created using spr 1.3.4


  Commit: e5158df6521b4b210ff8d9f510771c4d1b973e68
      https://github.com/llvm/llvm-project/commit/e5158df6521b4b210ff8d9f510771c4d1b973e68
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

  Changed paths:
    M llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h
    M llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
    M llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
    M llvm/unittests/Analysis/AliasSetTrackerTest.cpp

  Log Message:
  -----------
  !fixup address comments, thanks


  Commit: 9e30a88cd14462349497b3742f81bb2d1319ded3
      https://github.com/llvm/llvm-project/commit/9e30a88cd14462349497b3742f81bb2d1319ded3
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

  Changed paths:
    M llvm/include/llvm/IR/Attributes.td
    M llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
    R llvm/test/Instrumentation/TypeSanitizer/access-with-offfset.ll
    A llvm/test/Instrumentation/TypeSanitizer/access-with-offset.ll

  Log Message:
  -----------
  !fiupx address comments, thanks!


  Commit: 557abfc62ecc286af9de21a2483633fcace63e66
      https://github.com/llvm/llvm-project/commit/557abfc62ecc286af9de21a2483633fcace63e66
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

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

  Log Message:
  -----------
  !fixup remove Instrumentation.h include


  Commit: f0355888d41b0061cf2bddb3942c57b590b4ee8b
      https://github.com/llvm/llvm-project/commit/f0355888d41b0061cf2bddb3942c57b590b4ee8b
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

  Changed paths:
    M llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h
    M llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
    M llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
    M llvm/test/Instrumentation/TypeSanitizer/invalid-metadata.ll

  Log Message:
  -----------
  !fixup address latest comments, thanks!


  Commit: 9e05f83123426f26007eda146b75e8a6175c4249
      https://github.com/llvm/llvm-project/commit/9e05f83123426f26007eda146b75e8a6175c4249
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

  Changed paths:
    M llvm/test/Instrumentation/TypeSanitizer/access-with-offset.ll
    M llvm/test/Instrumentation/TypeSanitizer/anon.ll
    M llvm/test/Instrumentation/TypeSanitizer/basic-nosan.ll
    M llvm/test/Instrumentation/TypeSanitizer/basic.ll
    M llvm/test/Instrumentation/TypeSanitizer/byval.ll
    M llvm/test/Instrumentation/TypeSanitizer/globals.ll
    M llvm/test/Instrumentation/TypeSanitizer/nosanitize.ll

  Log Message:
  -----------
  !fixup modernize check lines.


  Commit: 1dd1d14ff9343ec15909c1e52ceddc5f860bca51
      https://github.com/llvm/llvm-project/commit/1dd1d14ff9343ec15909c1e52ceddc5f860bca51
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
    M llvm/test/Instrumentation/TypeSanitizer/globals.ll
    M llvm/test/Instrumentation/TypeSanitizer/invalid-metadata.ll

  Log Message:
  -----------
  !fixup pass ShadowBase/AppMemMask by value.


  Commit: 4c19928ef39f9e63d7f1d7cd2f422c7f0f2574ae
      https://github.com/llvm/llvm-project/commit/4c19928ef39f9e63d7f1d7cd2f422c7f0f2574ae
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
    A llvm/test/Instrumentation/TypeSanitizer/alloca-only.ll
    M llvm/test/Instrumentation/TypeSanitizer/basic.ll

  Log Message:
  -----------
  !fixup address first set of comments, thanks!


  Commit: 694cb2cbe5216294723f416c2fc404b879ae4e74
      https://github.com/llvm/llvm-project/commit/694cb2cbe5216294723f416c2fc404b879ae4e74
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-10 (Tue, 10 Dec 2024)

  Changed paths:
    M llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
    M llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp

  Log Message:
  -----------
  !Fixup address remaining comments, thanks!


Compare: https://github.com/llvm/llvm-project/compare/2235299c48e1...694cb2cbe521

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list