index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Instrumentation
/
AddressSanitizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] instrument invoke insns with noreturn attribute (as well as call insns)
Kostya Serebryany
2013-02-20
1
-1
/
+22
*
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-19
1
-1
/
+31
*
[asan] revert r175266 as it breaks code with packed structures. supporting lo...
Kostya Serebryany
2013-02-18
1
-1
/
+1
*
[asan] support long double on 64-bit. See https://code.google.com/p/address-s...
Kostya Serebryany
2013-02-15
1
-0
/
+9
*
[asan] fix tests for the new ABI
Kostya Serebryany
2013-02-12
2
-4
/
+4
*
[asan] adaptive redzones for globals (the larger the global the larger is the...
Kostya Serebryany
2013-01-24
1
-0
/
+57
*
ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...
Alexey Samsonov
2013-01-16
1
-0
/
+41
*
[ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...
Alexey Samsonov
2012-12-27
1
-1
/
+24
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
1
-0
/
+60
*
ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...
Alexey Samsonov
2012-12-04
1
-0
/
+61
*
[asan] when checking the noreturn attribute on the call, also check it on the...
Kostya Serebryany
2012-11-29
1
-2
/
+13
*
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...
Kostya Serebryany
2012-11-28
2
-2
/
+2
*
[asan] don't instrument linker-initialized globals even with external linkage...
Kostya Serebryany
2012-11-20
1
-1
/
+23
*
[asan] make sure that linker-initialized globals (non-extern) are not instrum...
Kostya Serebryany
2012-11-20
1
-1
/
+20
*
[asan] don't instrument globals that we've created ourselves (reduces the bin...
Kostya Serebryany
2012-11-01
1
-0
/
+19
*
[asan] make sure asan erases old unused allocas after it created a new one. T...
Kostya Serebryany
2012-10-19
1
-0
/
+20
*
[asan] fix a test
Kostya Serebryany
2012-10-15
1
-1
/
+1
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
[asan] add code to detect global initialization fiasco in C/C++. The sub-pass...
Kostya Serebryany
2012-08-21
1
-0
/
+36
*
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
2012-08-14
1
-10
/
+8
*
[asan] make sure that the crash callbacks do not get merged (Chandler's idea:...
Kostya Serebryany
2012-07-20
1
-18
/
+19
*
[asan] refactor instrumentation to allow merging the crash callbacks (not ful...
Kostya Serebryany
2012-07-16
1
-6
/
+8
*
Revert r160254 temporarily.
Chandler Carruth
2012-07-16
1
-10
/
+12
*
Teach AddressSanitizer to create basic blocks in a more natural order.
Chandler Carruth
2012-07-16
1
-12
/
+10
*
Add a basic test for AddressSanitizer. This is just a bare-bones
Chandler Carruth
2012-07-16
1
-0
/
+70
*
[asan] instrument cmpxchg and atomicrmw
Kostya Serebryany
2012-05-30
1
-0
/
+22
*
[asan] move x86-specific test to a separate X86 directory with a custom lit.l...
Kostya Serebryany
2012-03-12
2
-0
/
+13
*
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-02-16
2
-3
/
+1
*
[asan] fix asan-vs-gvn.ll test (it did not actually check much before this ch...
Kostya Serebryany
2012-02-14
1
-4
/
+17
*
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...
Kostya Serebryany
2012-02-08
1
-0
/
+17
*
The patch resolves the conflict between AddressSanitizer and load widening (G...
Kostya Serebryany
2012-02-06
1
-0
/
+43
*
[asan] enable asan only for the functions that have Attribute::AddressSafety
Kostya Serebryany
2012-01-24
3
-4
/
+4
*
[asan] one more test for asan instrumentation: (*a)++ should be instrumented ...
Kostya Serebryany
2012-01-04
1
-0
/
+25
*
[asan] add a test for instrumenting globals
Kostya Serebryany
2011-12-16
1
-0
/
+20
*
[asan] do not instrument threadlocal globals, this is buggy
Kostya Serebryany
2011-11-23
1
-0
/
+6
*
[asan] workaround for reg alloc bug 11395: don't instrument functions with la...
Kostya Serebryany
2011-11-18
1
-0
/
+71
*
fall back to explicit list of allowed linkages when instrumenting globals in ...
Kostya Serebryany
2011-11-17
1
-0
/
+6
*
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-16
2
-0
/
+17