summaryrefslogtreecommitdiff
path: root/lib/asan/CMakeLists.txt
AgeCommit message (Expand)Author
2016-07-11missing modifications for http://reviews.llvm.org/D21952Etienne Bergeron
2016-07-10whitespaces + re-indentEtienne Bergeron
2016-06-29[compiler-rt] Fix the Asan unittest on WindowsEtienne Bergeron
2016-06-21trimming whitespacesEtienne Bergeron
2016-06-02[asan] add an interface function __sanitizer_print_memory_profile (a basic me...Kostya Serebryany
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-02-23[CMake] Assign components and dependencies during add_compiler_rt_resource_fileChris Bieneman
2015-08-27[CMake] Unify build rules for sanitizer_common for Apple and non-Apple platfo...Alexey Samsonov
2015-08-27[CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-26[CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman
2015-08-26[CMake] Add OBJECT_LIBS option to add_compiler_rt_runtime, and refactored asa...Chris Bieneman
2015-08-25[CMake] fixing a typo that is breaking bots.Chris Bieneman
2015-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-08-18[CMake] Refactoring add_compiler_rt functions for darwin runtimes.Chris Bieneman
2015-07-24[asan] Only link liblog on Android when it exists.Evgeniy Stepanov
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-06-10[CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-05-27[asan] Fix build dependency issues with ASan version list file.Evgeniy Stepanov
2015-05-05[asan] Fix compiler-rt build.Evgeniy Stepanov
2015-05-05[asan] Use a version script to limit the symbols exported by the ASan shared ...Evgeniy Stepanov
2015-05-05Build ASan runtime library with -z global on Android.Evgeniy Stepanov
2015-04-01[UBSan] Embed UBSan into ASan runtime (compiler-rt part).Alexey Samsonov
2015-03-25[LSan] Don't explicitly exclude LSan from Windows build - it should just prod...Alexey Samsonov
2015-02-26[CMake] Make sure we built one variant of i386/i686 runtime libraries.Alexey Samsonov
2015-01-23[compiler-rt] Ensure AsanInitFromRtl is called from a static initializer on O...Kuba Brecka
2014-12-17[ASan] Always build shared ASan runtime on Linux.Alexey Samsonov
2014-12-17[ASan] Move flag parsing logic to asan_flags.cc. NFC.Alexey Samsonov
2014-12-17Rename asan_allocator2.cc to asan_allocator.ccAlexey Samsonov
2014-12-05Implement AddressSanitizer suppressions.Kuba Brecka
2014-12-03ASan CMakeLists.txt: fix bad indent; NFCHans Wennborg
2014-11-28[asan] Remove the local copy of Android ucontext.h.Evgeniy Stepanov
2014-11-04Use @rpath as LC_ID_DYLIB for ASan dylib on OS XKuba Brecka
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-10-01[sanitizer] Add i686 arch to compiler-rt.Evgeniy Stepanov
2014-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-12[ASan/Win] Rename asan_win_uar_thunk.lib to asan_win_dynamic_runtime_thunk.libTimur Iskhodzhanov
2014-08-28[ASan/Win] Add the -Zl flag to avoid /DEFAULTLIB:libcmt directive in the asan...Timur Iskhodzhanov
2014-08-27[asan] Restore asan-rt name on linux back to pre-r216380.Evgeniy Stepanov
2014-08-26[ASan/Win] Rename asan_dll_thunk.cc to asan_win_dll_thunk.ccTimur Iskhodzhanov
2014-08-26[ASan/Win] Add an extra thunk.lib to handle stack-use-after-return optionTimur Iskhodzhanov
2014-08-25[ASan/Win] Add /DEBUG to the MD RTL link flagsTimur Iskhodzhanov
2014-08-25[ASan] Replace CMake if/APPEND/endif with append_ifTimur Iskhodzhanov
2014-08-25[ASan/Win] Intercept memory allocation functions in the MD CRTTimur Iskhodzhanov
2014-08-25[ASan] Rename the ASan dynamic RTTimur Iskhodzhanov
2014-08-22[ASan] Use check_library_exists to determine if libc/libstdc++ are availableTimur Iskhodzhanov
2014-07-15[ASan] Add ASan debugging API to get malloc/free stack traces and shadow memo...Kuba Brecka
2014-07-15[ASan] Only define macros in asan_init_version.h, move the __asan_init declar...Timur Iskhodzhanov
2014-07-11[ASan/Win] Don't apply dllexport to __asan_init in the DLL thunkTimur Iskhodzhanov
2014-07-07[ASan] Clean up leftovers from assembly instrumentation helpersAlexey Samsonov