summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to passRenato Golin2014-10-145-5/+0
* Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.Bob Wilson2014-10-142-15/+2
* [UBSan] XFAIL test added in r219642 on DarwinAlexey Samsonov2014-10-141-0/+3
* [sanitizer] Fix a crash in FP unwinder on ARM.Evgeniy Stepanov2014-10-142-11/+47
* Fix silly commit to disable test on ARMRenato Golin2014-10-141-1/+1
* Disable failing ASAN LongJump test on ARMRenato Golin2014-10-141-3/+3
* tsan: remove trailing whitespaceDmitry Vyukov2014-10-141-1/+1
* [asan] Add fast_unwind_on_check flag.Evgeniy Stepanov2014-10-144-1/+15
* tsan: refactor atexit handlingDmitry Vyukov2014-10-142-36/+109
* Sanitize upcasts and conversion to virtual base.Alexey Samsonov2014-10-133-4/+35
* Fix minor typos in comments.Filipe Cabecinhas2014-10-132-2/+2
* tsan: better reporting for virtual-call-after-freeDmitry Vyukov2014-10-135-1/+42
* [UBSan] Disable one run line of this test to allow the test as a wholeChandler Carruth2014-10-111-1/+1
* [UBSan] Fix UBSan testcase for float->int conversion after LLVM r219542.Alexey Samsonov2014-10-111-2/+5
* [asan][mips] Adding support of asan for mipsel archPetar Jovanovic2014-10-102-2/+2
* Disabling main() check on UBSAN, since the noreturn check is already madeRenato Golin2014-10-101-2/+0
* [Tsan] Do not use INTERCEPT_FUNCTION_VER() on FreeBSDViktor Kutuzov2014-10-101-1/+5
* [Tsan] Fix the getline_nohang.cc test to build on FreeBSDViktor Kutuzov2014-10-101-0/+4
* [Tsan] Fix comments in the user_fopen.cc and user_malloc.cc testsViktor Kutuzov2014-10-102-2/+2
* [Tsan] Make the user_fopen.cc and user_malloc.cc tests Linux-specificViktor Kutuzov2014-10-103-0/+9
* XFAIL some more sanitiser ARMv7l testsRenato Golin2014-10-095-0/+5
* [Tsan] Fix the signal_errno.cc and signal_malloc.cc tests to pass on FreeBSDViktor Kutuzov2014-10-092-2/+2
* [Tsan] Fix the global_race tests to pass on FreeBSDViktor Kutuzov2014-10-093-3/+9
* [Tsan] Fix the blacklist2.cc test to pass on FreeBSDViktor Kutuzov2014-10-091-1/+1
* [Sanitizers] Intercept dlopen() and dlclose() on FreeBSDViktor Kutuzov2014-10-091-1/+2
* [Tsan] Fix references to libc entities in tsan_interceptors.cc on FreeBSDViktor Kutuzov2014-10-091-0/+14
* Mark sanitizer tests XFAIL on ARMv7Renato Golin2014-10-0823-0/+25
* Remove bashisms and switch to /bin/shEd Maste2014-10-081-16/+16
* AArch64: don't just hack arm64 support into compiler-rt.Tim Northover2014-10-081-10/+3
* AArch64: add support for ARM64 iOS versions of compiler-rt.Tim Northover2014-10-089-7/+67
* Separating ARM/AArch64 Compiler-RT testsRenato Golin2014-10-081-4/+5
* [ASan] Bump the minimum OSX version required to run ASan to 10.7.Alexander Potapenko2014-10-082-2/+2
* Custom wrappers for DFSanitizing sprintf & snprintf.Lorenzo Martignoni2014-10-086-14/+416
* Avoid bashisms and switch to /bin/shEd Maste2014-10-071-14/+23
* Run profile tests on FreeBSDEd Maste2014-10-072-5/+9
* Fixed asan-asm-stacktrace-test.ccYuri Gorshenin2014-10-071-3/+7
* builtins: add missed change from previous commitSaleem Abdulrasool2014-10-071-1/+1
* builtins: rework use of DEFINE_COMPILERRT_THUMB_FUNCTIONSaleem Abdulrasool2014-10-0711-8/+44
* [asan] Minor tweak to asan_device_setup.Evgeniy Stepanov2014-10-061-1/+2
* Try harder to fix ARM/Linux after r219040.Bob Wilson2014-10-041-1/+6
* Attempt to fix ARM/Linux after r219040.Bob Wilson2014-10-041-1/+1
* Fix the armv7 thumb builtins on darwinSteven Wu2014-10-0412-12/+24
* tsan: output stats about stackdepot in memory profilerDmitry Vyukov2014-10-031-1/+4
* [asan] Support Android/x86 in asan_device_setup.Evgeniy Stepanov2014-10-031-13/+28
* [Compiler-rt][MIPS][Profile] Adding support for MIPS32/64Daniel Sanders2014-10-021-3/+10
* [asan] make new_array_cookie_test more robustKostya Serebryany2014-10-011-2/+7
* [ASan] Don't use large stack buffer for local variable name in stack frame de...Alexey Samsonov2014-10-011-17/+17
* [ASan] Make stack-buffer-overflow reports more robustAlexey Samsonov2014-10-014-46/+54
* [asan] Scale back mmap_limit_mb test.Evgeniy Stepanov2014-10-011-4/+4
* [sanitizer] Add i686 arch to compiler-rt.Evgeniy Stepanov2014-10-015-7/+14
OpenPOWER on IntegriCloud