summaryrefslogtreecommitdiff
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarityJohn Ericson2022-01-032-6/+16
* [NFC][sanitizer] Allow madvise in symbolizerVitaly Buka2022-01-031-0/+1
* [asan] Additionnal prologue decoding for WinSDK 10.0.22000Alexandre Ganea2021-12-301-0/+1
* [compiler-rt][cmake] Factor out extend_install_path functionJohn Ericson2021-12-301-19/+6
* [InstrProf] Prevent duplicate functions in correlated dataEllis Hoag2021-12-285-52/+34
* [profile] Fix writing binary id into profilesGulfem Savrun Yeniceri2021-12-271-14/+37
* Revert "[ASan] Moved optimized callbacks into a separate library."Krasimir Georgiev2021-12-243-49/+1
* [ASan] Moved optimized callbacks into a separate library.Kirill Stoimenov2021-12-243-1/+49
* [sanitizer] Add common "demangle" flagVitaly Buka2021-12-239-1/+55
* [sanitizer] Move internal_symbolizer "inline" optionVitaly Buka2021-12-236-11/+30
* [NFC][sanitizer] Increase kArgVMax to 16Vitaly Buka2021-12-231-1/+1
* [sanitizer] Check kArgVMax in SymbolizerProcess::GetArgVVitaly Buka2021-12-233-0/+3
* Revert "[ASan] Moved optimized callbacks into a separate library."Kirill Stoimenov2021-12-232-30/+1
* [ASan] Moved optimized callbacks into a separate library.Kirill Stoimenov2021-12-232-1/+30
* [DFSan] Make dfsan_read_origin_of_first_taint public.Andrew Browne2021-12-223-0/+40
* [Sanitizer] Fix setbuffer() interceptor (it accept size, not mode)Azat Khuzhin2021-12-222-5/+7
* [sanitizer] Support symbolize_inline_frames by addr2lineVitaly Buka2021-12-221-1/+3
* [NFC][sanitizer] Format the testVitaly Buka2021-12-221-3/+3
* [NFC][sanitizer] Format a part of the fileVitaly Buka2021-12-221-3/+2
* [DFSan] Add functions to print origin trace from origin id instead of address.Andrew Browne2021-12-224-14/+156
* [NFC][sanitizer] Reformat scriptVitaly Buka2021-12-221-1/+4
* [NFC][sanitizer] Reformat a part of the fileVitaly Buka2021-12-221-18/+16
* [msan] Break optimization in memccpy testsNikita Popov2021-12-221-0/+2
* [TSan] Don't instrument code that is executed from __tsan_on_report()Julian Lettner2021-12-212-0/+4
* [ASan] Change optimized callbacks visibility to hidden.Kirill Stoimenov2021-12-212-33/+1
* tsan: remove old vector clocksDmitry Vyukov2021-12-2111-1498/+0
* tsan: remove hacky callDmitry Vyukov2021-12-213-263/+0
* tsan: reduce shadow rangesDmitry Vyukov2021-12-211-62/+62
* tsan: remove unused variableDmitry Vyukov2021-12-211-3/+1
* tsan: use VReport instead of VPrintf in background threadDmitry Vyukov2021-12-211-5/+7
* tsan: better maintain current time in the background threadDmitry Vyukov2021-12-211-2/+3
* tsan: fix failures after multi-threaded forkDmitry Vyukov2021-12-214-23/+66
* tsan: always handle closing of file descriptorsDmitry Vyukov2021-12-213-36/+39
* tsan: remove unused ReportMutex::destroyedDmitry Vyukov2021-12-214-14/+6
* tsan: change ReportMutex::id type to intDmitry Vyukov2021-12-213-10/+10
* tsan: optimize __tsan_read/write16Dmitry Vyukov2021-12-213-14/+46
* [tsan] Disable test from D115759 on DarwinVitaly Buka2021-12-201-0/+4
* [memprof][NFC] Fix mismatched-new-delete in memprof testsXu Mingjie2021-12-202-2/+2
* Port __sanitizer::StopTheWorld to WindowsClemens Wasser2021-12-203-2/+184
* [sanitizer] Fix compress_stack_depot.cpp test on DarwinVitaly Buka2021-12-201-4/+12
* Attempt to stablize compiler-rt/test/asan/TestCases/strncpy-overflow.cppPhilip Reames2021-12-201-1/+15
* [tsan] Fix Darwin crash after D115759Vitaly Buka2021-12-201-17/+6
* tsan: fix NULL deref in TraceSwitchPartDmitry Vyukov2021-12-201-2/+12
* tsan: fix deadlock during race reportingDmitry Vyukov2021-12-207-55/+41
* [InstrProf] Don't profile merge by default in lightweight modeEllis Hoag2021-12-201-1/+6
* [TSan][Darwin] Fix shadow mapping for iOS simulator on Apple SiliconJulian Lettner2021-12-172-5/+5
* [TSan][Darwin] Make malloc_size interceptor more robustJulian Lettner2021-12-172-1/+11
* [InstrProf][NFC] Require zlib for debug info testsEllis Hoag2021-12-172-0/+4
* [Try2][InstrProf] Add Correlator class to read debug infoEllis Hoag2021-12-172-0/+62
* Revert "Port __sanitizer::StopTheWorld to Windows"Martin Storsjö2021-12-173-176/+2