summaryrefslogtreecommitdiff
path: root/lib/interception
AgeCommit message (Expand)Author
2016-08-03[compilter-rt] Try to fix correctly rL277560Etienne Bergeron
2016-08-03[compiler-rt] Fix broken interception unittestEtienne Bergeron
2016-08-02[compiler-rt] Add more interception patterns.Etienne Bergeron
2016-08-02[asan] Intercept RtlRaiseException instead of kernel32!RaiseExceptionReid Kleckner
2016-07-31[compiler-rt] Add support for interception redirect exports.Etienne Bergeron
2016-07-28Fix broken build botEtienne Bergeron
2016-07-27[compiler-rt] Fix warnings in interception codeEtienne Bergeron
2016-07-22Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...Bruno Cardoso Lopes
2016-07-21[compiler-rt] Add support for relative offset adjustment in interceptionEtienne Bergeron
2016-07-21fix https://reviews.llvm.org/D22610Etienne Bergeron
2016-07-18[interception] Remove extra whitespace to appease linters (NFC)Vedant Kumar
2016-07-18[compiler-rt] Fix incorrect handling of indirect load.Etienne Bergeron
2016-07-18[compiler-rt] Allow trampoline allocation further and 1 gig.Etienne Bergeron
2016-07-15[compiler-rt] Fix incorrect handling of indirect load.Etienne Bergeron
2016-07-15TestCase null_deref was failing in Win64:Etienne Bergeron
2016-07-14[compiler-rt] Add more assembly patterns for interceptionEtienne Bergeron
2016-07-12[asan] Fix interception unittest on Windows64.Etienne Bergeron
2016-07-12[compiler-rt] Enhance function padding detection for function interceptionEtienne Bergeron
2016-07-12fix incorrect constant (from http://reviews.llvm.org/D22111)Etienne Bergeron
2016-07-11missing modifications for http://reviews.llvm.org/D21952Etienne Bergeron
2016-07-11[compiler-rt] Refactor the interception code on windows.Etienne Bergeron
2016-07-11remove empty linesEtienne Bergeron
2016-07-07[compiler-rt] Enhance unittest coverage for lib interceptionEtienne Bergeron
2016-07-06Fix cmake generation on Apple for interception unittestsEtienne Bergeron
2016-07-06[compiler-rt] Disable interception tests on AppleEtienne Bergeron
2016-07-06[compilter-rt] Add unittests for interception libraryEtienne Bergeron
2016-06-20Add missing decoding patterns toRoundUpToInstrBoundaryEtienne Bergeron
2016-06-06This patch attempts to primitive support for Win64 asanEtienne Bergeron
2016-05-27This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron
2016-03-24[asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner
2016-03-22[asan] Add ucrtbase.dll to the list of DLLs to interceptReid Kleckner
2016-03-22[asan] Add one more x86 encoding to the interceptor for strrchrReid Kleckner
2016-03-22[asan] Intercept strdup on WindowsReid Kleckner
2016-03-21[asan] Update hotpatch code for VS 2015 memset implementationReid Kleckner
2016-03-05[cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas
2016-01-26Remove autoconf support for building runtime libraries.Chris Bieneman
2015-11-19Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov
2015-10-29Sanitizer: define WIN32_LEAN_AND_MEANSaleem Abdulrasool
2015-09-22[asan] Versioned interceptor for pthread_create.Evgeniy Stepanov
2015-08-18[windows] Implement GetProcAddress internally to avoid initializing the CRTReid Kleckner
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-03-17[ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov
2015-03-16[ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov
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-09-29[sanitizer] Android build cleanup.Evgeniy Stepanov
2014-09-25Add support for intercepting functions from msvcr110.dllEhsan Akhgari
2014-08-25[ASan/Win] Intercept memory allocation functions in the MD CRTTimur Iskhodzhanov
2014-08-22[ASan/Win] Land the trivial bits of -MD RTL support (PR20214)Timur Iskhodzhanov