summaryrefslogtreecommitdiff
path: root/unittests/tools
AgeCommit message (Expand)Author
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-11-15[cfi-verify] Validate there are no register clobbers between CFI-check and in...Mitch Phillips
2017-11-10[cfi-verify] Made FileAnalysis operate on a GraphResult rather than build one...Mitch Phillips
2017-11-03[cfi-verify] Add blacklist parsing for result filtering.Mitch Phillips
2017-11-03[cfi-verify] Add an interesting unit test where undef search length changes r...Mitch Phillips
2017-10-25Add FileVerifier::isCFIProtected().Mitch Phillips
2017-10-24Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verifySam Clegg
2017-10-24Restore the fix rL316059 eliminated by rL316372Serguei Katkov
2017-10-23Made llvm-cfi-verify not execute unit tests on non-x86 builds.Mitch Phillips
2017-10-23Graph builder implementation.Mitch Phillips
2017-10-23Accidently merged an incomplete upstream patch in 10e6ee563a6b5ca498f27972ca6...Mitch Phillips
2017-10-23Patch inMitch Phillips
2017-10-18Statically link llvm-cfi-verify's libraries.Vlad Tsyrklevich
2017-10-15[unittests] Only build llvm-cfi-verify if X86 is in LLVM_TARGETS_TO_BUILDKrzysztof Parzyszek
2017-10-12[cfi-verify] Fix typo, actually check X86 targetVlad Tsyrklevich
2017-10-12[cfi-verify] Fix unittest failures w/o x86 targetVlad Tsyrklevich
2017-10-11MC Helpers for llvm-cfi-verify.Vlad Tsyrklevich
2017-10-11Reland 'Classify llvm-cfi-verify.'Vlad Tsyrklevich