summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Fix Fuchsia ReadBinaryName not to crash when uninitializedPetr Hosek2018-05-021-2/+4
* [libFuzzer] Don't short-circuit from CrashCallback.Matt Morehouse2018-05-021-3/+2
* [libFuzzer] Report at most one crash per input.Matt Morehouse2018-05-019-0/+57
* [compiler-rt][X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection.Roman Lebedev2018-05-011-2/+2
* tsan: disable trace switching after multithreaded forkDmitry Vyukov2018-04-302-0/+6
* [XRay][profiler] Part 1: XRay Allocator and Array ImplementationsDean Michael Berris2018-04-296-16/+711
* tsan: improve "destroy of a locked mutex" reportsDmitry Vyukov2018-04-274-2/+52
* Revert "[CMake] Make simple source used for CMake checks a C file"Petr Hosek2018-04-271-1/+1
* [CMake] Make simple source used for CMake checks a C filePetr Hosek2018-04-261-1/+1
* [asan] Align __asan_global_start so that it works with LLDReid Kleckner2018-04-262-2/+20
* Enable full debug info in the ASan runtime on WindowsReid Kleckner2018-04-261-5/+5
* Add s390x to XFAIL for illegal_read/write_test.ccPetar Jovanovic2018-04-252-2/+2
* [scudo] Adding an interface function to print allocator statsKostya Kortchinsky2018-04-255-0/+43
* Finetune supported arches for the tests added in r330840Petar Jovanovic2018-04-252-0/+2
* [mips] Implement GetWriteFlag() for mipsPetar Jovanovic2018-04-253-0/+76
* Remove 'noexcept's that do not match between header and source file.Richard Smith2018-04-241-3/+3
* [sanitizer] More dead code removalKostya Kortchinsky2018-04-243-49/+0
* The OpenBSD UBsan port introduced two typos that broke the Solaris sanitizer ...Rainer Orth2018-04-242-2/+2
* [LibFuzzer] Tweak `MutationDispatcher::Mutate_CopyPart` mutation.Dan Liew2018-04-242-1/+18
* [HWASan] Use dynamic shadow memory on Android only.Alex Shlyapnikov2018-04-241-3/+3
* [libFuzzer] Add feature to not use AFL's deferred forkserver.Matt Morehouse2018-04-231-1/+13
* Change kAllocatorSpace for powerpc64.Martin Liska2018-04-231-1/+1
* [Sanitizer] Internal Printf string width + left-justify.Alex Shlyapnikov2018-04-232-11/+35
* [HWASan] Add files missing in r330624Alex Shlyapnikov2018-04-233-0/+244
* [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov2018-04-2310-70/+169
* Revert r330474 - "[HWASan] Introduce non-zero based and dynamic shadow memory...Reid Kleckner2018-04-2313-409/+70
* Fix clang-cl warnings in compiler-rtReid Kleckner2018-04-233-4/+5
* [scudo] Read ARM feature bits using Fuchsia APIs.Kostya Kortchinsky2018-04-231-1/+12
* Revert "[Sanitizer] Internal Printf string precision argument + padding."Alex Shlyapnikov2018-04-202-9/+2
* [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).Alex Shlyapnikov2018-04-2013-70/+409
* asan: Mark printf-4.c as unsupported on Windows.Peter Collingbourne2018-04-201-2/+3
* [Sanitizer] Internal Printf string precision argument + padding.Alex Shlyapnikov2018-04-202-2/+9
* Revert r330376 "[sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... i...Hans Wennborg2018-04-201-10/+28
* [LibFuzzer] Report when custom counters are available.Dan Liew2018-04-202-0/+4
* [LibFuzzer] Try to unbreak the `FuzzerMutate.ShuffleBytes1` unit test.Dan Liew2018-04-201-1/+1
* [LibFuzzer] Unbreak the `trace-malloc-unbalanced.test` when using Python 3.Dan Liew2018-04-201-5/+5
* [Fuzzer] Add a missing header in Fuchsia implementationPetr Hosek2018-04-201-0/+1
* [sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... into a template. ...Kuba Mracek2018-04-191-28/+10
* [sanitizer] Minor refactor of some ReservedAddressRange functionsKostya Kortchinsky2018-04-193-37/+20
* [Fuzzer] Make InterruptHandler non-blocking for FuchsiaPetr Hosek2018-04-191-1/+6
* tsan: fix compiler warningsDmitry Vyukov2018-04-191-3/+3
* [HWASan] Add "N" suffix to generic __hwasan_load/store.Alex Shlyapnikov2018-04-183-8/+30
* [sanitizer] Minor refactor of ThreadDescriptorSizeKostya Kortchinsky2018-04-181-14/+5
* [XRay][compiler-rt] Add noop patch functions for unsupported arches.Keith Wyss2018-04-175-0/+30
* Implement trampoline and handler for typed xray event tracing.Keith Wyss2018-04-179-12/+208
* [sanitizer] Remove low-hanging-fruit dead codeKostya Kortchinsky2018-04-175-48/+0
* [sanitizer] Fix OSX build failure post D45457Kostya Kortchinsky2018-04-162-1/+7
* [sanitizer] Build failures fixes post D45457Kostya Kortchinsky2018-04-163-0/+3
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-1623-336/+386
* tsan: add support for linux/powerpc64 in buildgo.shDmitry Vyukov2018-04-164-6/+106
OpenPOWER on IntegriCloud