[PATCH] D40932: Hardware-assisted AddressSanitizer (llvm part).
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 8 16:22:26 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL320217: Hardware-assisted AddressSanitizer (llvm part). (authored by eugenis).
Changed prior to commit:
https://reviews.llvm.org/D40932?vs=125867&id=126231#toc
Repository:
rL LLVM
https://reviews.llvm.org/D40932
Files:
llvm/trunk/docs/BitCodeFormat.rst
llvm/trunk/docs/LangRef.rst
llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
llvm/trunk/include/llvm/IR/Attributes.td
llvm/trunk/include/llvm/InitializePasses.h
llvm/trunk/include/llvm/Transforms/Instrumentation.h
llvm/trunk/lib/Analysis/MemoryDependenceAnalysis.cpp
llvm/trunk/lib/Analysis/ValueTracking.cpp
llvm/trunk/lib/AsmParser/LLLexer.cpp
llvm/trunk/lib/AsmParser/LLParser.cpp
llvm/trunk/lib/AsmParser/LLToken.h
llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/trunk/lib/CodeGen/ShrinkWrap.cpp
llvm/trunk/lib/IR/Attributes.cpp
llvm/trunk/lib/IR/Verifier.cpp
llvm/trunk/lib/Transforms/IPO/ForceFunctionAttrs.cpp
llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/trunk/lib/Transforms/Instrumentation/CMakeLists.txt
llvm/trunk/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
llvm/trunk/lib/Transforms/Instrumentation/Instrumentation.cpp
llvm/trunk/lib/Transforms/Scalar/GVN.cpp
llvm/trunk/test/Bitcode/attributes.ll
llvm/trunk/test/Instrumentation/HWAddressSanitizer/atomic.ll
llvm/trunk/test/Instrumentation/HWAddressSanitizer/basic.ll
llvm/trunk/test/Transforms/GVN/no_speculative_loads_with_asan.ll
llvm/trunk/test/Transforms/Inline/attributes.ll
llvm/trunk/test/Transforms/InstCombine/lifetime-asan.ll
llvm/trunk/test/Transforms/NewGVN/no_speculative_loads_with_asan.ll
llvm/trunk/test/Transforms/SimplifyCFG/no_speculative_loads_with_asan.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40932.126231.patch
Type: text/x-patch
Size: 37770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171209/33532393/attachment.bin>
More information about the llvm-commits
mailing list