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