index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-cfi-verify
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-1
/
+1
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
1
-1
/
+1
*
Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists exist
Ilya Biryukov
2019-11-21
1
-1
/
+3
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+4
*
[llvm-objdump] Add warning messages if disassembly + source for problematic i...
Michael Pozulp
2019-08-15
1
-1
/
+1
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-2
/
+3
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-3
/
+2
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-2
/
+3
*
Revert "[llvm-objdump] Re-commit r367284."
Michael Pozulp
2019-08-05
1
-1
/
+1
*
[llvm-objdump] Re-commit r367284.
Michael Pozulp
2019-08-04
1
-1
/
+1
*
Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...
Michael Pozulp
2019-07-30
1
-1
/
+1
*
[llvm-objdump] Add warning messages if disassembly + source for problematic i...
Michael Pozulp
2019-07-30
1
-1
/
+1
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-6
/
+4
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-4
/
+6
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-6
/
+4
*
[CommandLine] Provide parser<unsigned long> instantiation to allow cl::opt<ui...
Fangrui Song
2019-04-24
2
-6
/
+6
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
5
-23
/
+30
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
7
-28
/
+21
*
Revert r342148 (and follow-on fix attempts r342154, r342180, r342182, r342193)
Nico Weber
2018-09-15
1
-4
/
+7
*
Renovate CMake files in the `llvm-(cfi-verify|exegesis|mca)` tools.
Richard Diamond
2018-09-13
1
-7
/
+4
*
[cfi-verify] Support cross-DSO
Joel Galenson
2018-08-24
3
-1
/
+85
*
[cfi-verify] Abort on unsupported targets
Joel Galenson
2018-07-16
1
-0
/
+10
*
[cfi-verify] Support AArch64.
Joel Galenson
2018-07-13
2
-14
/
+39
*
Make llvm-cfi-verify CMakeLists.txt formatting more consistent with the rest ...
Nico Weber
2018-05-09
2
-4
/
+7
*
Fix broken builds due to mismatched min/max types
Vlad Tsyrklevich
2018-02-02
1
-2
/
+2
*
[cfi-verify] Add blame context printing, and improved print format.
Vlad Tsyrklevich
2018-02-01
1
-38
/
+114
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
2
-4
/
+0
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-1
/
+1
*
[cfi-verify] Validate there are no register clobbers between CFI-check and in...
Mitch Phillips
2017-11-15
4
-0
/
+57
*
[cfi-verify] Add DOT graph printing for GraphResult objects.
Mitch Phillips
2017-11-14
5
-4
/
+46
*
[cfi-verify] Made FileAnalysis operate on a GraphResult rather than build one...
Mitch Phillips
2017-11-10
3
-47
/
+76
*
[cfi-verify] Adds blacklist blame behaviour to cfi-verify.
Mitch Phillips
2017-11-09
2
-27
/
+37
*
[cfi-verify] Added a simple check that stops division-by-zero error when no i...
Mitch Phillips
2017-11-06
1
-1
/
+3
*
Move the LLVMCFIVerify project into the Libraries folder on IDEs like Visual ...
Aaron Ballman
2017-11-04
1
-0
/
+1
*
[cfi-verify] Add blacklist parsing for result filtering.
Mitch Phillips
2017-11-03
7
-56
/
+144
*
Update cl::opt<uint64_t> instances to cl::opt<unsigned long long>
Mitch Phillips
2017-11-01
2
-6
/
+6
*
Parse DWARF information to reduce false positives.
Mitch Phillips
2017-10-31
8
-14
/
+127
*
Add FileVerifier::isCFIProtected().
Mitch Phillips
2017-10-25
3
-1
/
+37
*
Fix LLVM_LINK_LLVM_DYLIB=On build of llvm-cfi-verify
Sam Clegg
2017-10-24
1
-1
/
+1
*
Made llvm-cfi-verify not execute unit tests on non-x86 builds.
Mitch Phillips
2017-10-23
2
-16
/
+18
*
Graph builder implementation.
Mitch Phillips
2017-10-23
5
-5
/
+431
*
Accidently merged an incomplete upstream patch in 10e6ee563a6b5ca498f27972ca6...
Mitch Phillips
2017-10-23
3
-7
/
+5
*
Patch in
Mitch Phillips
2017-10-23
3
-5
/
+7
*
Statically link llvm-cfi-verify's libraries.
Vlad Tsyrklevich
2017-10-18
1
-3
/
+6
*
MC Helpers for llvm-cfi-verify.
Vlad Tsyrklevich
2017-10-11
2
-0
/
+101
*
Reland 'Classify llvm-cfi-verify.'
Vlad Tsyrklevich
2017-10-11
7
-198
/
+485
*
Revert "Classify llvm-cfi-verify."
Vlad Tsyrklevich
2017-10-10
6
-681
/
+196
*
Classify llvm-cfi-verify.
Vlad Tsyrklevich
2017-10-10
6
-196
/
+681
*
[WebAssembly] Add support for local symbol bindings
Sam Clegg
2017-09-20
1
-0
/
+1
*
Introduce the llvm-cfi-verify tool (resubmission of D37937).
Vlad Tsyrklevich
2017-09-20
3
-0
/
+278
[next]