summaryrefslogtreecommitdiffstats
path: root/llvm/utils/indirect_calls.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove a stale comment cut and pasted from another file.Eric Christopher2018-04-031-1/+0
| | | | llvm-svn: 329084
* Add a wrapper around llvm-objdump to look for indirect calls/jmps in x86 ↵Eric Christopher2018-04-031-0/+49
assembly. Useful when looking for indirect calls/jmps the need mitigation via retpoline or other mitigations for Spectre v2. Feedback, extension, additional patches welcome. llvm-svn: 329050
OpenPOWER on IntegriCloud