OSDN Git Service

[llvm-objcopy][llvm-strip] Fix help text typo for --allow-broken-links
[android-x86/external-llvm.git] / tools / llvm-cfi-verify / lib /
2019-05-16 Fangrui SongRecommit [Object] Change object::SectionRef::getContent...
2019-05-16 Hans WennborgRevert r360876 "[Object] Change object::SectionRef...
2019-05-16 Fangrui Song[Object] Change object::SectionRef::getContents() to...
2019-04-24 Fangrui Song[CommandLine] Provide parser<unsigned long> instantiati...
2019-02-27 Alexey Lapshin[DebugInfo] add SectionedAddress to DebugInfo interfaces.
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2018-09-15 Nico WeberRevert r342148 (and follow-on fix attempts r342154...
2018-09-13 Richard DiamondRenovate CMake files in the `llvm-(cfi-verify|exegesis...
2018-08-24 Joel Galenson[cfi-verify] Support cross-DSO
2018-07-16 Joel Galenson[cfi-verify] Abort on unsupported targets
2018-07-13 Joel Galenson[cfi-verify] Support AArch64.
2018-05-09 Nico WeberMake llvm-cfi-verify CMakeLists.txt formatting more...
2017-12-13 Michael ZolotukhinRemove redundant includes from tools.
2017-11-15 Mitch Phillips[cfi-verify] Validate there are no register clobbers...
2017-11-14 Mitch Phillips[cfi-verify] Add DOT graph printing for GraphResult...
2017-11-10 Mitch Phillips[cfi-verify] Made FileAnalysis operate on a GraphResult...
2017-11-09 Mitch Phillips[cfi-verify] Adds blacklist blame behaviour to cfi...
2017-11-04 Aaron BallmanMove the LLVMCFIVerify project into the Libraries folde...
2017-11-03 Mitch Phillips[cfi-verify] Add blacklist parsing for result filtering.
2017-11-01 Mitch PhillipsUpdate cl::opt<uint64_t> instances to cl::opt<unsigned...
2017-10-31 Mitch PhillipsParse DWARF information to reduce false positives.
2017-10-25 Mitch PhillipsAdd FileVerifier::isCFIProtected().
2017-10-23 Mitch PhillipsMade llvm-cfi-verify not execute unit tests on non...
2017-10-23 Mitch PhillipsGraph builder implementation.
2017-10-23 Mitch PhillipsAccidently merged an incomplete upstream patch in 10e6e...
2017-10-23 Mitch PhillipsPatch in
2017-10-18 Vlad TsyrklevichStatically link llvm-cfi-verify's libraries.
2017-10-11 Vlad TsyrklevichMC Helpers for llvm-cfi-verify.
2017-10-11 Vlad TsyrklevichReland 'Classify llvm-cfi-verify.'