summaryrefslogtreecommitdiff
path: root/lib/asan/asan_globals.cc
AgeCommit message (Expand)Author
2012-08-09[ASan] move some functions that describe addresses to asan_report.ccAlexey Samsonov
2012-07-09[ASan] Use common flags parsing machinery.Alexey Samsonov
2012-06-06[Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov
2012-06-06[ASan] Make printf arguments match format strings better.Alexey Samsonov
2012-06-04Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan] more renamingKostya Serebryany
2012-05-31[asan,tsan] introduce sanitizer_common/sanitizer_defs.h and perform some rena...Kostya Serebryany
2012-03-21[asan] Support for %z to Printf()Evgeniy Stepanov
2011-12-15[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany
2011-12-15[asan] poison the internal asan heap memory, just in case. Change Printf to R...Kostya Serebryany
2011-12-02[asan] get rid of std::map. No STL and almost no libstdc++ left. Kostya Serebryany
2011-11-30Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...Kostya Serebryany
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany