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_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...
Alexey Samsonov
2015-08-21
1
-2
/
+0
*
[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...
Kuba Brecka
2015-07-23
1
-2
/
+6
*
[ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!
Yury Gribov
2015-05-28
1
-0
/
+4
*
asan: optimization experiments
Dmitry Vyukov
2015-03-17
1
-1
/
+16
*
[Sanitizers] Move the common sanitizer interface from sanitizer_internal_defs...
Timur Iskhodzhanov
2015-02-19
1
-2
/
+5
*
Revert "[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.h"
Juergen Ributzka
2015-02-04
1
-18
/
+0
*
[ASan] Add the new __asan_mz_* symbols to asan_interface_internal.h
Alexander Potapenko
2015-02-04
1
-0
/
+18
*
[asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...
Kostya Serebryany
2014-10-17
1
-0
/
+4
*
[compiler-rt] recommit of r218481: ASan debugging API for report info extract...
Kuba Brecka
2014-09-26
1
-0
/
+22
*
[compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux
Kuba Brecka
2014-09-26
1
-22
/
+0
*
[compiler-rt] ASan debugging API for report info extraction and locating addr...
Kuba Brecka
2014-09-25
1
-0
/
+22
*
[asan] introduce __asan_load_cxx_array_cookie: check that the array cookie ad...
Kostya Serebryany
2014-08-28
1
-0
/
+2
*
[Sanitizer] Kill deprecated allocator interfaces in ASan, MSan and TSan in fa...
Alexey Samsonov
2014-08-12
1
-16
/
+0
*
[asan] introduce __asan_poison_cxx_array_cookie. This is asan-rt part of PR19...
Kostya Serebryany
2014-08-04
1
-0
/
+3
*
[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...
Kuba Brecka
2014-07-15
1
-0
/
+11
*
[ASan] Only define macros in asan_init_version.h, move the __asan_init declar...
Timur Iskhodzhanov
2014-07-15
1
-0
/
+6
*
[ASan/Win] Don't hardcode ASan runtime version in ASan dll thunk
Timur Iskhodzhanov
2014-07-10
1
-14
/
+2
*
Generalize sanitizer allocator public interface.
Alexey Samsonov
2014-07-07
1
-6
/
+8
*
[ASan] Print exact source location of global variables in error reports.
Alexey Samsonov
2014-07-02
1
-2
/
+13
*
Fix typos
Alp Toker
2014-05-15
1
-1
/
+1
*
[asan] add __asan_memset and friends
Kostya Serebryany
2014-04-21
1
-0
/
+7
*
[asan] implement __asan_loadN/__asan_storeN for out-lined asan checks
Kostya Serebryany
2014-04-21
1
-0
/
+2
*
[asan] add __asan_load1/__asan_store1/... callbacks to asan-rt; together with...
Kostya Serebryany
2014-04-16
1
-0
/
+14
*
[asan] don't use bool in public interface, make sure the interface headers ar...
Kostya Serebryany
2014-04-14
1
-3
/
+3
*
[ASan] Get rid of __asan_symbolize function
Alexey Samsonov
2013-12-19
1
-4
/
+0
*
[asan] add a run-time option detect_stack_use_after_return, add verbosity out...
Kostya Serebryany
2013-09-18
1
-0
/
+4
*
[asan] refactor the use-after-return API so that the size class is computed a...
Kostya Serebryany
2013-09-10
1
-9
/
+0
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
1
-65
/
+59
*
[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...
Alexey Samsonov
2013-03-26
1
-4
/
+4
*
[asan] Change the way we report the alloca frame on stack-buff-overflow.
Kostya Serebryany
2013-03-22
1
-2
/
+7
*
[asan] while generating the description of a global variable, emit the module...
Kostya Serebryany
2013-03-18
1
-2
/
+3
*
[tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint
Kostya Serebryany
2013-02-13
1
-1
/
+1
*
[asan] change the default mapping offset on x86_64 to 0x7fff8000. This gives ...
Kostya Serebryany
2013-02-12
1
-1
/
+5
*
[ASan] Split ASan interface header into private and public parts. Add a test ...
Alexey Samsonov
2013-01-31
1
-0
/
+131