summaryrefslogtreecommitdiff
path: root/lib/Makefile.mk
AgeCommit message (Expand)Author
2016-01-26Remove autoconf support for building runtime libraries.Chris Bieneman
2015-02-18Remove support for building sanitizers from Makefile/autoconf build on Linux.Alexey Samsonov
2015-02-17Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun
2015-02-17Remove support for building sanitizers from Makefile/autoconf build.Alexey Samsonov
2014-02-14Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov
2013-08-07DataFlowSanitizer; compiler-rt changes.Peter Collingbourne
2013-05-22Revert r182465 and add lsan-common library to makefile-based buildAlexey Samsonov
2013-05-21Add atomic.c back to the builtins module sources lists (for Makefile build).Daniel Dunbar
2013-02-21[sanitizer] Add MSan to Makefile-based build rules.Evgeniy Stepanov
2012-11-13Support for building the ubsan runtime when using the autoconf build system onRichard Smith
2012-05-29[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_commonKostya Serebryany
2012-05-15[tsan] makefile machinery to build tsan-rt (linux-x86_64 only)Kostya Serebryany
2012-05-15[asan] move lib/asan/interception to lib/interception so that other tools (e....Kostya Serebryany
2012-04-12Don't build atomic.c when building compiler-rt using makeAlexey Samsonov
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-17lib: Import GCDA profiling support from LLVM.Daniel Dunbar
2010-01-18Rename subdir 'Target' variable to 'Implementation' to be less overloaded.Daniel Dunbar
2010-01-18Simplify subdirectory makefiles, and be more robust by checking that they def...Daniel Dunbar
2009-09-10Stub out structure for building armv{6,7} libs.Daniel Dunbar
2009-06-26Initial import of compiler-rt.Daniel Dunbar