summaryrefslogtreecommitdiff
path: root/lib/asan/Makefile.mk
AgeCommit message (Expand)Author
2013-02-20[ASan] Delete asan/dynamic dir and temporarily move the interposers declarati...Alexander Potapenko
2013-02-05[ASan] Delete the code related to static runtime on OS X.Alexander Potapenko
2012-09-07build: Teach Makefile build system about asan/dynamic subdir.Daniel Dunbar
2012-08-27[ASan] add missing build dependency on sanitizer_common headersAlexey Samsonov
2012-08-01[Sanitizer] Make ASan/TSan sources depend on headers from interception libraryAlexey Samsonov
2012-05-15[asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany
2012-02-09AddressSanitizer: move mach_override inside interception libraryAlexey Samsonov
2012-02-08AddressSanitizer: start factoring out interception machineryAlexey Samsonov
2012-01-18Delete sysinfo/* and all references to it.Alexander Potapenko
2011-12-02build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar
2011-12-01asan: Fill in integration with compiler-rt/make build.Daniel Dunbar
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany