[all-commits] [llvm/llvm-project] 9fcd2b: [hwasan] Untag destination address in hwasan_posix...
Evgenii Stepanov via All-commits
all-commits at lists.llvm.org
Fri May 8 16:41:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9fcd2b68e76bf0412919e7cb2acd078af828cfa2
https://github.com/llvm/llvm-project/commit/9fcd2b68e76bf0412919e7cb2acd078af828cfa2
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M compiler-rt/lib/hwasan/hwasan_allocator.cpp
Log Message:
-----------
[hwasan] Untag destination address in hwasan_posix_memalign.
Required on X86 because no TBI.
Commit: 68a9308a0b8c925524318639e8fe394a53d1692b
https://github.com/llvm/llvm-project/commit/68a9308a0b8c925524318639e8fe394a53d1692b
Author: Evgenii Stepanov <eugenis at google.com>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Log Message:
-----------
[hwasan] Allow -hwasan-globals flag to appear more than once.
Compare: https://github.com/llvm/llvm-project/compare/0d4a33ba61b7...68a9308a0b8c
More information about the All-commits
mailing list