summaryrefslogtreecommitdiffstats
path: root/compiler-rt/include
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt] Adapt for ptrace(2) changes in NetBSD-9.99.30Kamil Rytarowski2019-12-241-1/+1
* [compiler-rt] FuzzedDataProvider: do not call memcpy on empty vector.Max Moroz2019-12-041-0/+6
* Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar2019-12-041-40/+9
* [Coverage] Revise format to reduce binary sizeVedant Kumar2019-12-041-9/+40
* Reland "[CMake] Support installation of InstrProfData.inc"Petr Hosek2019-11-222-1/+767
* Revert "[CMake] Support installation of InstrProfData.inc"Petr Hosek2019-11-222-767/+1
* [CMake] Support installation of InstrProfData.incPetr Hosek2019-11-222-1/+767
* [compiler-rt] Sync NetBSD syscall hooks with 9.99.17Kamil Rytarowski2019-11-031-42/+123
* [asan] Provide an interface to update an allocation stack trace.Evgenii Stepanov2019-10-311-0/+4
* [compiler-rt] Add ubsan interface header.Pierre Gousseau2019-09-132-0/+33
* [compiler-rt] Remove some cpplint filtersVitaly Buka2019-09-121-2/+2
* [dfsan] Revert dfsan_set_label removalVitaly Buka2019-09-111-0/+5
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-112-9/+4
* Update compiler-rt cpplint.pyVitaly Buka2019-09-111-1/+1
* [compiler-rt] FuzzedDataProvider: use C++ headers only instead of a C/C++ mix.Max Moroz2019-08-091-4/+3
* [compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz2019-08-082-6/+61
* [compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz2019-08-062-2/+2
* [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz2019-08-052-0/+254
* [dfsan] Introduce dfsan_flush().Kostya Serebryany2019-06-131-0/+6
* [compiler-rt] Update comments in asan header to doxygen format; NFC.Pierre Gousseau2019-06-112-295/+609
* [MSan] Introduce __msan_unpoison_param().Matt Morehouse2019-05-091-0/+3
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-0/+1
* Remove esan.Nico Weber2019-03-112-50/+0
* [hwasan, asan] Intercept vfork.Evgeniy Stepanov2019-02-271-0/+8
* Revert "[asan] Fix vfork handling.", +1Evgeniy Stepanov2019-02-211-8/+0
* [hwasan,asan] Intercept vfork.Evgeniy Stepanov2019-02-211-0/+8
* Dmitry Vyukov2019-02-131-0/+18
* Revert "tsan: add fiber support"Diana Picus2019-02-131-18/+0
* tsan: add fiber supportDmitry Vyukov2019-02-121-0/+18
* hwasan: Add __hwasan_init_static() function.Peter Collingbourne2019-01-311-4/+8
* Adjust documentation for git migration.James Y Knight2019-01-291-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1917-68/+51
* xray: Add missing header to list of installed headers.Peter Collingbourne2019-01-171-0/+1
* Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual forma...Nico Weber2019-01-161-2/+4
* Regenerate syscall hooks for NetBSD 8.99.25Kamil Rytarowski2018-10-301-24/+22
* [sanitizer] Include inlined frames into __sanitizer_symbolize_pc outputVitaly Buka2018-10-021-0/+6
* Revert "[sanitizer] Include inlined frames into __sanitizer_symbolize_pc output"Jessica Paquette2018-10-021-6/+0
* [sanitizer] Include inlined frames into __sanitizer_symbolize_pc outputVitaly Buka2018-10-021-0/+6
* [XRay] Remove the deprecated __xray_log_init APIPetr Hosek2018-09-151-23/+2
* [hwasan] introduce __hwasan_print_memory_usageKostya Serebryany2018-09-061-0/+3
* [hwasan] Add a (almost) no-interceptor mode.Evgeniy Stepanov2018-08-201-0/+8
* Revert "Revert "[hwasan] Add __hwasan_handle_longjmp.""Evgeniy Stepanov2018-08-161-0/+7
* Revert "[hwasan] Add __hwasan_handle_longjmp."Evgeniy Stepanov2018-08-161-7/+0
* [hwasan] Add __hwasan_handle_longjmp.Evgeniy Stepanov2018-08-161-0/+7
* [hwasan] Add a basic API.Evgeniy Stepanov2018-08-151-0/+12
* [hwasan] Provide __sanitizer_* aliases to allocator functions.Evgeniy Stepanov2018-08-132-1/+15
* [hwasan] Allow optional early shadow setup.Evgeniy Stepanov2018-08-131-0/+6
* [XRay] basic mode PID and TID always fetchDean Michael Berris2018-07-111-3/+6
* [MSan] Add functions to enable/disable interceptor checks.Matt Morehouse2018-07-061-0/+8
* Fix a typo; NFCGeorge Burgess IV2018-05-261-1/+1
OpenPOWER on IntegriCloud