aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cfi-verify
AgeCommit message (Expand)AuthorFilesLines
2023-12-03[llvm] Stop including string (NFC)Kazu Hirata1-1/+0
2023-12-03[llvm] Stop including unordered_map (NFC)Kazu Hirata2-2/+0
2023-05-16[llvm-objdump][X86] Add @plt symbols for .plt.gotFangrui Song1-4/+4
2023-03-27[documentation] Fix TyposPriyanshi Agarwal1-1/+1
2023-01-16[llvm-objdump][RISCV] Use new common method to parse ARCH RISCV attributeElena Lepilkina1-1/+5
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso1-1/+1
2022-02-24Cleanup include: DebugInfo/Symbolizeserge-sans-paille3-0/+3
2021-12-16Avoid by-value copies of referenced objectsNathan Sidwell1-1/+1
2021-11-08[LLVM][llvm-cfi] Inclusive language: replace uses of blacklist with ignorelistZarko Todorovski1-10/+10
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner4-6/+4
2021-07-16[llvm][tools] Hide unrelated llvm-cfi-verify optionsTimm Bäder1-6/+10
2021-07-16Revert "[llvm][tools] Hide unrelated llvm-cfi-verify options"Timm Bäder1-10/+6
2021-07-16[llvm][tools] Hide unrelated llvm-cfi-verify optionsTimm Bäder1-6/+10
2021-05-23[MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones2-2/+1
2021-05-05[MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones1-1/+2
2021-02-10[llvm-cfi-verify] Set UseSymbolTable to falseFangrui Song1-1/+3
2021-02-08Renovate CMake file for the `llvm-cfi-verify` toolJameson Nash1-16/+9
2021-01-11[llvm] Use *Set::contains (NFC)Kazu Hirata1-3/+3
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille2-42/+0
2020-09-26Internalize functions from various tools. NFCFangrui Song1-9/+10
2020-08-13[llvm-objdump] Change symbol name/PLT decoding errors to warningsFangrui Song1-1/+3
2020-06-17[llvm] Avoid linking llvm-cfi-verify to duplicate libsMichał Górny1-8/+12
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-4/+4
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-4/+4
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-4/+7
2020-01-17Remove AllTargetsAsmPrintersNico Weber1-1/+0
2020-01-11[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song1-1/+1
2020-01-06[MC] Add parameter `Address` to MCInstPrinter::printInstFangrui 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/+4
2019-08-15[llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp1-1/+1
2019-08-14Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar1-2/+3
2019-08-14Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar1-3/+2
2019-08-14[llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar1-2/+3
2019-08-05Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp1-1/+1
2019-08-04[llvm-objdump] Re-commit r367284.Michael Pozulp1-1/+1
2019-07-30Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp1-1/+1
2019-07-30[llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp1-1/+1
2019-05-16Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song1-6/+4
2019-05-16Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg1-4/+6
2019-05-16[Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song1-6/+4
2019-04-24[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song2-6/+6
2019-02-27[DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin5-23/+30
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth7-28/+21
2018-09-15Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193)Nico Weber1-4/+7
2018-09-13Renovate CMake files in the `llvm-(cfi-verify|exegesis|mca)` tools.Richard Diamond1-7/+4
2018-08-24[cfi-verify] Support cross-DSOJoel Galenson3-1/+85
2018-07-16[cfi-verify] Abort on unsupported targetsJoel Galenson1-0/+10
2018-07-13[cfi-verify] Support AArch64.Joel Galenson2-14/+39