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

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Dec 6 05:38:59 PST 2024


  Branch: refs/heads/users/fhahn/tysan-a-type-sanitizer-llvm
  Home:   https://github.com/llvm/llvm-project
  Commit: abdff487044f83cc7d1ff06f22f0437d0c63de4b
      https://github.com/llvm/llvm-project/commit/abdff487044f83cc7d1ff06f22f0437d0c63de4b
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-06 (Fri, 06 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: dfab47bcde0d15907e208108457b1938ddd4cffc
      https://github.com/llvm/llvm-project/commit/dfab47bcde0d15907e208108457b1938ddd4cffc
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-06 (Fri, 06 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: 3794087be5451ecccc3347311b0ec1b3d21b4b2a
      https://github.com/llvm/llvm-project/commit/3794087be5451ecccc3347311b0ec1b3d21b4b2a
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-06 (Fri, 06 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: 557a5a4f585463794d939f4043839b438a4f3e3c
      https://github.com/llvm/llvm-project/commit/557a5a4f585463794d939f4043839b438a4f3e3c
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-06 (Fri, 06 Dec 2024)

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

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


  Commit: 5100a777683edcd35f496dc793bc818e69004a16
      https://github.com/llvm/llvm-project/commit/5100a777683edcd35f496dc793bc818e69004a16
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-06 (Fri, 06 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: 250faaaf76b98bd32d9ab4930ac07e91cb8fb341
      https://github.com/llvm/llvm-project/commit/250faaaf76b98bd32d9ab4930ac07e91cb8fb341
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-06 (Fri, 06 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: 9620ec01fc1c409a48f98cdfaa65c4fc07aeadf7
      https://github.com/llvm/llvm-project/commit/9620ec01fc1c409a48f98cdfaa65c4fc07aeadf7
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-12-06 (Fri, 06 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.


Compare: https://github.com/llvm/llvm-project/compare/d3e9f734ee12...9620ec01fc1c

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