summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song2019-04-241-4/+4
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-4/+6
* 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-0/+18
* 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/+1
* [cfi-verify] Add DOT graph printing for GraphResult objects.Mitch Phillips2017-11-141-0/+24
* Update cl::opt<uint64_t> instances to cl::opt<unsigned long long>Mitch Phillips2017-11-011-4/+4
* Parse DWARF information to reduce false positives.Mitch Phillips2017-10-311-0/+7
* Graph builder implementation.Mitch Phillips2017-10-231-0/+291
OpenPOWER on IntegriCloud