search for: __builtin_canonicalize

Displaying 1 result from an estimated 1 matches for "__builtin_canonicalize".

2016 Feb 29
0
LLVM Weekly - #113, Feb 29th 2016
...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 arithmetic checker has been improved to report fewer false positives. [r261...