summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/interception
Commit message (Expand)AuthorAgeFilesLines
* [asan] Don't assert that a target is within 2GB on 32-bit WindowsReid Kleckner2016-11-153-6/+32
* [compiler-rt] Fix interception of crt atoll on win10 CRT.Etienne Bergeron2016-09-301-0/+1
* [compiler-rt] Fix interception of multiple defined symbols.Etienne Bergeron2016-09-281-12/+11
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-2/+2
* [interception] Avoid duplicate declaration of isdigit in testJonas Hahnfeld2016-09-141-0/+4
* [compilter-rt] Try to fix correctly rL277560Etienne Bergeron2016-08-032-7/+5
* [compiler-rt] Fix broken interception unittestEtienne Bergeron2016-08-031-0/+4
* [compiler-rt] Add more interception patterns.Etienne Bergeron2016-08-021-1/+6
* [asan] Intercept RtlRaiseException instead of kernel32!RaiseExceptionReid Kleckner2016-08-022-0/+11
* [compiler-rt] Add support for interception redirect exports.Etienne Bergeron2016-07-311-0/+41
* Fix broken build botEtienne Bergeron2016-07-281-2/+1
* [compiler-rt] Fix warnings in interception codeEtienne Bergeron2016-07-271-0/+2
* Revert "fix https://reviews.llvm.org/D22610" and "[compiler-rt] Fix memmove/m...Bruno Cardoso Lopes2016-07-221-3/+0
* [compiler-rt] Add support for relative offset adjustment in interceptionEtienne Bergeron2016-07-211-9/+32
* fix https://reviews.llvm.org/D22610Etienne Bergeron2016-07-211-0/+3
* [interception] Remove extra whitespace to appease linters (NFC)Vedant Kumar2016-07-181-2/+2
* [compiler-rt] Fix incorrect handling of indirect load.Etienne Bergeron2016-07-181-2/+16
* [compiler-rt] Allow trampoline allocation further and 1 gig.Etienne Bergeron2016-07-181-1/+1
* [compiler-rt] Fix incorrect handling of indirect load.Etienne Bergeron2016-07-151-15/+3
* TestCase null_deref was failing in Win64:Etienne Bergeron2016-07-151-3/+15
* [compiler-rt] Add more assembly patterns for interceptionEtienne Bergeron2016-07-141-1/+7
* [asan] Fix interception unittest on Windows64.Etienne Bergeron2016-07-122-0/+11
* [compiler-rt] Enhance function padding detection for function interceptionEtienne Bergeron2016-07-121-1/+24
* fix incorrect constant (from http://reviews.llvm.org/D22111)Etienne Bergeron2016-07-121-1/+1
* missing modifications for http://reviews.llvm.org/D21952Etienne Bergeron2016-07-111-1/+2
* [compiler-rt] Refactor the interception code on windows.Etienne Bergeron2016-07-113-340/+1079
* remove empty linesEtienne Bergeron2016-07-111-2/+0
* [compiler-rt] Enhance unittest coverage for lib interceptionEtienne Bergeron2016-07-072-24/+127
* Fix cmake generation on Apple for interception unittestsEtienne Bergeron2016-07-061-2/+0
* [compiler-rt] Disable interception tests on AppleEtienne Bergeron2016-07-061-3/+1
* [compilter-rt] Add unittests for interception libraryEtienne Bergeron2016-07-066-1/+382
* Add missing decoding patterns toRoundUpToInstrBoundaryEtienne Bergeron2016-06-201-0/+16
* This patch attempts to primitive support for Win64 asanEtienne Bergeron2016-06-061-26/+147
* This patch is activating the build of Asan on Windows 64-bits.Etienne Bergeron2016-05-271-3/+14
* [asan] Intercept all Heap* related imports from ucrtbase.dllReid Kleckner2016-03-242-8/+86
* [asan] Add ucrtbase.dll to the list of DLLs to interceptReid Kleckner2016-03-221-0/+1
* [asan] Add one more x86 encoding to the interceptor for strrchrReid Kleckner2016-03-221-0/+1
* [asan] Intercept strdup on WindowsReid Kleckner2016-03-221-1/+4
* [asan] Update hotpatch code for VS 2015 memset implementationReid Kleckner2016-03-211-0/+5
* [cmake] Address Samsonov's post-commit review of r262723Filipe Cabecinhas2016-03-051-1/+1
* Remove autoconf support for building runtime libraries.Chris Bieneman2016-01-261-23/+0
* Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov2015-11-191-0/+1
* Sanitizer: define WIN32_LEAN_AND_MEANSaleem Abdulrasool2015-10-291-0/+1
* [asan] Versioned interceptor for pthread_create.Evgeniy Stepanov2015-09-221-5/+5
* [windows] Implement GetProcAddress internally to avoid initializing the CRTReid Kleckner2015-08-182-4/+59
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-1/+1
* [CMake] Cleanup add_compiler_rt_object_library to be platform-agnosticChris Bieneman2015-06-101-15/+5
* [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov2015-03-171-4/+9
* [ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov2015-03-161-1/+0
* Revert "Remove support for building sanitizers from Makefile/autoconf build."Matthias Braun2015-02-171-0/+23
OpenPOWER on IntegriCloud