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

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Dec 10 02:25:53 PST 2024


  Branch: refs/heads/users/fhahn/tysan-a-type-sanitizer-llvm
  Home:   https://github.com/llvm/llvm-project
  Commit: 66979342a9281812397087d8b2b15f7a18738c53
      https://github.com/llvm/llvm-project/commit/66979342a9281812397087d8b2b15f7a18738c53
  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: 5ad7a3850121914b07db19eb5e25125a6336b41b
      https://github.com/llvm/llvm-project/commit/5ad7a3850121914b07db19eb5e25125a6336b41b
  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: f5bd77fb024b56f4176c04283b69c1e4a8d94b84
      https://github.com/llvm/llvm-project/commit/f5bd77fb024b56f4176c04283b69c1e4a8d94b84
  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: 7119986aa44147fc80e68c828d7816842c99c5b8
      https://github.com/llvm/llvm-project/commit/7119986aa44147fc80e68c828d7816842c99c5b8
  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: da0b9ce6f7b75367f3647888a55c2fdfabc0cc03
      https://github.com/llvm/llvm-project/commit/da0b9ce6f7b75367f3647888a55c2fdfabc0cc03
  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: 0882b0e6be84180b9d479cdd587d648e03a00b75
      https://github.com/llvm/llvm-project/commit/0882b0e6be84180b9d479cdd587d648e03a00b75
  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: e7d110c1b7052c3e95d4e2bbd18993d49387ac22
      https://github.com/llvm/llvm-project/commit/e7d110c1b7052c3e95d4e2bbd18993d49387ac22
  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: 2235299c48e185b6b63ee05ffeb32ce09ebaf378
      https://github.com/llvm/llvm-project/commit/2235299c48e185b6b63ee05ffeb32ce09ebaf378
  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!


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

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