llvm-6502/test
Kostya Serebryany 6ecccdbb2b [asan] instrument memory accesses with unusual sizes
This patch makes asan instrument memory accesses with unusual sizes (e.g. 5 bytes or 10 bytes), e.g. long double or
packed structures.
Instrumentation is done with two 1-byte checks
(first and last bytes) and if the error is found
__asan_report_load_n(addr, real_size) or
__asan_report_store_n(addr, real_size)
is called.

Also, call these two new functions in memset/memcpy
instrumentation.

asan-rt part will follow.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175507 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-19 11:29:21 +00:00
..
Analysis AArch64: adjust tests which rely on a default JIT 2013-02-18 11:08:37 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16, 2013-02-19 03:56:57 +00:00
DebugInfo Add testcase for llvm-dwarfdump to test parsing of the pubnames data. 2013-02-14 16:10:58 +00:00
ExecutionEngine AArch64: adjust tests which rely on a default JIT 2013-02-18 11:08:37 +00:00
Feature
FileCheck
Instrumentation [asan] instrument memory accesses with unusual sizes 2013-02-19 11:29:21 +00:00
Integer
JitListener
Linker
MC [XCore] Add missing 2r instructions. 2013-02-17 22:38:05 +00:00
Object
Other
Scripts
TableGen
tools
Transforms Temporarily revert r175470 for more review. 2013-02-19 00:52:45 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh