summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [tsan] Adding a test case for r263939 ("Add some NULL pointer checks into the...Kuba Brecka2016-03-211-0/+20
* [tsan] Add some NULL pointer checks into the debugging APIKuba Brecka2016-03-211-5/+5
* [tsan] Build TSan dylibs for iOS-style simulatorsDevin Coughlin2016-03-201-0/+1
* builtins: make __clear_cache work on Linux-ARMSaleem Abdulrasool2016-03-181-2/+2
* builtins: port __clear_cache to Windows ARMSaleem Abdulrasool2016-03-181-0/+11
* [sancov] common flags initialization.Mike Aizatsky2016-03-189-7/+18
* [tsan] Add interceptor for pthread_cond_timedwait_relative_npKuba Brecka2016-03-181-24/+26
* [TSAN] Fix build bot failure for powerpc64leSagar Thakur2016-03-181-3/+0
* [TSAN] Relax the expected output of race_on_mutex.cSagar Thakur2016-03-181-7/+3
* [CMake] Remove bash-ism in SanitizerLintCheckAlexey Samsonov2016-03-171-1/+1
* Removing a non-intentional debug output that got committed in r263695.Kuba Brecka2016-03-171-3/+0
* [sanitizer] On OS X, verify that interceptors work and abort if not, take 2Kuba Brecka2016-03-1710-15/+89
* [tsan] Detect uses of uninitialized, destroyed and invalid mutexesKuba Brecka2016-03-169-1/+54
* [ASAN] Add support for mips/mips64 androidMohit K. Bhakkad2016-03-165-28/+50
* [ASan] Make sure unittest works if sized-delete is enabled by default.Alexey Samsonov2016-03-151-4/+10
* Revert r263551 due to a test failure.Kuba Brecka2016-03-153-64/+0
* [sanitizer] On OS X, verify that interceptors work and abort if notKuba Brecka2016-03-153-0/+64
* Fix bad regression from r263077 when building with MSVC.Nico Weber2016-03-122-5/+2
* Disable a test that started failing recently; see PR26919.Nico Weber2016-03-121-0/+3
* Fix order of arguments to fputsReid Kleckner2016-03-111-3/+3
* Switch to fputs stderr to try to fix output buffering issuesReid Kleckner2016-03-111-3/+3
* Make printf-4 more robust to strlen interception after r263177Reid Kleckner2016-03-111-5/+7
* [Sanitizer][MIPS] internal lstat and fstat for mips64Mohit K. Bhakkad2016-03-111-0/+16
* [Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_testMohit K. Bhakkad2016-03-111-2/+4
* Fix ASan test cases after r263177Alexey Samsonov2016-03-113-7/+7
* [sanitizer] Add strlen to the common interceptorsAlexey Samsonov2016-03-117-37/+26
* [UBSan] Improve bufferization of UBSan error reports.Alexey Samsonov2016-03-111-93/+90
* [Windows] Fix UnmapOrDie and MmapAlignedOrDieReid Kleckner2016-03-104-24/+95
* Retrieve command line arguments and environment correctly on FreeBSDDimitry Andric2016-03-101-1/+19
* [sanitizer_common tests] Make Darwin a Posix system and bring the stable-runt...Filipe Cabecinhas2016-03-104-1/+7
* Follow-up fix for r263126. Apparently `printf("%p", NULL)` can output 0x0, (...Kuba Brecka2016-03-101-2/+2
* [tsan] Add TSan debugger APIsKuba Brecka2016-03-106-1/+320
* [test/asan/closed-fds] Properly quote log_path for shell invocation.Filipe Cabecinhas2016-03-101-1/+1
* sanitizer: Fix endianness checks for gccAlexey Samsonov2016-03-094-6/+6
* Fix test failure on darwin-i386Xinliang David Li2016-03-091-1/+2
* Fix a minor bug in testXinliang David Li2016-03-091-1/+1
* [test/sanitizer-common] Linux/sanitizer_set_death_callback_test.cc -> Posix/s...Filipe Cabecinhas2016-03-091-0/+0
* [test/sanitizer-common] Move getpass.cc from Linux into PosixFilipe Cabecinhas2016-03-091-0/+4
* Add ARM EHABI support to gcc_personality_v0.Logan Chien2016-03-091-5/+36
* [DFSan] Fix test_inet_pton for big endian archsMohit K. Bhakkad2016-03-091-1/+1
* [Compiler-rt][MIPS] Defining macros for MIPS archsMohit K. Bhakkad2016-03-091-0/+15
* [Fix r262788] Fix missed prototype with the old llvm* name.Filipe Cabecinhas2016-03-081-1/+1
* [sanitizer-common] Use @LINE in test.Filipe Cabecinhas2016-03-071-5/+5
* [Fix r262785] Fix missing declaration when COMPILER_RT_BOOL_CMPXCHG was used ...Filipe Cabecinhas2016-03-072-1/+2
* [powerpc] mark setuid.c and setuid2.c as unsupportedBill Seurer2016-03-072-0/+12
* cleanup: remove dead preprocessing branch /nfcXinliang David Li2016-03-061-2/+0
* [PGO] cleanup: move one support method into InstrProfilingUtil.h /NFCXinliang David Li2016-03-063-13/+19
* [PGO] internal API name cleanups (for better consistency)Xinliang David Li2016-03-069-91/+92
* Minor cleanupXinliang David Li2016-03-063-12/+15
* [GCDA] Unlock arc file before closing itVedant Kumar2016-03-051-1/+1
OpenPOWER on IntegriCloud