aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/sancov
AgeCommit message (Expand)AuthorFilesLines
2024-01-11[llvm-driver] Fix usage of `InitLLVM` on Windows (#76306)Alexandre Ganea1-3/+0
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda1-10/+2
2023-08-01[dwp][libtool-darwin][sancov] Enable llvm-driverAndrés Villegas2-1/+5
2023-07-26[sancov] Switch to OptTable from llvm::clAndrés Villegas3-64/+196
2023-05-17[NFC][Py Reformat] Reformat python files in llvmTobias Hieta1-32/+45
2023-04-17[CMake] Cleanup depsNAKAMURA Takumi1-2/+0
2023-04-17[CMake] Reorder and reformat depsNAKAMURA Takumi1-1/+1
2023-03-19[sancov] fix coverage-report-server cannot display coverage detailCongcong Cai1-2/+5
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-08-01[sancov] Remove deprecated -blacklist after D113514Fangrui Song1-16/+2
2022-07-26[llvm-objdump] Fix type mismatch in std::min.Simon Tatham1-2/+3
2022-07-26[MC,llvm-objdump,ARM] Target-dependent disassembly resync policy.Simon Tatham1-3/+5
2022-07-21[sancov] --help: hide unrelated optionsFangrui Song1-11/+21
2022-05-09[LLVM][sancov] Inclusive language: Add -ignorelist optionZarko Todorovski1-33/+46
2022-02-27[sancov] Add SPARC support for getPreviousInstructionPcXiaodong Liu1-1/+1
2022-02-24Cleanup include: DebugInfo/Symbolizeserge-sans-paille1-0/+1
2022-02-23[sanitizer][sancov] Use pc-1 for s390xFangrui Song1-1/+1
2022-02-22[sancov] Refactor getPreviousInstructionPcFangrui Song1-6/+9
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones1-2/+1
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-1/+1
2020-07-28[Support] Use InitLLVM in llvm-stress, sancov and TableGenAnirudh Prasad1-7/+2
2020-06-11Re-land "Migrate the rest of COFFObjectFile to Error"Reid Kleckner1-4/+2
2020-06-05Revert "Migrate the rest of COFFObjectFile to Error"Nico Weber1-2/+4
2020-06-05Migrate the rest of COFFObjectFile to ErrorReid Kleckner1-4/+2
2020-05-26[sancov] Accommodate sancov and coverage report server for use under WindowsVitaly Buka2-3/+5
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj1-1/+6
2020-01-29[llvm] Replace SmallStr.str().str() with std::string conversion operator.Jonas Devlieghere1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-4/+4
2020-01-17Remove AllTargetsAsmPrintersNico Weber1-1/+0
2020-01-11[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song1-1/+1
2019-11-21Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov1-1/+3
2019-10-23[Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin1-1/+3
2019-10-12Revert 374629 "[sancov] Accommodate sancov and coverage report server for use...Vitaly Buka2-5/+3
2019-10-12[sancov] Accommodate sancov and coverage report server for use under WindowsVitaly Buka2-3/+5
2019-10-12[sancov] Use LLVM Support library JSON writer in favor of individual implemen...Vitaly Buka1-132/+35
2019-09-27[sancov][NFC] Make filename Regexes "const"Thomas Preud'homme1-2/+2
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-4/+4
2019-07-11[sancov] Ignore PC samples with value 0Petr Hosek1-1/+5
2019-06-24[sancov] Avoid unnecessary unique_ptrFangrui Song1-12/+10
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song1-3/+3
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg1-3/+3
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song1-3/+3
2019-04-07Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr...Fangrui Song1-2/+1
2019-02-27[DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin1-5/+21
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2-8/+6
2019-01-03Python compat - print statementSerge Guelton1-0/+2
2018-10-10[sancov] Generalize the code to get the previous instruction to multiple arch...George Karpenkov1-1/+14
2018-04-25Rename sancov.cc to sancov.cppNico Weber2-3/+2
2017-12-13Remove redundant includes from tools.Michael Zolotukhin1-8/+0