summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] fix 'sancov.py merge' and add a test for itKostya Serebryany2015-03-192-10/+22
* [sanitizer] trying to fix sancov.py with 32-bit pythonKostya Serebryany2015-03-191-7/+18
* [sanitizer] change the sanitizer coverage format once again, this time adding...Kostya Serebryany2015-03-183-41/+76
* asan: Cargo cult the linux test changes in r232501 to the darwin testsJustin Bogner2015-03-181-0/+12
* [ARM] Remove XFAIL from passing RT testRenato Golin2015-03-181-1/+0
* [sanitizer] add run-time a flag coverage_order_pcs. When true, the PCs are du...Kostya Serebryany2015-03-185-10/+106
* Improve SUMMARY reporting in sanitizers.Alexey Samsonov2015-03-174-17/+17
* [sanitizer] change the format of coverage dump: instead of always dumping 32-...Kostya Serebryany2015-03-173-39/+49
* asan: remove left-over code from submitted in rev r232501Dmitry Vyukov2015-03-171-7/+0
* asan: optimization experimentsDmitry Vyukov2015-03-177-39/+131
* [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov2015-03-174-44/+138
* CFI: Make check-cfi depend on libLTO on Darwin.Peter Collingbourne2015-03-161-0/+5
* [Tsan] Do not sanitize memcpy() during thread initialization on FreeBSDViktor Kutuzov2015-03-164-5/+10
* [ASan] NFC: Factor out platform-specific interceptorsTimur Iskhodzhanov2015-03-166-126/+130
* CFI: Add test for bad cast checks.Peter Collingbourne2015-03-141-0/+136
* CFI: Add a test for distinguishing between non-overriding siblings.Peter Collingbourne2015-03-141-0/+67
* Translate some MSVC CMAKE_*_FLAGS to clang flags in clang_compileReid Kleckner2015-03-131-6/+30
* [Tsan] Fix test.h to work on FreeBSDViktor Kutuzov2015-03-131-2/+8
* We want single precision here.Joerg Sonnenberger2015-03-131-0/+3
* Use signed int implementation for __fixintEd Maste2015-03-123-3/+3
* Update copyright year to 2015.Alexey Samsonov2015-03-121-2/+2
* [Tsan] Do not declare std_suppressions when not usedViktor Kutuzov2015-03-121-1/+1
* [Tsan] Adjust SA_SIGINFO and SIG_SETMASK values on FreeBSD.Viktor Kutuzov2015-03-121-4/+7
* [Sanitizers] Fix sanitizers to build on FreeBSD.Viktor Kutuzov2015-03-121-0/+1
* tsan: fix a bug in MetaMap::ResetRangeDmitry Vyukov2015-03-122-2/+51
* tsan: fix crash during __tsan_java_moveDmitry Vyukov2015-03-124-2/+90
* Adding the implementation of atos and dladdr symbolizers for OS X.Kuba Brecka2015-03-127-60/+313
* Make the UBSan coverage-levels.cc test be Linux specificKuba Brecka2015-03-122-2/+9
* Be nicer to C90 environments and avoid the declaration of variables in forJoerg Sonnenberger2015-03-111-2/+3
* Always include stddef.h to make sure size_t exists.Joerg Sonnenberger2015-03-111-0/+1
* Refactor float to integer conversion to share the same code.Joerg Sonnenberger2015-03-1127-376/+458
* [ASan/Win] Fix a CHECK failure when an exception is thrown from a callback pa...Timur Iskhodzhanov2015-03-112-0/+101
* asan: fix leak test for power platformDmitry Vyukov2015-03-101-1/+1
* [sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho...Kostya Serebryany2015-03-102-1/+4
* Revert "Revert "[UBSan] Add testcases for -fsanitize=shift-base and -fsanitiz...Alexey Samsonov2015-03-091-13/+21
* Symbolizer refactoring: Merge common parts of POSIXSymbolizer and WinSymbolizerKuba Brecka2015-03-096-147/+130
* At least on NetBSD, sys/errno.h and errno.h are different, so use theJoerg Sonnenberger2015-03-091-1/+1
* Avoid warnings on !PowerPCJoerg Sonnenberger2015-03-081-1/+2
* Don't produce warnings on !PowerPC.Joerg Sonnenberger2015-03-083-3/+6
* Adding sanitizer_symbolizer_win.h to CMakeLists.txtKuba Brecka2015-03-071-0/+1
* [asan] Fix 2 problems in nohugepage_test.Kostya Serebryany2015-03-061-2/+18
* [asan] Allow users of asan_symbolize.py to forbid fallback to atos/addr2line.Sergey Matveev2015-03-061-0/+3
* Symbolizer refactoring: Make WinSymbolizer use SymbolizerTool interfaceKuba Brecka2015-03-063-113/+179
* asan: fix comment formattingDmitry Vyukov2015-03-062-3/+3
* Add a symbolizer testcase for closed stdin/stdoutKuba Brecka2015-03-051-0/+30
* Print out which symbolizer are we using when verbosity >= 2Kuba Brecka2015-03-051-0/+6
* [sanitizer] Reconstruct the function that dumps block/edge coverage, hopefull...Kostya Serebryany2015-03-054-80/+83
* Revert "[UBSan] Add testcases for -fsanitize=shift-base and -fsanitize=shift-...Alexey Samsonov2015-03-052-22/+14
* Move use of __builtin_longjmp under the same conditions as the onlyJoerg Sonnenberger2015-03-051-9/+9
* tsan: fix signal handling during stop-the-worldDmitry Vyukov2015-03-055-75/+220
OpenPOWER on IntegriCloud