Displaying 1 result from an estimated 1 matches for "r261767".
Did you mean:
r221767
2016 Feb 29
0
LLVM Weekly - #113, Feb 29th 2016
...pointer.
[r261605](http://reviews.llvm.org/rL261605).
* The WebAssembly backend gained redzone support for the userspace stack.
[r261662](http://reviews.llvm.org/rL261662).
## Clang commits
* Whole-program vtable optimisation is now available in Clang using the
`-fwhole-program-vtables` flag. [r261767](http://reviews.llvm.org/rL261767).
* Clang gained `__builtin_canonicalize` which returns the platform-specific
canonical encoding of a floating point number.
[r262122](http://reviews.llvm.org/rL262122).
* A hasAnyName matcher was added. [r261574](http://reviews.llvm.org/rL261574).
* The pointer...