summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* 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
* [asan] Tune down mmap_limit_mb test.Evgeniy Stepanov2014-10-011-6/+6
* Disable the ubsan-asan config on Darwin.Alexander Potapenko2014-10-012-2/+4
* [compiler-rt] Re-enable the use of -gmlt for ASan tests on DarwinKuba Brecka2014-09-301-6/+3
* [UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which do...Alexander Potapenko2014-09-301-0/+2
* [asan] XFAIL one test on Android.Evgeniy Stepanov2014-09-301-0/+3
* [asan] Run tests with the default compiler on Android.Evgeniy Stepanov2014-09-301-1/+1
* [asan] Re-enable lsan_annotations test on Android.Evgeniy Stepanov2014-09-301-3/+0
* [UBSan] Use <machine/endian.h> on Darwin.Alexander Potapenko2014-09-301-3/+13
* [asan] add a test for array cookie if the operator new is defined inside the ...Kostya Serebryany2014-09-292-1/+36
* [sanitizer] Android build cleanup.Evgeniy Stepanov2014-09-2914-194/+233
* [compiler-rt] Do not use ldrexd or strexd on v7MOliver Stannard2014-09-2910-0/+20
* [asan] Fix SELinux setup on Android-K.Evgeniy Stepanov2014-09-291-2/+27
* Effectively revert r217284 on Darwin due to issues with -gmlt thereAlexey Samsonov2014-09-261-3/+6
* [compiler-rt] recommit of r218481: ASan debugging API for report info extract...Kuba Brecka2014-09-268-24/+362
* [UBSan] Adding support of MIPS32Petar Jovanovic2014-09-263-2/+11
* [compiler-rt] revert r218481 due to test failure on sanitizer-x86_64-linux Kuba Brecka2014-09-268-361/+24
* [compiler-rt] fix failing debug_locate.cc test due to a leakKuba Brecka2014-09-261-0/+2
* [compiler-rt] ASan debugging API for report info extraction and locating addr...Kuba Brecka2014-09-258-24/+359
* [asan] disable a test that uses -coverage on AndroidKostya Serebryany2014-09-251-0/+1
* Add support for intercepting functions from msvcr110.dllEhsan Akhgari2014-09-251-1/+4
* Fix a mistake in r217762Ehsan Akhgari2014-09-251-1/+1
* Follow-up for r217523: fix the dependencies for standalone compiler-rt build.Alexander Potapenko2014-09-251-1/+3
* [asan] make sanitizer tests depend on libclang_rt.profile since we now have a...Kostya Serebryany2014-09-241-1/+1
* [asan] don't instrument module CTORs that may be run before asan.module_ctor....Kostya Serebryany2014-09-241-0/+9
* [asan] Fix one test on Android-L.Evgeniy Stepanov2014-09-231-1/+2
* UBSan: print 'undefined-behavior' instead of 'runtime-error' in report summaryAlexey Samsonov2014-09-222-4/+4
* [ASan] Introduce the dump_instruction_bytes flag to print the faulting instru...Alexander Potapenko2014-09-224-4/+55
* [UBSan] Introduce more flexible __ubsan_default_options function instead of U...Alexey Samsonov2014-09-193-21/+36
* [UBSan] Optionally report summary in UBSan error reports.Alexey Samsonov2014-09-197-21/+53
* [asan] asan_device_setup improvements.Evgeniy Stepanov2014-09-191-1/+14
* [ASan] Print a hint when the program crashes accessing the zero page.Alexander Potapenko2014-09-191-0/+3
* builtins: 80-columnSaleem Abdulrasool2014-09-191-2/+4
* builtins: remove definition of __ARM_ARCHSaleem Abdulrasool2014-09-191-27/+0
OpenPOWER on IntegriCloud