Displaying 1 result from an estimated 1 matches for "r329156".
Did you mean:
329156
2018 Apr 09
0
LLVM Weekly - #223, Apr 9th 2018
...nker.
## LLVM commits
* The llvm-exegesis tool has been committed. As previously
[described](http://lists.llvm.org/pipermail/llvm-dev/2018-March/121814.html)
on llvm-dev, this tool allows the automatic measurement of instruction
scheduling properties such as latency and the number of micro-ops.
[r329156](https://reviews.llvm.org/rL329156).
* The ShadowCallStack pass has been added. Functions marked with the
`shadowcallstack` attribute will be instrumented to check in the prolog/epilog
that the return address has not been corrupted during execution. This is
supported on both X86-64 and AArch64.
[r...