[all-commits] [llvm/llvm-project] f83419: [𝘀𝗽𝗿] initial version
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Dec 6 03:50:07 PST 2024
Branch: refs/heads/users/fhahn/tysan-a-type-sanitizer-clang
Home: https://github.com/llvm/llvm-project
Commit: f83419e23f17e3149a3610aeea0ceb59ca9cb5fe
https://github.com/llvm/llvm-project/commit/f83419e23f17e3149a3610aeea0ceb59ca9cb5fe
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: 4c753ab963fb496519a28b2f7cedb96b26d375f7
https://github.com/llvm/llvm-project/commit/4c753ab963fb496519a28b2f7cedb96b26d375f7
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: 18e24279016544a5be312e2dfc3e6e8e9f8cdbd4
https://github.com/llvm/llvm-project/commit/18e24279016544a5be312e2dfc3e6e8e9f8cdbd4
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: eff5b7eebcac38b57a59fc6606e5eb258f4a7d9c
https://github.com/llvm/llvm-project/commit/eff5b7eebcac38b57a59fc6606e5eb258f4a7d9c
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: eea66159af4e35f0a7ebef5eca5fd58acb34ffd6
https://github.com/llvm/llvm-project/commit/eea66159af4e35f0a7ebef5eca5fd58acb34ffd6
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:
-----------
Merge branch 'users/fhahn/tysan-a-type-sanitizer-llvm' into users/fhahn/tysan-a-type-sanitizer-clang
Compare: https://github.com/llvm/llvm-project/compare/ea0277d964f4...eea66159af4e
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