[all-commits] [llvm/llvm-project] 29460f: [𝘀𝗽𝗿] initial version
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Apr 18 14:53:52 PDT 2024
Branch: refs/heads/users/fhahn/tysan-a-type-sanitizer-llvm
Home: https://github.com/llvm/llvm-project
Commit: 29460f76a3aa9b413b9d6ef9e8c557fe311f8c57
https://github.com/llvm/llvm-project/commit/29460f76a3aa9b413b9d6ef9e8c557fe311f8c57
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-04-18 (Thu, 18 Apr 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: eb97b07ade4dd02f8a66a5a6b914c2645af2461b
https://github.com/llvm/llvm-project/commit/eb97b07ade4dd02f8a66a5a6b914c2645af2461b
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-04-18 (Thu, 18 Apr 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
Compare: https://github.com/llvm/llvm-project/compare/201c9e3c8c1d...eb97b07ade4d
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