Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python compat - print statement | Serge Guelton | 2019-01-03 | 1 | -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 Christopher | 2018-04-03 | 1 | -1/+0 |
| | | | | llvm-svn: 329084 | ||||
* | Add a wrapper around llvm-objdump to look for indirect calls/jmps in x86 ↵ | Eric Christopher | 2018-04-03 | 1 | -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 |