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

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Dec 17 04:14:34 PST 2024


  Branch: refs/heads/users/fhahn/tysan-a-type-sanitizer-llvm
  Home:   https://github.com/llvm/llvm-project
  Commit: dfc21a6dd2e17fffcddd034e9642cdac713b4d85
      https://github.com/llvm/llvm-project/commit/dfc21a6dd2e17fffcddd034e9642cdac713b4d85
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-17 (Tue, 17 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: c49f0ca3225a1e9a38126fc3647b668c3fa83cbe
      https://github.com/llvm/llvm-project/commit/c49f0ca3225a1e9a38126fc3647b668c3fa83cbe
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-17 (Tue, 17 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: 89a82f5f2acbdc46b0c06248a27b25c1fa329454
      https://github.com/llvm/llvm-project/commit/89a82f5f2acbdc46b0c06248a27b25c1fa329454
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-17 (Tue, 17 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: b47b06cc0bbb8f4e7bc8672a783f3253e3d04baf
      https://github.com/llvm/llvm-project/commit/b47b06cc0bbb8f4e7bc8672a783f3253e3d04baf
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-17 (Tue, 17 Dec 2024)

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

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


  Commit: 6ae771b69c3162b9f7b124e6b58305c598e415c7
      https://github.com/llvm/llvm-project/commit/6ae771b69c3162b9f7b124e6b58305c598e415c7
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-17 (Tue, 17 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: d0e1feb2d054e49a4f82fa6458eb40bf4ddd3bff
      https://github.com/llvm/llvm-project/commit/d0e1feb2d054e49a4f82fa6458eb40bf4ddd3bff
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-17 (Tue, 17 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: 6320e89444cb7a80e4360564f41eaa6d38aa9403
      https://github.com/llvm/llvm-project/commit/6320e89444cb7a80e4360564f41eaa6d38aa9403
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-17 (Tue, 17 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: a0b59a0e30df6218abf0e4683e6f93c2b4ca70bf
      https://github.com/llvm/llvm-project/commit/a0b59a0e30df6218abf0e4683e6f93c2b4ca70bf
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-17 (Tue, 17 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: 9af0ba5754154d7fcfd22d43e21ea394f4af6caf
      https://github.com/llvm/llvm-project/commit/9af0ba5754154d7fcfd22d43e21ea394f4af6caf
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-17 (Tue, 17 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/694cb2cbe521...9af0ba575415

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