summaryrefslogtreecommitdiff
path: root/lib/asan/asan_globals.cc
Commit message (Expand)AuthorAgeFilesLines
* Introduce an operator new for LowLevelAllocator, and convert most users to it.Peter Collingbourne2013-10-241-4/+2
* [Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov2013-06-141-1/+1
* Disable init-order checking before destructors are run.Alexey Samsonov2013-05-241-0/+15
* [ASan] Make init-order checker allow access to already initialized globals.Alexey Samsonov2013-04-191-8/+22
* Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE ...Timur Iskhodzhanov2013-03-281-2/+2
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-281-44/+49
* [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes po...Alexey Samsonov2013-03-261-16/+11
* [ASan] mark local function as staticAlexey Samsonov2013-03-251-1/+1
* [asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov2013-02-051-2/+2
* [ASan] Split ASan interface header into private and public parts. Add a test ...Alexey Samsonov2013-01-311-1/+0
* [asan] simplify the code that poisons global redzones, add some more testsKostya Serebryany2013-01-231-15/+9
* [asan] kill some dead codeKostya Serebryany2013-01-181-18/+0
* asan/tsan: move blocking mutex from asan to sanitizer_commonDmitry Vyukov2013-01-141-8/+8
* Relocate the external headers provided by ASan and the common sanitizerChandler Carruth2012-08-291-1/+1
* [Sanitizer] Use low-level allocator in flag parsing to avoid calling malloc()...Alexey Samsonov2012-08-271-1/+1
* [asan] run-time part of the initialization order checker. Patch by Reid Watso...Kostya Serebryany2012-08-211-8/+73
* [ASan] move code that describes globals to asan_report.ccAlexey Samsonov2012-08-091-31/+4
* [ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov2012-08-091-2/+1
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-091-8/+8
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-9/+9
* [ASan] Make printf arguments match format strings better.Alexey Samsonov2012-06-061-4/+4
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-041-1/+1
* [asan] more renamingKostya Serebryany2012-05-311-1/+1
* [asan] more renamingKostya Serebryany2012-05-311-6/+6
* [asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...Kostya Serebryany2012-05-311-5/+5
* [asan] Support for %z to Printf()Evgeniy Stepanov2012-03-211-6/+6
* [asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany2011-12-151-8/+34
* [asan] poison the internal asan heap memory, just in case. Change Printf to R...Kostya Serebryany2011-12-151-1/+1
* [asan] get rid of std::map. No STL and almost no libstdc++ left. Kostya Serebryany2011-12-021-14/+16
* Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...Kostya Serebryany2011-11-301-11/+10
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+144