aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/sanstats
AgeCommit message (Expand)AuthorFilesLines
2022-07-21[sanstats] Hide unrelated optionsFangrui Song1-1/+5
2022-02-24Cleanup include: DebugInfo/Symbolizeserge-sans-paille1-0/+1
2022-01-07[llvm] Use true/false instead of 1/0 (NFC)Kazu Hirata1-1/+1
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan1-2/+2
2020-09-26Internalize functions from various tools. NFCFangrui Song1-2/+3
2019-02-27[DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin1-2/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-26[cfi] Help sanstats to find binary if they are not at the original locationVitaly Buka1-1/+7
2018-11-26[cfi] Make sanstats print address of the checkVitaly Buka1-2/+3
2017-09-12Fix broken links to the Itanium CXX ABIVlad Tsyrklevich1-1/+1
2017-07-13[sanstats] Print the correct line information.Davide Italiano1-1/+4
2016-11-18[CMake] sanstats depends on intrinsics_genChris Bieneman1-0/+3
2016-06-03[Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner1-3/+3
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-14/+6
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-6/+14
2016-01-26Remove autoconf supportChris Bieneman1-17/+0
2016-01-26Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko1-5/+5
2016-01-16Introduce sanstats tool and llvm::CreateSanitizerStatReport function.Peter Collingbourne3-0/+163