summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cfi-verify/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant includes from tools.Michael Zolotukhin2017-12-132-4/+0
* [cfi-verify] Validate there are no register clobbers between CFI-check and in...Mitch Phillips2017-11-154-0/+57
* [cfi-verify] Add DOT graph printing for GraphResult objects.Mitch Phillips2017-11-144-0/+36
* [cfi-verify] Made FileAnalysis operate on a GraphResult rather than build one...Mitch Phillips2017-11-102-44/+70
* [cfi-verify] Adds blacklist blame behaviour to cfi-verify.Mitch Phillips2017-11-091-15/+15
* Move the LLVMCFIVerify project into the Libraries folder on IDEs like Visual ...Aaron Ballman2017-11-041-0/+1
* [cfi-verify] Add blacklist parsing for result filtering.Mitch Phillips2017-11-034-29/+34
* Update cl::opt<uint64_t> instances to cl::opt<unsigned long long>Mitch Phillips2017-11-012-6/+6
* Parse DWARF information to reduce false positives.Mitch Phillips2017-10-315-2/+81
* Add FileVerifier::isCFIProtected().Mitch Phillips2017-10-252-1/+35
* Made llvm-cfi-verify not execute unit tests on non-x86 builds.Mitch Phillips2017-10-232-16/+18
* Graph builder implementation.Mitch Phillips2017-10-234-2/+429
* Accidently merged an incomplete upstream patch in 10e6ee563a6b5ca498f27972ca6...Mitch Phillips2017-10-232-5/+2
* Patch inMitch Phillips2017-10-232-2/+5
* Statically link llvm-cfi-verify's libraries.Vlad Tsyrklevich2017-10-181-3/+6
* MC Helpers for llvm-cfi-verify.Vlad Tsyrklevich2017-10-112-0/+101
* Reland 'Classify llvm-cfi-verify.'Vlad Tsyrklevich2017-10-114-0/+465
OpenPOWER on IntegriCloud