summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-cfi-verify
Commit message (Expand)AuthorAgeFilesLines
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-1/+1
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-061-1/+1
* Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-211-1/+3
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+4
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-151-1/+1
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-141-2/+3
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-141-3/+2
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-141-2/+3
* Revert "[llvm-objdump] Re-commit r367284."Michael Pozulp2019-08-051-1/+1
* [llvm-objdump] Re-commit r367284.Michael Pozulp2019-08-041-1/+1
* Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...Michael Pozulp2019-07-301-1/+1
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-07-301-1/+1
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-161-6/+4
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-161-4/+6
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-161-6/+4
* [CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...Fangrui Song2019-04-242-6/+6
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-275-23/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193)Nico Weber2018-09-151-4/+7
* Renovate CMake files in the `llvm-(cfi-verify|exegesis|mca)` tools.Richard Diamond2018-09-131-7/+4
* [cfi-verify] Support cross-DSOJoel Galenson2018-08-243-1/+85
* [cfi-verify] Abort on unsupported targetsJoel Galenson2018-07-161-0/+10
* [cfi-verify] Support AArch64.Joel Galenson2018-07-132-14/+39
* Make llvm-cfi-verify CMakeLists.txt formatting more consistent with the rest ...Nico Weber2018-05-092-4/+7
* Fix broken builds due to mismatched min/max typesVlad Tsyrklevich2018-02-021-2/+2
* [cfi-verify] Add blame context printing, and improved print format.Vlad Tsyrklevich2018-02-011-38/+114
* Remove redundant includes from tools.Michael Zolotukhin2017-12-132-4/+0
* [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-154-0/+57
* [cfi-verify] Add DOT graph printing for GraphResult objects.Mitch Phillips2017-11-145-4/+46
* [cfi-verify] Made FileAnalysis operate on a GraphResult rather than build one...Mitch Phillips2017-11-103-47/+76
* [cfi-verify] Adds blacklist blame behaviour to cfi-verify.Mitch Phillips2017-11-092-27/+37
* [cfi-verify] Added a simple check that stops division-by-zero error when no i...Mitch Phillips2017-11-061-1/+3
* 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-037-56/+144
* 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-318-14/+127
* Add FileVerifier::isCFIProtected().Mitch Phillips2017-10-253-1/+37
* Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verifySam Clegg2017-10-241-1/+1
* Made llvm-cfi-verify not execute unit tests on non-x86 builds.Mitch Phillips2017-10-232-16/+18
* Graph builder implementation.Mitch Phillips2017-10-235-5/+431
* Accidently merged an incomplete upstream patch in 10e6ee563a6b5ca498f27972ca6...Mitch Phillips2017-10-233-7/+5
* Patch inMitch Phillips2017-10-233-5/+7
* 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-117-198/+485
* Revert "Classify llvm-cfi-verify."Vlad Tsyrklevich2017-10-106-681/+196
* Classify llvm-cfi-verify.Vlad Tsyrklevich2017-10-106-196/+681
* [WebAssembly] Add support for local symbol bindingsSam Clegg2017-09-201-0/+1
* Introduce the llvm-cfi-verify tool (resubmission of D37937).Vlad Tsyrklevich2017-09-203-0/+278
OpenPOWER on IntegriCloud