summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [TSan] FreeBSD / intercept thr_exitDavid Carlier2018-06-041-0/+12
* [XRay][compiler-rt] Remove RTTI requirement from XRay BuildsDean Michael Berris2018-06-041-0/+4
* [Fuzzer] Migrate Fuchsia port from launchpad to fdio_spawnPetr Hosek2018-06-021-19/+36
* Add weak definitions of trace-cmp hooks to dfsanKostya Serebryany2018-06-013-1/+75
* [asan, myriad] Implement aligned local pool allocationWalter Lee2018-06-011-1/+25
* [asan, myriad] Configure platform interceptorsWalter Lee2018-06-012-5/+16
* [XRay] Fix supposely failing test for FreeBSDDavid Carlier2018-06-011-1/+1
* [ASAN] Sanitize testsuite for ARM.Yvan Roux2018-06-0114-19/+13
* Fix GCC 4.8.5 build by avoiding braced default member initializerReid Kleckner2018-05-311-1/+8
* Define SIZEOF_STRUCT_USTAT for 32bit sparc.Sylvestre Ledru2018-05-311-1/+1
* Missing includeStephan Bergmann2018-05-311-0/+1
* [XRay] Fixup: Remove unnecessary type aliasDean Michael Berris2018-05-311-6/+4
* [XRay] Fixup: Explicitly call std::make_tuple(...)Dean Michael Berris2018-05-311-2/+2
* [XRay] Fixup: Address some warnings breaking buildDean Michael Berris2018-05-312-7/+7
* [XRay][profiler] Part 3: Profile Collector ServiceDean Michael Berris2018-05-316-0/+556
* [libFuzzer] add collect_data_flow.py that allows to run the data-flow tracer ...Kostya Serebryany2018-05-312-0/+61
* [asan] Remove unneeded VirtualQuery from exception handlerReid Kleckner2018-05-301-5/+0
* [asan, myriad] Simplify main thread handlingWalter Lee2018-05-303-40/+10
* [asan, myriad] Reset shadow memory during exitWalter Lee2018-05-301-14/+17
* Fix a typo; NFCGeorge Burgess IV2018-05-261-1/+1
* [safestack] Lazy initialization of interceptorsVitaly Buka2018-05-261-4/+16
* [Fuzzer] Update _zx_port_wait function use in Fuchsia portPetr Hosek2018-05-261-5/+5
* Revert the last test commitH.J. Lu2018-05-251-1/+0
* This is a test commit to verify repository accessH.J. Lu2018-05-251-0/+1
* [MemorySanitizer] fix mmap test for oses not implementing MAP_NORESERVE flagDavid Carlier2018-05-251-1/+5
* [libFuzzer] Avoid optimization of "abs(x) < 0"Vitaly Buka2018-05-252-2/+4
* Revert "[libFuzzer] [NFC] Generalize DSO tests to work even when files are mo...Vitaly Buka2018-05-252-8/+8
* [libFuzzer] [NFC] Generalize fdmask test.George Karpenkov2018-05-241-12/+12
* [libFuzzer] [NFC] Do not remove SanitizerLintCheck from libFuzzer testsGeorge Karpenkov2018-05-241-1/+0
* [libFuzzer] [NFC] Generalize DSO tests to work even when files are moved.George Karpenkov2018-05-242-8/+8
* [libFuzzer] Fix multi-arch build support for fuzzer tests.George Karpenkov2018-05-241-5/+7
* [libFuzzer] Run libFuzzer unit tests only on host architecture.George Karpenkov2018-05-241-32/+33
* [libFuzzer] XFAIL a few libFuzzer tests on iOS.George Karpenkov2018-05-248-0/+8
* [libFuzzer] Fix a typo in CMake configuration.George Karpenkov2018-05-241-1/+1
* Revert "[cmake] [ARM] Check if VFP is supported before including any VFP buil...Azharuddin Mohammed2018-05-242-20/+5
* [cmake] [ARM] Check if VFP is supported before including any VFP builtinsAzharuddin Mohammed2018-05-242-5/+20
* sanitizer: Use pre-computed size of struct ustat for LinuxCraig Topper2018-05-241-2/+13
* [tsan] Fix a failure in test java_race_pc on AArch64 after r333071Igor Kudrin2018-05-241-1/+1
* [libFuzzer] DataFlow tracer now tags a subset of the input. A separate script...Kostya Serebryany2018-05-243-13/+66
* [libFuzzer] fix two off-by-ones (!!) in the data flow tracerKostya Serebryany2018-05-232-13/+12
* [fuchsia] Add line buffering in RawWriteJake Ehrlich2018-05-231-1/+25
* [libFuzzer] change the output format for the DataFlow tracerKostya Serebryany2018-05-232-60/+35
* [libFuzzer] add a stress test for the DataFlow tracerKostya Serebryany2018-05-232-2/+33
* [libFuzzer] Don't complain about lack of interesting inputs when -runs=0.Max Moroz2018-05-231-1/+1
* [sanitizer] Define UINTPTR_MAXKostya Kortchinsky2018-05-231-0/+6
* Fix internal_mmap() on 32-bit NetBSD platformsKamil Rytarowski2018-05-231-1/+1
* [sanitizer] Reland "Be more accurate when calculating the previous instructio...Igor Kudrin2018-05-232-5/+7
* [libFuzzer] modify -print_corpus_stats to print whether the input reaches the...Kostya Serebryany2018-05-231-2/+2
* [CMake] Support builtins as Clang default rtlib in compiler-rtPetr Hosek2018-05-222-9/+18
* [asan] Use dynamic allocator space address on Android/AArch64.Evgeniy Stepanov2018-05-221-1/+2
OpenPOWER on IntegriCloud