aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/include
AgeCommit message (Expand)AuthorFilesLines
2021-01-05[Coverage] Add support for Branch Coverage in LLVM Source-Based Code CoverageAlan Phipps1-2/+2
2020-12-30[compiler-rt] FuzzedDataProvider: Add PickValueInArray for std::arrayMax Moroz1-0/+9
2020-11-20[hwasan] Implement error report callback.Evgenii Stepanov1-0/+3
2020-11-19[MemProf] Add interface to dump profileTeresa Johnson1-0/+5
2020-11-19[sanitizer_common] Add facility to get the full report pathTeresa Johnson1-0/+3
2020-10-26[MemProf] Decouple memprof build from COMPILER_RT_BUILD_SANITIZERSTeresa Johnson1-1/+7
2020-10-16[MemProf] Memory profiling runtime supportTeresa Johnson2-0/+61
2020-10-15[PGO] Remove the old memop value profiling buckets.Hiroshi Yamauchi1-17/+1
2020-09-10[compiler-rt] [netbsd] Regenerate syscall hooksKamil Rytarowski1-10/+203
2020-08-27[MSAN] Add fiber switching APIsJustin Cady1-0/+3
2020-08-14[DFSan] Don't unmap during dfsan_flush().Matt Morehouse1-3/+5
2020-08-05[compiler-rt] Normalize some in/out doxygen parameter in interfacePierre Gousseau2-11/+11
2020-08-03[PGO] Extend the value profile buckets for mem op sizes.Hiroshi Yamauchi1-0/+125
2020-07-22Revert D81682 "[PGO] Extend the value profile buckets for mem op sizes."Fangrui Song1-125/+0
2020-07-15[PGO] Extend the value profile buckets for mem op sizes.Hiroshi Yamauchi1-0/+125
2020-06-25Revert "[PGO] Extend the value profile buckets for mem op sizes."Hiroshi Yamauchi1-82/+0
2020-06-25[PGO] Extend the value profile buckets for mem op sizes.Hiroshi Yamauchi1-0/+82
2020-06-03[profile] Sync InstrProfData.inc with llvm.Hiroshi Yamauchi1-1/+1
2020-03-25[compiler-rt] Mark FDP non-template methods inline to avoid ODR violations.Max Moroz1-8/+11
2020-03-25[compiler-rt] FuzzedDataProvider: make linter happy.Max Moroz1-2/+2
2020-03-24[compiler-rt] Refactor FuzzedDataProvider for better readability.Max Moroz1-258/+316
2020-03-23[compiler-rt] Add ConsumeRandomLengthString() version without arguments.Max Moroz1-0/+5
2020-03-10tsan: tsan_interface.h: make constants staticDmitry Vyukov1-10/+10
2020-02-28Reland: [Coverage] Revise format to reduce binary sizeVedant Kumar1-9/+40
2020-02-28Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-40/+9
2020-02-28[Coverage] Revise format to reduce binary sizeVedant Kumar1-9/+40
2020-02-25[compiler-rt] Fix a typo in a comment in FuzzedDataProvider.h.Max Moroz1-1/+1
2020-02-11[compiler-rt] FuzzedDataProvider: add ConsumeData and method.Max Moroz1-4/+20
2020-02-04[sanitizer] Add missing declarations for sigaltstack syscall wrappers.Evgenii Stepanov1-0/+2
2020-02-03[compiler-rt] implement sigaltstack interceptionEvgenii Stepanov1-2/+4
2019-12-24[compiler-rt] Adapt for ptrace(2) changes in NetBSD-9.99.30Kamil Rytarowski1-1/+1
2019-12-04[compiler-rt] FuzzedDataProvider: do not call memcpy on empty vector.Max Moroz1-0/+6
2019-12-04Revert "[Coverage] Revise format to reduce binary size"Vedant Kumar1-40/+9
2019-12-04[Coverage] Revise format to reduce binary sizeVedant Kumar1-9/+40
2019-11-22Reland "[CMake] Support installation of InstrProfData.inc"Petr Hosek2-1/+767
2019-11-22Revert "[CMake] Support installation of InstrProfData.inc"Petr Hosek2-767/+1
2019-11-22[CMake] Support installation of InstrProfData.incPetr Hosek2-1/+767
2019-11-03[compiler-rt] Sync NetBSD syscall hooks with 9.99.17Kamil Rytarowski1-42/+123
2019-10-31[asan] Provide an interface to update an allocation stack trace.Evgenii Stepanov1-0/+4
2019-09-13[compiler-rt] Add ubsan interface header.Pierre Gousseau2-0/+33
2019-09-12[compiler-rt] Remove some cpplint filtersVitaly Buka1-2/+2
2019-09-11[dfsan] Revert dfsan_set_label removalVitaly Buka1-0/+5
2019-09-11Remove NOLINTs from compiler-rtVitaly Buka2-9/+4
2019-09-11Update compiler-rt cpplint.pyVitaly Buka1-1/+1
2019-08-09[compiler-rt] FuzzedDataProvider: use C++ headers only instead of a C/C++ mix.Max Moroz1-4/+3
2019-08-08[compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP.Max Moroz2-6/+61
2019-08-06[compiler-rt] Rename FuzzedDataProvider.h to .hpp and other minor changes.Max Moroz2-2/+2
2019-08-05[compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.Max Moroz2-0/+254
2019-06-13[dfsan] Introduce dfsan_flush().Kostya Serebryany1-0/+6
2019-06-11[compiler-rt] Update comments in asan header to doxygen format; NFC.Pierre Gousseau2-295/+609