[all-commits] [llvm/llvm-project] d42162: [𝘀𝗽𝗿] initial version
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Dec 6 03:47:18 PST 2024
Branch: refs/heads/users/fhahn/tysan-a-type-sanitizer-clang
Home: https://github.com/llvm/llvm-project
Commit: d42162e4676b0172cb3f7eb6f444505880cb4b7e
https://github.com/llvm/llvm-project/commit/d42162e4676b0172cb3f7eb6f444505880cb4b7e
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: 86f4aafae0c63f8f3d78343aae059b0ba3b3f433
https://github.com/llvm/llvm-project/commit/86f4aafae0c63f8f3d78343aae059b0ba3b3f433
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: 4a5854cce07cd54d4d843c2b8205c1f953458397
https://github.com/llvm/llvm-project/commit/4a5854cce07cd54d4d843c2b8205c1f953458397
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: 066c9704ea03f18b8c19f4751c84d0ae78be2c11
https://github.com/llvm/llvm-project/commit/066c9704ea03f18b8c19f4751c84d0ae78be2c11
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M clang/include/clang/Basic/Features.def
M clang/include/clang/Basic/Sanitizers.def
M clang/include/clang/Driver/SanitizerArgs.h
M clang/lib/CodeGen/BackendUtil.cpp
M clang/lib/CodeGen/CGDecl.cpp
M clang/lib/CodeGen/CGDeclCXX.cpp
M clang/lib/CodeGen/CodeGenFunction.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/CodeGenTBAA.cpp
M clang/lib/CodeGen/SanitizerMetadata.cpp
M clang/lib/CodeGen/SanitizerMetadata.h
M clang/lib/Driver/SanitizerArgs.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/test/Driver/sanitizer-ld.c
Log Message:
-----------
[TySan] A Type Sanitizer (Clang)
Commit: a7791b247831d6d07ea91aa25b3ffece21244990
https://github.com/llvm/llvm-project/commit/a7791b247831d6d07ea91aa25b3ffece21244990
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M clang/lib/CodeGen/SanitizerMetadata.cpp
A clang/test/CodeGen/sanitize-type-attr.cpp
Log Message:
-----------
!fixup: add test
Commit: 6f5117c6ec531cf2f19e8463c3ca8fc4ef951a78
https://github.com/llvm/llvm-project/commit/6f5117c6ec531cf2f19e8463c3ca8fc4ef951a78
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/CodeGen/SanitizerMetadata.cpp
M clang/lib/Driver/SanitizerArgs.cpp
Log Message:
-----------
!fixup formatting and add release note.
Commit: 08c0fa084d6ea6d260bf4fd065c30336bf0dcd1c
https://github.com/llvm/llvm-project/commit/08c0fa084d6ea6d260bf4fd065c30336bf0dcd1c
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/CodeGen/CGDecl.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/SanitizerMetadata.cpp
M clang/lib/CodeGen/SanitizerMetadata.h
Log Message:
-----------
!fixup merge reportGlobal again, adjust release notes.
Commit: 2da07205a66f505cabcf734a24d7c380ff929665
https://github.com/llvm/llvm-project/commit/2da07205a66f505cabcf734a24d7c380ff929665
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
Log Message:
-----------
!fixup add missing ``
Commit: ea0277d964f4ba7d7e9bd9758f9ce4a5fc94cf65
https://github.com/llvm/llvm-project/commit/ea0277d964f4ba7d7e9bd9758f9ce4a5fc94cf65
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
Log Message:
-----------
!fixup undo unrelated changes, fix runtimes to push
Compare: https://github.com/llvm/llvm-project/compare/b31319d58654...ea0277d964f4
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