summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-cfi-verify
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objdump][X86] Add @plt symbols for .plt.gotFangrui Song2023-05-161-4/+4
* [documentation] Fix TyposPriyanshi Agarwal2023-03-271-1/+1
* [llvm-objdump][RISCV] Use new common method to parse ARCH RISCV attributeElena Lepilkina2023-01-161-1/+5
* [Support] Move TargetParsers to new componentArchibald Elliott2022-12-201-0/+1
* Remove redundant .c_str() and .get() callsGregory Alfonso2022-12-181-1/+1
* Cleanup include: DebugInfo/Symbolizeserge-sans-paille2022-02-243-0/+3
* Avoid by-value copies of referenced objectsNathan Sidwell2021-12-161-1/+1
* [LLVM][llvm-cfi] Inclusive language: replace uses of blacklist with ignorelistZarko Todorovski2021-11-081-10/+10
* Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner2021-10-084-6/+4
* [llvm][tools] Hide unrelated llvm-cfi-verify optionsTimm Bäder2021-07-161-6/+10
* Revert "[llvm][tools] Hide unrelated llvm-cfi-verify options"Timm Bäder2021-07-161-10/+6
* [llvm][tools] Hide unrelated llvm-cfi-verify optionsTimm Bäder2021-07-161-6/+10
* [MC] Refactor MCObjectFileInfo initialization and allow targets to create MCO...Philipp Krones2021-05-232-2/+1
* [MC] Untangle MCContext and MCObjectFileInfoPhilipp Krones2021-05-051-1/+2
* [llvm-cfi-verify] Set UseSymbolTable to falseFangrui Song2021-02-101-1/+3
* Renovate CMake file for the `llvm-cfi-verify` toolJameson Nash2021-02-081-16/+9
* [llvm] Use *Set::contains (NFC)Kazu Hirata2021-01-111-3/+3
* llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille2020-11-132-42/+0
* Internalize functions from various tools. NFCFangrui Song2020-09-261-9/+10
* [llvm-objdump] Change symbol name/PLT decoding errors to warningsFangrui Song2020-08-131-1/+3
* [llvm] Avoid linking llvm-cfi-verify to duplicate libsMichał Górny2020-06-171-8/+12
* Revert "Remove redundant "std::move"s in return statements"Bill Wendling2020-02-101-4/+4
* Remove redundant "std::move"s in return statementsBill Wendling2020-02-101-4/+4
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-4/+7
* Remove AllTargetsAsmPrintersNico Weber2020-01-171-1/+0
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-1/+1
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-061-1/+1
* Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-211-1/+3
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+4
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-151-1/+1
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-2/+3
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-3/+2
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-2/+3
* Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp2019-08-051-1/+1
* [llvm-objdump] Re-commit r367284.Michael Pozulp2019-08-041-1/+1
* Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp2019-07-301-1/+1
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-07-301-1/+1
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-6/+4
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-4/+6
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-6/+4
* [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song2019-04-242-6/+6
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-275-23/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193)Nico Weber2018-09-151-4/+7
* Renovate CMake files in the `llvm-(cfi-verify|exegesis|mca)` tools.Richard Diamond2018-09-131-7/+4
* [cfi-verify] Support cross-DSOJoel Galenson2018-08-243-1/+85
* [cfi-verify] Abort on unsupported targetsJoel Galenson2018-07-161-0/+10
* [cfi-verify] Support AArch64.Joel Galenson2018-07-132-14/+39
* Make llvm-cfi-verify CMakeLists.txt formatting more consistent with the rest ...Nico Weber2018-05-092-4/+7
* Fix broken builds due to mismatched min/max typesVlad Tsyrklevich2018-02-021-2/+2