index
:
delta/compiler-rt.git
google/stable
google/testing
master
release_30
release_32
release_33
release_34
release_35
release_35@215014
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
asan
/
asan_flags.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[asan] Poor man's coverage that works with ASan (compiler-rt part)
Kostya Serebryany
2013-11-14
1
-0
/
+3
*
[ASan] Kill use_stack_depot runtime flag and stack trace compression routines.
Alexey Samsonov
2013-11-01
1
-2
/
+0
*
[asan] introduce run-time flag 'poison_partial'
Kostya Serebryany
2013-10-16
1
-0
/
+3
*
tsan: move verbosity flag to CommonFlags
Dmitry Vyukov
2013-10-15
1
-2
/
+0
*
[asan] introduce run-time flag uar_stack_size_log to control the size of Fake...
Kostya Serebryany
2013-09-27
1
-0
/
+2
*
[asan] add a run-time option detect_stack_use_after_return, add verbosity out...
Kostya Serebryany
2013-09-18
1
-2
/
+2
*
[lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.
Sergey Matveev
2013-07-22
1
-2
/
+0
*
[sanitizer] Move log_path to common flag and use it in MSan.
Evgeniy Stepanov
2013-06-25
1
-2
/
+0
*
[asan] LSan hooks in asan_rtl.
Sergey Matveev
2013-05-21
1
-0
/
+2
*
[asan] Common flags in ASan.
Sergey Matveev
2013-05-06
1
-10
/
+0
*
[ASan] Add allow_user_segv_handler to let users override SEGV handler install...
Alexey Samsonov
2013-04-25
1
-0
/
+2
*
[ASan] Make init-order checker allow access to already initialized globals.
Alexey Samsonov
2013-04-19
1
-0
/
+3
*
[asan] inline flags(), up to 1% perf gain on malloc-intensive code
Kostya Serebryany
2013-04-11
1
-1
/
+4
*
[asan] nuke the old unused allocator code
Kostya Serebryany
2013-04-04
1
-1
/
+1
*
[asan] fill first 4K of malloc-ed memory with garbage, implement flags max_ma...
Kostya Serebryany
2013-04-04
1
-3
/
+3
*
[ASan] Add the memcmp_strict flag (1 by default) that controls the behavior o...
Alexander Potapenko
2013-02-28
1
-0
/
+3
*
[ASan] Allow ASan default runtime options be overriden at compile time by pro...
Alexey Samsonov
2013-02-19
1
-3
/
+5
*
[ASan] Remove the replace_cfallocator flag, which is used no more.
Alexander Potapenko
2013-02-07
1
-2
/
+0
*
[sanitizer] Further split private and public sanitizer headers.
Evgeniy Stepanov
2013-01-30
1
-1
/
+1
*
[asan] two more internal flags for asan-rt: print_stats (0) and print_legend ...
Kostya Serebryany
2013-01-28
1
-0
/
+4
*
[asan] asan_allocator2: by default use the StackDepot to store the stack trac...
Kostya Serebryany
2012-12-26
1
-0
/
+2
*
[asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...
Kostya Serebryany
2012-12-21
1
-0
/
+2
*
[asan] add a flag poison_heap to allow better allocator benchmarking, impleme...
Kostya Serebryany
2012-12-20
1
-0
/
+3
*
[asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...
Kostya Serebryany
2012-12-13
1
-1
/
+5
*
[asan] add asan option log_path=PATH to let users redirect asan reports to a ...
Kostya Serebryany
2012-09-14
1
-0
/
+2
*
[ASan] Add print_full_thread_history runtime option (on by default) that prin...
Alexey Samsonov
2012-09-05
1
-0
/
+4
*
Relocate the external headers provided by ASan and the common sanitizer
Chandler Carruth
2012-08-29
1
-1
/
+1
*
If the program is linked to a dynamic ASan runtime which is not present in DY...
Alexander Potapenko
2012-08-24
1
-0
/
+3
*
[asan] run-time part of the initialization order checker. Patch by Reid Watso...
Kostya Serebryany
2012-08-21
1
-0
/
+2
*
[ASan] move declaration of __asan_default_options to interface header
Alexey Samsonov
2012-08-15
1
-6
/
+0
*
[ASan] make sure __asan_default_options gets default visibility, port corresp...
Alexey Samsonov
2012-08-14
1
-1
/
+2
*
[ASan] add new ASan option 'strip_path_prefix' to remove useless prefices fro...
Alexey Samsonov
2012-08-06
1
-0
/
+2
*
[ASan] fixup for r160712: provide a default definition for weak __asan_defaul...
Alexey Samsonov
2012-07-25
1
-6
/
+5
*
Make __asan_default_options a weak function that returns a const char*.
Alexander Potapenko
2012-07-25
1
-1
/
+2
*
[ASan] move flags description to separate header, add comments about them.
Alexey Samsonov
2012-07-10
1
-0
/
+97