summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Add SourceLocations for float_cast_overflow data.Filipe Cabecinhas2015-08-113-25/+66
* [cmake] Hoist check for LLD sources up into root CMakeLists.txtReid Kleckner2015-08-114-1/+14
* [sanitizers] Use portable file read/write wrappers on process pipesReid Kleckner2015-08-112-9/+11
* [Windows] Implement FileExists, ReadFromFile, and FindPathToBinaryReid Kleckner2015-08-105-48/+96
* [Windows] Relax test case patterns to allow parameter listsReid Kleckner2015-08-1015-28/+28
* test case for poisoning trivial membersNaomi Musgrave2015-08-101-0/+51
* Fix typo.Filipe Cabecinhas2015-08-101-2/+2
* -Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie2015-08-106-14/+29
* [ASAN/AArch64] Disable forkpty tests until we can fix themRenato Golin2015-08-081-0/+1
* [asan] Try different values of the shadow gap start.Evgeniy Stepanov2015-08-072-1/+16
* [asan] Reduce shadow gap start on 32-bit Android.Evgeniy Stepanov2015-08-071-1/+1
* [Compiler-RT] Disable TSAN on AArch64 temporarilyRenato Golin2015-08-071-1/+1
* [ASAN] Disable ManyThreadsTest in AArch64Renato Golin2015-08-071-0/+3
* [ASAN/AArch64] Make sure aarch64 is not stable-runtimeRenato Golin2015-08-061-1/+1
* test: Use lld-link instead of lld-link2 as the LTO linker on Windows.Peter Collingbourne2015-08-061-2/+2
* [sanitizer] 2-nd attempt. Add the flag handle_sigfpe that is default true to ...Kostya Serebryany2015-08-0612-15/+53
* Revert "[sanitizer] Add the flag handle_sigfpe that is default true to handle...Renato Golin2015-08-0612-62/+15
* Add flag to request codeview debug info on WindowsReid Kleckner2015-08-051-0/+2
* [sanitizer] Add the flag handle_sigfpe that is default true to handle SIGFPE ...Kostya Serebryany2015-08-0512-15/+62
* [AArch64] Stable runtime required for proc maps testRenato Golin2015-08-051-1/+1
* [UBSan] Fix UBSan-vptr false positive.Alexey Samsonov2015-08-052-3/+16
* [sanitizer] fix the Mac build (hopefully)Kostya Serebryany2015-08-051-1/+1
* [AArch64] Fixes broken bot fue to TSAN patchRenato Golin2015-08-051-0/+4
* [libFuzzer] add weak hooks for strcmpKostya Serebryany2015-08-052-0/+11
* [libFuzzer/DFSan] add more __sanitizer callbacks to dfsan blacklistKostya Serebryany2015-08-051-0/+20
* Try to fix sanitizer_win.cc compile error on 64-bit after r243895Hans Wennborg2015-08-051-1/+8
* [tsan] Enable tsan for aarch64Adhemerval Zanella2015-08-0521-23/+161
* [asan] Enable asan for aarch64Adhemerval Zanella2015-08-057-7/+16
* Update references to new lists.llvm.org mailing lists.Tanya Lattner2015-08-052-4/+4
* Runtime check of poisoning derived class members.Naomi Musgrave2015-08-031-0/+47
* [asan] Print VAs instead of RVAs for module offsets on WindowsReid Kleckner2015-08-034-12/+123
* [asan] Fix dyld version detection on OS XKuba Brecka2015-08-031-14/+9
* [asan] Link tests with ld.gold on Android.Evgeniy Stepanov2015-08-011-0/+5
* [ASan] Fix two tests on FreeBSD: alloca.h is missing there.Alexey Samsonov2015-07-312-2/+2
* [Sanitizer] Try to fix sanitizer_libc_test on FreeBSD.Alexey Samsonov2015-07-311-8/+3
* [asan] Fix wrong __ANDROID_API__ preprocessor condition.Evgeniy Stepanov2015-07-311-1/+1
* [CMake] Don't build libc++ with MSan-with-calls instrumentation.Alexey Samsonov2015-07-311-13/+14
* [UBSan] Test: Move coverage-levels.cc out of Linux directoryFilipe Cabecinhas2015-07-311-0/+0
* Fix __floatsitf() for negative inputSergey Dmitrouk2015-07-312-5/+5
* Re-commit r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in int...Daniel Sanders2015-07-315-7/+7
* [AArch64|DFSAN] XPASS custom.cc, as it got fixed by r243686Renato Golin2015-07-311-3/+0
* Revert r243686 - [Sanitizers] [Bug 24151] Generalize type of offset in intern...Daniel Sanders2015-07-315-7/+7
* [libFuzzer] prepare for __sanitizer_cov_trace_switch in libFuzzer and sanitiz...Kostya Serebryany2015-07-315-5/+11
* [asan] Fix signal() interception on 64-bit Android.Evgeniy Stepanov2015-07-311-2/+2
* [dfsan] Enable dfsan for aarch64Adhemerval Zanella2015-07-304-1/+27
* [Sanitizers] [Bug 24151] Generalize type of offset in internal_mmapDaniel Sanders2015-07-305-7/+7
* [asan] Support arm64 devices in asan_device_setup.Evgeniy Stepanov2015-07-301-46/+128
* testing for tail call optimization repression when sanitizing use-after-dtorNaomi Musgrave2015-07-301-0/+45
* Revert r243604, it (very likely) caused PR24312.Nico Weber2015-07-302-4/+3
* [sanitizer] add a weak hook for strncmp interceptor, both to dfsan and other ...Kostya Serebryany2015-07-304-19/+45
OpenPOWER on IntegriCloud