summaryrefslogtreecommitdiffstats
path: root/llvm/utils/indirect_calls.py
Commit message (Collapse)AuthorAgeFilesLines
* Python compat - print statementSerge Guelton2019-01-031-2/+4
| | | | | | | | | Make sure all print statements are compatible with Python 2 and Python3 using the `from __future__ import print_function` statement. Differential Revision: https://reviews.llvm.org/D56249 llvm-svn: 350307
* 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