summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* Move shared configs for lit test suites to test/ and unittests/ directoriesAlexey Samsonov2014-02-1421-29/+27
* [msan] Replicate mmap-below-shadow check in mmap64 interceptor.Evgeniy Stepanov2014-02-142-0/+10
* Move tests for BlocksRuntime and builtins to corresponding directories under ...Alexey Samsonov2014-02-14230-0/+0
* [asan] Android test runner for ASan lit tests.Evgeniy Stepanov2014-02-149-72/+207
* Move original compiler-rt functions (libgcc replacement) to lib/builtins dire...Alexey Samsonov2014-02-14240-259/+271
* [libsanitizer] Create SanitizerCommonDecorator which provides the Warning() a...Alexander Potapenko2014-02-142-4/+11
* Move BlocksRuntime to lib/ directoryAlexey Samsonov2014-02-1458-0/+0
* [sanitizer] replace MostSignificantSetBitIndex with LeastSignificantSetBitInd...Kostya Serebryany2014-02-133-7/+24
* [sanitizer] optimize TwoLevelBitVector::intersectsWith, extend tests, fix a c...Kostya Serebryany2014-02-134-26/+91
* [asan] Disable 1 test on Android.Evgeniy Stepanov2014-02-131-0/+4
* [asan] Remove extra clone() arguments in test.Evgeniy Stepanov2014-02-131-1/+1
* [asan] Enable signal and sigaction interceptors on Android.Evgeniy Stepanov2014-02-132-1/+16
* [asan] Enable SEGV handler on Android by default.Evgeniy Stepanov2014-02-132-11/+2
* [sanitizer] Fix off-by-one-line in SEGV reports on Android.Evgeniy Stepanov2014-02-131-1/+3
* [asan] Fix null_deref test with zero base shadow.Evgeniy Stepanov2014-02-131-1/+1
* [sanitizer] address some of the dvyukov's comments on previous commitsKostya Serebryany2014-02-135-9/+40
* Remove a check from strerror_r test.Evgeniy Stepanov2014-02-131-1/+2
* [sanitizer] findPath for deadlock detectorKostya Serebryany2014-02-134-3/+47
* [asan] Avoid deadlock in CovDump.Evgeniy Stepanov2014-02-132-1/+6
* [sanitizer] AArch64 sanitizer support; patch by Christophe Lyon and Yvan RouxKostya Serebryany2014-02-138-9/+79
* [sanitizer] more code for deadlock detector, nothing really works yet (except...Kostya Serebryany2014-02-136-3/+274
* [sanitizer] Intercept capget()/capset().Sergey Matveev2014-02-123-10/+39
* [asan] Handle OpenFile errors in CovDump.Evgeniy Stepanov2014-02-121-3/+7
* [sanitizer] Fix wait4 interceptor on Android.Evgeniy Stepanov2014-02-123-10/+49
* [sanitizer] added class BVGraph, to be used in a deadlock detector; added mor...Kostya Serebryany2014-02-126-19/+277
* [TSan] Kill tsan_symbolize_addr2line_linux.ccAlexey Samsonov2014-02-124-204/+1
* [Sanitizer] Teach external symbolizer to work with addr2line if llvm-symboliz...Alexey Samsonov2014-02-125-16/+120
* [UBSan] Parse common runtime flags before using a symbolizerAlexey Samsonov2014-02-121-0/+19
* [Sanitizer] Build sanitizer_common with -Wframe-larger-than=512 flagAlexey Samsonov2014-02-123-3/+9
* [Sanitizer] Reduce stack frame size of SlowUnwindStackWithContextAlexey Samsonov2014-02-121-4/+4
* [sanitizer] added a bit vector class to be used in a deadlock detectorKostya Serebryany2014-02-124-0/+236
* Require CMake 2.8.12.1 or later on WindowsHans Wennborg2014-02-111-1/+7
* [asan] Fix Windows build.Evgeniy Stepanov2014-02-111-0/+5
* [sanitizer] Fix build.Evgeniy Stepanov2014-02-113-15/+15
* [sanitizer] Use system unwinder in signal handlers on Android.Evgeniy Stepanov2014-02-1111-26/+111
* [Sanitizer] External symbolizer refactoring: split protocol for communicating...Alexey Samsonov2014-02-111-129/+164
* Remove unused config.llvm_symbolizer_pathAlexey Samsonov2014-02-111-3/+0
* Add a copy of missing <ucontext.h> for Android and enable ASan SEGV handler.Evgeniy Stepanov2014-02-107-5/+274
* [msan] Return EINVAL instead of crashing from mmap of an invalid address.Evgeniy Stepanov2014-02-104-11/+20
* [Sanitizer] Don't #include the same system header twice.Alexey Samsonov2014-02-101-3/+4
* [sanitizer] Disable 3 more syscall hooks on Android.Evgeniy Stepanov2014-02-101-0/+6
* [TSan] Fix mismatched mangled names in operator delete interceptorsAlexey Samsonov2014-02-101-2/+2
* [sanitizer] struct ustat and a bunch of other definitions are missing on Andr...Evgeniy Stepanov2014-02-103-10/+12
* Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky2014-02-083-6/+6
* Stick to C++98 for this.Nick Lewycky2014-02-082-6/+6
* Update these declarations of operator delete (and delete[]) to have noexcept,Nick Lewycky2014-02-082-10/+16
* tsan: improve the testDmitry Vyukov2014-02-071-2/+9
* tsan: run user OnInitialize callback laterDmitry Vyukov2014-02-071-1/+2
* [sanitizer] Intercept if_indextoname() and if_nametoindex().Sergey Matveev2014-02-063-1/+49
* [sanitizer] Fix build.Sergey Matveev2014-02-063-10/+18
OpenPOWER on IntegriCloud