Displaying 1 result from an estimated 1 matches for "rl322110".
Did you mean:
r322110
2018 Jan 15
0
LLVM Weekly - #211, Jan 15th 2018
...now supports `-r`, meaning recursive diffs can
safely be used in tests on Windows.
[r322102](http://reviews.llvm.org/rL322102).
* A new pass has been introduced to generate 'synthetic function entry
counts'. This is a heuristic used to influence inlining.
[r322110](http://reviews.llvm.org/rL322110).
* An initial stack instrumentation pass has been implemented for HWASan.
[r322324](http://reviews.llvm.org/rL322324).
## Clang commits
* The target attribute can now be used for function multiversioning as in GCC.
This allows multiple versions of a function to be generated, with each version...