summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/asan to .cppNico Weber2019-08-011-331/+0
* sanitizers: Introduce ThreadType enumDmitry Vyukov2019-02-071-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [asan] Be more careful and verbose when allocating dynamic shadow memoryKuba Mracek2018-02-261-4/+24
* [asan] For iOS/AArch64, if the dynamic shadow doesn't fit, restrict the VM spaceKuba Mracek2017-07-121-0/+23
* [compiler-rt][asan] Add support for desallocation of unhandled pointersEtienne Bergeron2017-02-211-0/+1
* [tsan] Properly describe GCD worker threads in reportsKuba Mracek2017-02-021-1/+2
* [compiler-rt] Move logic which replace memcpy interceptor with memmove from a...Vitaly Buka2016-12-271-9/+0
* [asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron2016-07-111-0/+1
* [asan] Add runtime support for __asan_(un)register_image_globalsRyan Govostes2016-03-281-0/+26
* [asan] Add iOS support.Anna Zaks2016-02-021-0/+6
* [ASan] Fix the links to bugs and wikipages.Alexander Potapenko2015-12-041-1/+1
* [tsan] Use re-exec method to enable interceptors on older versions of OS XKuba Brecka2015-12-031-179/+0
* [asan] Sort headers.Anna Zaks2015-10-271-4/+4
* Revert r246961 "[asan] Intercept and wrap XPC callback blocks".Kuba Brecka2015-09-071-45/+9
* [asan] Intercept and wrap XPC callback blocksKuba Brecka2015-09-071-9/+45
* [asan] Fix dyld version detection on OS XKuba Brecka2015-08-031-14/+9
* [asan] Remove AsanPlatformThreadInitReid Kleckner2015-07-211-3/+0
* [asan] Add OS X 10.11's new dyld interposition supportKuba Brecka2015-07-061-2/+24
* Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman2015-06-231-1/+8
* Working on reconciling out-of-tree patches to compiler-rt for building for iOS.Chris Bieneman2015-06-231-10/+7
* [ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov2015-03-161-0/+2
* asan: fix signal handling during stoptheworldDmitry Vyukov2015-03-021-14/+0
* Fix ASan's Noinst unit testsKuba Brecka2015-02-101-0/+8
* [compiler-rt] Make MaybeReexec properly process DYLD_INSERT_LIBRARIES when us...Kuba Brecka2015-02-061-49/+60
* Fix/workaround for OS X truncated stacktraces taken by external toolsKuba Brecka2015-01-221-7/+0
* [asan] Allow changing verbosity in activation flags.Evgeniy Stepanov2015-01-201-3/+3
* Remove AsanInterceptsSignal in favor of (equivalent) IsDeadlySignal.Alexey Samsonov2015-01-091-5/+0
* AddressSanitizer: Abort after failed exec() and get rid of the allow_reexec A...Kuba Brecka2014-12-221-2/+8
* AddressSanitizer: Properly handle dispatch_source_set_cancel_handler with aKuba Brecka2014-12-221-0/+4
* [ASan] Refactor thread starting code.Sergey Matveev2014-12-051-3/+2
* Make the ASan OS X DYLD_INSERT_LIBRARIES detection path-independentKuba Brecka2014-11-191-1/+1
* Unbreak the darwin build.Adrian Prantl2014-10-271-1/+1
* [ASan] Force the compiler to generate frame pointer in certain Mac-specific i...Alexey Samsonov2014-07-101-0/+12
* [ASan] Optional support for dynamic ASan runtime on Linux.Alexey Samsonov2014-04-011-0/+6
* [ASan] Get rid of asan_mac.h, which contents have been moved to sanitizer_mac.hAlexander Potapenko2014-02-041-1/+0
* [ASan] Move GetMacosVersion() to sanitizer_common.Alexander Potapenko2014-02-031-37/+1
* [ASan] Move the signal handling-related flags to sanitizer_common.Alexander Potapenko2014-01-281-1/+2
* [ASan] Delete asan_intercepted_functions.h, move the code into asan_intercept...Alexander Potapenko2013-12-261-1/+0
* [sanitizer] Introduce VReport and VPrintf macros and use them in sanitizer code.Sergey Matveev2013-12-051-15/+12
* tsan: move verbosity flag to CommonFlagsDmitry Vyukov2013-10-151-5/+5
* [ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersi...Alexander Potapenko2013-07-161-1/+16
* [ASan] Add support for OS X Mavericks to GetMacosVersion.Alexander Potapenko2013-07-161-0/+1
* [sanitizer] Move GetStackTrace from ASan to sanitizer_common.Sergey Matveev2013-05-081-12/+0
* [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)...Kostya Serebryany2013-04-051-3/+3
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-031-1/+1
* Remove all 'static' before ALWAYS_INLINETimur Iskhodzhanov2013-03-281-1/+1
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-211-3/+4
* [ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov2013-03-201-5/+5
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-191-1/+1
OpenPOWER on IntegriCloud