llvm/lib/Transforms
Alexander Potapenko e9149f4f8c [ASan] Initial support for Kernel AddressSanitizer
This patch adds initial support for the -fsanitize=kernel-address flag to Clang.
Right now it's quite restricted: only out-of-line instrumentation is supported, globals are not instrumented, some GCC kasan flags are not supported.
Using this patch I am able to build and boot the KASan tree with LLVMLinux patches from github.com/ramosian-glider/kasan/tree/kasan_llvmlinux.
To disable KASan instrumentation for a certain function attribute((no_sanitize("kernel-address"))) can be used.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240131 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-19 12:19:07 +00:00
..
Hello modules: Add explicit dependency on intrinsics_gen 2015-06-16 00:44:12 +00:00
InstCombine Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
Instrumentation [ASan] Initial support for Kernel AddressSanitizer 2015-06-19 12:19:07 +00:00
IPO Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
ObjCARC Fix "the the" in comments. 2015-06-19 01:53:21 +00:00
Scalar Fix "the the" in comments. 2015-06-19 01:53:21 +00:00
Utils Fix "the the" in comments. 2015-06-19 01:53:21 +00:00
Vectorize [PM/AA] Remove the Location typedef from the AliasAnalysis class now 2015-06-17 07:18:54 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile