summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cfi-verify/lib/FileAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-8/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [cfi-verify] Support cross-DSOJoel Galenson2018-08-241-1/+55
* [cfi-verify] Abort on unsupported targetsJoel Galenson2018-07-161-0/+10
* [cfi-verify] Support AArch64.Joel Galenson2018-07-131-10/+32
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-2/+0
* [cfi-verify] Validate there are no register clobbers between CFI-check and in...Mitch Phillips2017-11-151-0/+45
* [cfi-verify] Add DOT graph printing for GraphResult objects.Mitch Phillips2017-11-141-0/+5
* [cfi-verify] Made FileAnalysis operate on a GraphResult rather than build one...Mitch Phillips2017-11-101-27/+44
* [cfi-verify] Adds blacklist blame behaviour to cfi-verify.Mitch Phillips2017-11-091-15/+15
* [cfi-verify] Add blacklist parsing for result filtering.Mitch Phillips2017-11-031-24/+25
* Parse DWARF information to reduce false positives.Mitch Phillips2017-10-311-0/+54
* Add FileVerifier::isCFIProtected().Mitch Phillips2017-10-251-1/+29
* Made llvm-cfi-verify not execute unit tests on non-x86 builds.Mitch Phillips2017-10-231-16/+15
* MC Helpers for llvm-cfi-verify.Vlad Tsyrklevich2017-10-111-0/+77
* Reland 'Classify llvm-cfi-verify.'Vlad Tsyrklevich2017-10-111-0/+277
OpenPOWER on IntegriCloud