Displaying 1 result from an estimated 1 matches for "r261632".
Did you mean:
261632
2016 Feb 29
0
LLVM Weekly - #113, Feb 29th 2016
...lize` 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. [r261632](http://reviews.llvm.org/rL261632).
## Other project commits
* The new ELF linker gained support for identical code folding (ICF). This
reduces the size of an LLD binary by 3.6% and of a Clang binary by 2.7%. As
described in the commit message, this is not a "safe" version of ICF as
im...