index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
asan
/
asan_interface.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relocate the external headers provided by ASan and the common sanitizer
Chandler Carruth
2012-08-29
1
-201
/
+0
*
[ASan] get rid of ASAN_USE_EXTERNAL_SYMBOLIZER compiler def in favor of __asa...
Alexey Samsonov
2012-08-22
1
-0
/
+10
*
[ASan] make ASan malloc/free hooks weak interface functions, overridable by u...
Alexey Samsonov
2012-08-22
1
-0
/
+11
*
[asan] run-time part of the initialization order checker. Patch by Reid Watso...
Kostya Serebryany
2012-08-21
1
-0
/
+8
*
[asan] update asan-rt to match the interface change in LLVm (r162268)
Kostya Serebryany
2012-08-21
1
-1
/
+2
*
[ASan] move declaration of __asan_default_options to interface header
Alexey Samsonov
2012-08-15
1
-1
/
+6
*
[ASan] Add __asan_set_on_error_callback() interface function that allows user...
Alexey Samsonov
2012-08-13
1
-0
/
+7
*
[ASan] move flags description to separate header, add comments about them.
Alexey Samsonov
2012-07-10
1
-4
/
+0
*
[Sanitizer] Use common defines for ASan and TSan runtime. Split defines betwe...
Alexey Samsonov
2012-06-05
1
-28
/
+26
*
[asan] more renaming
Kostya Serebryany
2012-05-31
1
-2
/
+2
*
[asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...
Kostya Serebryany
2012-05-31
1
-53
/
+42
*
Do not define ___asan_default_options on Windows.
Alexander Potapenko
2012-05-29
1
-0
/
+3
*
Rework the flags machinery a bit.
Alexander Potapenko
2012-05-28
1
-0
/
+4
*
[asan] last bit for gcc compatibility
Kostya Serebryany
2012-04-06
1
-1
/
+4
*
Introduce __asan_set_error_report_callback() to allow the client program post...
Alexander Potapenko
2012-02-27
1
-0
/
+3
*
AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h instead
Alexey Samsonov
2012-02-22
1
-4
/
+5
*
[asan] Add lots of missing visibility attributes.
Evgeniy Stepanov
2012-02-14
1
-11
/
+22
*
[asan] implement __asan_set_death_callback
Kostya Serebryany
2012-02-13
1
-2
/
+8
*
[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. rt...
Kostya Serebryany
2012-02-08
1
-0
/
+4
*
[asan] fix the wrong __WORDSIZE definition on Win x64, add ASAN_INTERFACE_FUN...
Kostya Serebryany
2012-01-31
1
-11
/
+12
*
Make compiler-rt/trunk/lib/asan compileable with Visual Studio 2008 on Windows.
Alexander Potapenko
2012-01-27
1
-0
/
+5
*
AddressSanitizer: return false instead of true for __asan_get_ownership(NULL)
Alexey Samsonov
2012-01-18
1
-2
/
+2
*
Revert commit 148304
Alexey Samsonov
2012-01-17
1
-2
/
+2
*
AddressSanitizer: from this patch, ASan allocator returns false for __asan_ge...
Alexey Samsonov
2012-01-17
1
-2
/
+2
*
[asan] rely on __has_feature(address_sanitizer) instead of the ADDRESS_SANITI...
Kostya Serebryany
2011-12-27
1
-1
/
+1
*
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...
Kostya Serebryany
2011-12-15
1
-2
/
+4
*
[asan] always collect malloc statstics (removed FLAG_stats)
Kostya Serebryany
2011-12-05
1
-2
/
+0
*
AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...
Kostya Serebryany
2011-11-30
1
-0
/
+135