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_posix.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ASan] Use common flags parsing machinery.
Alexey Samsonov
2012-07-09
1
-4
/
+4
*
[Sanitizer] move ShadowRangeIsAvailable and several defines to common runtime
Alexey Samsonov
2012-06-15
1
-25
/
+0
*
[Sanitizer] move atomic ops, min/max and sort to commnon runtime
Alexey Samsonov
2012-06-15
1
-28
/
+0
*
[Sanitizer] move more portability wrappers to common runtime: sleep, _exit, a...
Alexey Samsonov
2012-06-15
1
-20
/
+0
*
[Sanitizer] move DumpProcessMap and DisableCoreDumper to common runtime
Alexey Samsonov
2012-06-15
1
-20
/
+0
*
[ASan] don't include deleted header
Alexey Samsonov
2012-06-14
1
-1
/
+0
*
[Sanitizer] __asan::AsanProcMaps -> __sanitizer::ProcessMaps.
Alexey Samsonov
2012-06-07
1
-2
/
+3
*
[Sanitizer] Switch to common mmap/munmap routines in ASan run-time.
Alexey Samsonov
2012-06-06
1
-2
/
+2
*
[asan] make tid u32 instead of int
Kostya Serebryany
2012-06-06
1
-2
/
+2
*
[asan] start compacting the allocator header, the goal is to make it 16 bytes...
Kostya Serebryany
2012-06-06
1
-0
/
+4
*
[Sanitizer]: Introduce a common internal printf function. For now, also use t...
Alexey Samsonov
2012-06-06
1
-5
/
+5
*
[ASan] Make printf arguments match format strings better.
Alexey Samsonov
2012-06-06
1
-1
/
+1
*
[Sanitizer] Move more functions/constants to sanitizer_common.
Alexey Samsonov
2012-06-06
1
-4
/
+0
*
[ASan] Use __sanitizer::Die() in ASan runtime.
Alexey Samsonov
2012-06-06
1
-1
/
+1
*
[Sanitizer] remove using namespace __sanitizer lines
Alexey Samsonov
2012-06-05
1
-2
/
+0
*
[ASan] use internal_{close,read,write} in ASan runtime.
Alexey Samsonov
2012-06-05
1
-1
/
+4
*
[asan] more renaming
Kostya Serebryany
2012-05-31
1
-2
/
+2
*
[asan] more renaming
Kostya Serebryany
2012-05-31
1
-17
/
+17
*
Be more verbose when installing the signals.
Alexander Potapenko
2012-05-30
1
-0
/
+3
*
Move AsanShadowRangeIsAvailable() from mac to posix.
Evgeniy Stepanov
2012-05-23
1
-0
/
+26
*
[asan] add flags: disable_core, abort_on_error and unmap_shadow_on_exit
Kostya Serebryany
2012-04-06
1
-0
/
+4
*
[asan] make __asan::Deallocate immune to racy double-free (issue #57)
Kostya Serebryany
2012-04-05
1
-0
/
+4
*
Introduce the use_sigaltstack flag (off by default), which enables using alte...
Alexander Potapenko
2012-04-05
1
-0
/
+36
*
[ASan] Fix build error on Linux; screen-reviewed by glider@google.com
Timur Iskhodzhanov
2012-03-13
1
-1
/
+1
*
[asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownership
Kostya Serebryany
2012-03-10
1
-0
/
+8
*
AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h instead
Alexey Samsonov
2012-02-22
1
-0
/
+5
*
Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...
Alexander Potapenko
2012-02-22
1
-0
/
+14
*
[asan] implement __asan_set_death_callback
Kostya Serebryany
2012-02-13
1
-8
/
+8
*
AddressSanitizer: replace all "real_X" calls with "REAL(X)"
Alexey Samsonov
2012-02-08
1
-2
/
+2
*
[asan] make sure the AsanThread object is destroyed if pthread_exit is called
Kostya Serebryany
2012-02-07
1
-2
/
+2
*
[asan] new run-time flag: sleep_before_dying (asan Issue #31)
Kostya Serebryany
2012-01-31
1
-0
/
+4
*
EHABI-based stack trace on ARM.
Evgeniy Stepanov
2012-01-19
1
-1
/
+1
*
[asan] remove OS-dependent headers from asan_internal.h
Kostya Serebryany
2012-01-11
1
-0
/
+12
*
[asan] move TSD code into asan_posix.cc
Kostya Serebryany
2012-01-11
1
-0
/
+25
*
[asan] don't include unistd.h in the headers
Kostya Serebryany
2012-01-09
1
-1
/
+10
*
[asan] refactoring: move some common linux/mac code to asan_posix.cc
Kostya Serebryany
2012-01-09
1
-0
/
+68
[prev]