summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [sanitizers] Allocate 12MB for stack instead of 134MBReid Kleckner2016-07-122-2/+4
* [asan] Fix interception unittest on Windows64.Etienne Bergeron2016-07-122-0/+11
* Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test be...Kuba Brecka2016-07-121-0/+2
* [compiler-rt] Disable a test failing on windows.Etienne Bergeron2016-07-121-0/+2
* [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-112-1/+4
* [compiler-rt] Refactor the interception code on windows.Etienne Bergeron2016-07-113-340/+1079
* remove empty linesEtienne Bergeron2016-07-111-2/+0
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-1129-47/+76
* [asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron2016-07-116-4/+67
* [compiler-rt] Refactor the interception code on windows.Etienne Bergeron2016-07-111-2/+4
* [tsan] Add support for GCD IO channels on DarwinKuba Brecka2016-07-117-9/+574
* whitespaces + re-indentEtienne Bergeron2016-07-101-34/+34
* test: Use %clangxx in objc++ test filesSaleem Abdulrasool2016-07-098-9/+9
* [esan] Add __esan_report for mid-run dataDerek Bruening2016-07-0911-5/+166
* Revert "Add runtime support for __cpu_model (__builtin_cpu_supports)"Alina Sbirlea2016-07-083-820/+1
* Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea2016-07-083-1/+820
* Revert r274865-r274870Alina Sbirlea2016-07-083-820/+1
* Added comments identifing code sourceAlina Sbirlea2016-07-081-0/+4
* Check cpuid supported for i386.Alina Sbirlea2016-07-081-1/+29
* Add default initialization. Add unit test.Alina Sbirlea2016-07-082-1/+20
* clang-format itAlina Sbirlea2016-07-081-40/+38
* Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea2016-07-082-1/+771
* [compiler-rt] Fix minimal stack reserved for unittest on MSVC buildEtienne Bergeron2016-07-072-4/+7
* [compiler-rt] Enhance unittest coverage for lib interceptionEtienne Bergeron2016-07-072-24/+127
* [compiler-rt] Fix sanitizer memory allocator on win64.Etienne Bergeron2016-07-073-4/+13
* [compiler-rt] Fix AllocatorCacheDeallocNewThread unittestEtienne Bergeron2016-07-071-0/+2
* [tsan] Avoid false positives with GCD data callbacksKuba Brecka2016-07-072-0/+62
* [esan|cfrag] Handle binaries built with -esan-aux-field-info=falseQin Zhao2016-07-072-20/+28
* [esan|wset] Ensure SIGSEGV is not blockedDerek Bruening2016-07-068-6/+105
* Fix cmake generation on Apple for interception unittestsEtienne Bergeron2016-07-061-2/+0
* [esan|wset] Further reduce flakiness of sampling testDerek Bruening2016-07-061-3/+7
* [compiler-rt] Disable interception tests on AppleEtienne Bergeron2016-07-061-3/+1
* [sanitizer] Handle null in internal_sigaction_syscallDerek Bruening2016-07-061-0/+2
* [compilter-rt] Add unittests for interception libraryEtienne Bergeron2016-07-066-1/+382
* [asan Win64] Implement atomic_compare_exchange_strong for 8 bitEtienne Bergeron2016-07-061-7/+9
* [tsan] Fix false positives with GCD dispatch_source_*Kuba Brecka2016-07-062-24/+77
* Attempt to reduce flakiness in workingset-samples.cppDavid Majnemer2016-07-061-5/+5
* [asan] Update tests according to r274578Ryan Govostes2016-07-052-2/+2
* [tsan] Synchronize leaving a GCD group with notificationsKuba Brecka2016-07-052-9/+73
* [tsan] dispatch_once interceptor will cause a crash/deadlock when the origina...Kuba Brecka2016-07-052-2/+43
* [esan|cfrag] Add struct array access reportQin Zhao2016-07-022-19/+35
* [compiler-rt] Fix cmake to propagate debug info to runtime unittestsEtienne Bergeron2016-07-011-2/+2
* tab to whitespacesEtienne Bergeron2016-07-011-2/+2
* [tsan] Relax the "ignored-interceptors.mm" testcase. The test has been flaky...Kuba Brecka2016-07-011-1/+1
* [compiler-rt] Re-active unittest previously broken on windows.Etienne Bergeron2016-06-301-4/+0
* [compiler-rt] Fix TLS resource leaking in unittestEtienne Bergeron2016-06-301-0/+1
* [compiler-rt] Fix broken (flaky) unittests based on FlagParser.Etienne Bergeron2016-06-301-0/+6
* [compiler-rt] Reset global variables in ThreadRegistryThreadedTestEtienne Bergeron2016-06-301-0/+4
OpenPOWER on IntegriCloud