summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/tools/llvm-cfi-verify
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable warning. NFC.Simon Pilgrim2019-11-181-1/+2
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-272-105/+146
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [cfi-verify] Support AArch64.Joel Galenson2018-07-131-27/+276
* Make CMakeLists.txt formatting more consistent with the rest of LLVM.Nico Weber2018-05-091-1/+2
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+1
* [cfi-verify] Validate there are no register clobbers between CFI-check and in...Mitch Phillips2017-11-151-0/+66
* [cfi-verify] Made FileAnalysis operate on a GraphResult rather than build one...Mitch Phillips2017-11-101-17/+51
* [cfi-verify] Add blacklist parsing for result filtering.Mitch Phillips2017-11-033-0/+3
* [cfi-verify] Add an interesting unit test where undef search length changes r...Mitch Phillips2017-11-031-0/+53
* Add FileVerifier::isCFIProtected().Mitch Phillips2017-10-251-0/+172
* Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verifySam Clegg2017-10-241-1/+0
* Restore the fix rL316059 eliminated by rL316372Serguei Katkov2017-10-241-0/+1
* Made llvm-cfi-verify not execute unit tests on non-x86 builds.Mitch Phillips2017-10-233-10/+59
* Graph builder implementation.Mitch Phillips2017-10-232-2/+555
* Accidently merged an incomplete upstream patch in 10e6ee563a6b5ca498f27972ca6...Mitch Phillips2017-10-231-3/+2
* Patch inMitch Phillips2017-10-231-2/+3
* Statically link llvm-cfi-verify's libraries.Vlad Tsyrklevich2017-10-181-1/+1
* [cfi-verify] Fix typo, actually check X86 targetVlad Tsyrklevich2017-10-121-1/+1
* [cfi-verify] Fix unittest failures w/o x86 targetVlad Tsyrklevich2017-10-121-2/+5
* MC Helpers for llvm-cfi-verify.Vlad Tsyrklevich2017-10-111-0/+263
* Reland 'Classify llvm-cfi-verify.'Vlad Tsyrklevich2017-10-112-0/+231
OpenPOWER on IntegriCloud