summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cfi-verify/lib/GraphBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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