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_rtl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizer] Refactor symbolization interface: use class instead of several fu...
Alexey Samsonov
2013-09-10
1
-1
/
+2
*
[asan] refactor the use-after-return API so that the size class is computed a...
Kostya Serebryany
2013-09-10
1
-2
/
+1
*
ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not pro...
Alexey Samsonov
2013-09-03
1
-4
/
+2
*
[ASan/RTL] Disable alloc_dealloc_mismatch by default on Windows
Timur Iskhodzhanov
2013-08-16
1
-3
/
+3
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
1
-1
/
+1
*
[lsan] Add leak_check_at_exit flag.
Sergey Matveev
2013-08-01
1
-1
/
+2
*
[lsan] Make __lsan_do_leak_check() honor the detect_leaks flag.
Sergey Matveev
2013-07-22
1
-7
/
+6
*
[ASan] Use less shadow on Win 32-bit
Timur Iskhodzhanov
2013-07-16
1
-19
/
+9
*
[sanitizer] Move log_path to common flag and use it in MSan.
Evgeniy Stepanov
2013-06-25
1
-3
/
+2
*
[Sanitizer] support running external llvm-symbolizer on Mac
Alexey Samsonov
2013-06-11
1
-3
/
+6
*
[sanitizer] ioctl interceptor.
Evgeniy Stepanov
2013-06-07
1
-0
/
+1
*
[asan] Make ASan report the correct thread address ranges to LSan.
Sergey Matveev
2013-05-29
1
-0
/
+2
*
Revert r182465 and add lsan-common library to makefile-based build
Alexey Samsonov
2013-05-22
1
-2
/
+2
*
[ASan] Temporary remove leak checking from ASan, while we don't have makefile...
Alexey Samsonov
2013-05-22
1
-1
/
+1
*
[asan] workaround for asan bug 189 (swapcontext followed by throw gets OOM ki...
Kostya Serebryany
2013-05-22
1
-0
/
+14
*
[lsan] Invoke leak detection with atexit().
Sergey Matveev
2013-05-21
1
-8
/
+5
*
[asan] Do not invoke LSan hooks unless CAN_SANITIZE_LEAKS.
Sergey Matveev
2013-05-21
1
-0
/
+4
*
[asan] LSan hooks in asan_rtl.
Sergey Matveev
2013-05-21
1
-0
/
+23
*
[nolibc] Move all platforms to internal_getpid.
Peter Collingbourne
2013-05-17
1
-1
/
+1
*
[asan] symbolize when possible, even if ASAN_SYMBOLIZER_PATH is not provided....
Kostya Serebryany
2013-05-16
1
-1
/
+1
*
[asan] Common flags in ASan.
Sergey Matveev
2013-05-06
1
-21
/
+18
*
[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
/
+2
*
[asan] Fix spelling in asan_rtl.cc Test commit.
Sergey Matveev
2013-04-16
1
-2
/
+2
*
[asan] inline flags(), up to 1% perf gain on malloc-intensive code
Kostya Serebryany
2013-04-11
1
-5
/
+1
*
[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...
Kostya Serebryany
2013-04-05
1
-3
/
+3
*
[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
-1
/
+3
*
[ASan] Speed-up initialization-order checking: create and use fast versions o...
Alexey Samsonov
2013-03-28
1
-0
/
+1
*
Fix unmatching ASan runtime flag for init-order checking exposed by r178158. ...
Alexey Samsonov
2013-03-28
1
-1
/
+1
*
[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...
Alexey Samsonov
2013-03-26
1
-1
/
+1
*
[ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...
Alexey Samsonov
2013-03-21
1
-3
/
+9
*
[ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...
Alexey Samsonov
2013-03-20
1
-1
/
+1
*
[sanitizer] Move ASan platform macros to sanitizer_common and rename them app...
Evgeniy Stepanov
2013-03-19
1
-2
/
+2
*
[ASan] turn off checking initialization order in ASan runtime by default. Ins...
Alexey Samsonov
2013-03-14
1
-1
/
+1
*
[ASan] make ASan assume ASAN_OPTIONS=symbolize=1 if ASAN_EXTERNAL_SYMBOLIZER ...
Alexey Samsonov
2013-03-14
1
-6
/
+8
*
[ASan] Add the memcmp_strict flag (1 by default) that controls the behavior o...
Alexander Potapenko
2013-02-28
1
-0
/
+2
*
[asan] bump kMidMemEnd to 0x4fffffffffULL since in rare cases prelink uses ad...
Kostya Serebryany
2013-02-28
1
-1
/
+1
*
[asan] move the .preinit_array hack into a separate file (added used attribute)
Kostya Serebryany
2013-02-22
1
-14
/
+0
*
[ASan] temporarily disable alloc_dealloc_mismatch on Mac, since the previous ...
Alexander Potapenko
2013-02-21
1
-1
/
+3
*
[asan] on linux, run __asan_init from .preinit_array (even earlier than before)
Kostya Serebryany
2013-02-20
1
-2
/
+2
*
[Sanitizer] use raw syscall instead of _exit() function on Linux
Alexey Samsonov
2013-02-20
1
-1
/
+1
*
[ASan] Allow ASan default runtime options be overriden at compile time by pro...
Alexey Samsonov
2013-02-19
1
-0
/
+14
*
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-19
1
-0
/
+11
*
[asan] make asan work with 7fff8000 offset and prelink
Kostya Serebryany
2013-02-15
1
-38
/
+106
*
[ASan] Remove the replace_cfallocator flag, which is used no more.
Alexander Potapenko
2013-02-07
1
-2
/
+0
*
[ASan] Enable alloc_dealloc_mismatch by default on Darwin.
Alexander Potapenko
2013-02-07
1
-3
/
+1
*
[sanitizer] make the error messages from sanitizer_common contain the actual ...
Kostya Serebryany
2013-01-31
1
-0
/
+1
*
[ASan] Split ASan interface header into private and public parts. Add a test ...
Alexey Samsonov
2013-01-31
1
-1
/
+0
*
[asan] fix a crash in asan stats printing (initialize the allocator in __asan...
Kostya Serebryany
2013-01-28
1
-0
/
+2
[next]