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_globals.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce an operator new for LowLevelAllocator, and convert most users to it.
Peter Collingbourne
2013-10-24
1
-4
/
+2
*
[Sanitizer] Rename InternalVector to InternalMmapVector
Alexey Samsonov
2013-06-14
1
-1
/
+1
*
Disable init-order checking before destructors are run.
Alexey Samsonov
2013-05-24
1
-0
/
+15
*
[ASan] Make init-order checker allow access to already initialized globals.
Alexey Samsonov
2013-04-19
1
-8
/
+22
*
Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...
Timur Iskhodzhanov
2013-03-28
1
-2
/
+2
*
[ASan] Speed-up initialization-order checking: create and use fast versions o...
Alexey Samsonov
2013-03-28
1
-44
/
+49
*
[ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...
Alexey Samsonov
2013-03-26
1
-16
/
+11
*
[ASan] mark local function as static
Alexey Samsonov
2013-03-25
1
-1
/
+1
*
[asan] Fix nonsensical reports of partial right OOB.
Evgeniy Stepanov
2013-02-05
1
-2
/
+2
*
[ASan] Split ASan interface header into private and public parts. Add a test ...
Alexey Samsonov
2013-01-31
1
-1
/
+0
*
[asan] simplify the code that poisons global redzones, add some more tests
Kostya Serebryany
2013-01-23
1
-15
/
+9
*
[asan] kill some dead code
Kostya Serebryany
2013-01-18
1
-18
/
+0
*
asan/tsan: move blocking mutex from asan to sanitizer_common
Dmitry Vyukov
2013-01-14
1
-8
/
+8
*
Relocate the external headers provided by ASan and the common sanitizer
Chandler Carruth
2012-08-29
1
-1
/
+1
*
[Sanitizer] Use low-level allocator in flag parsing to avoid calling malloc()...
Alexey Samsonov
2012-08-27
1
-1
/
+1
*
[asan] run-time part of the initialization order checker. Patch by Reid Watso...
Kostya Serebryany
2012-08-21
1
-8
/
+73
*
[ASan] move code that describes globals to asan_report.cc
Alexey Samsonov
2012-08-09
1
-31
/
+4
*
[ASan] move some functions that describe addresses to asan_report.cc
Alexey Samsonov
2012-08-09
1
-2
/
+1
*
[ASan] Use common flags parsing machinery.
Alexey Samsonov
2012-07-09
1
-8
/
+8
*
[Sanitizer]: Introduce a common internal printf function. For now, also use t...
Alexey Samsonov
2012-06-06
1
-9
/
+9
*
[ASan] Make printf arguments match format strings better.
Alexey Samsonov
2012-06-06
1
-4
/
+4
*
Remove file-type tags for .cc files in ASan run-time library
Alexey Samsonov
2012-06-04
1
-1
/
+1
*
[asan] more renaming
Kostya Serebryany
2012-05-31
1
-1
/
+1
*
[asan] more renaming
Kostya Serebryany
2012-05-31
1
-6
/
+6
*
[asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...
Kostya Serebryany
2012-05-31
1
-5
/
+5
*
[asan] Support for %z to Printf()
Evgeniy Stepanov
2012-03-21
1
-6
/
+6
*
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...
Kostya Serebryany
2011-12-15
1
-8
/
+34
*
[asan] poison the internal asan heap memory, just in case. Change Printf to R...
Kostya Serebryany
2011-12-15
1
-1
/
+1
*
[asan] get rid of std::map. No STL and almost no libstdc++ left.
Kostya Serebryany
2011-12-02
1
-14
/
+16
*
Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...
Kostya Serebryany
2011-11-30
1
-11
/
+10
*
AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...
Kostya Serebryany
2011-11-30
1
-0
/
+144