Displaying 1 result from an estimated 1 matches for "r289975".
Did you mean:
rl289975
2016 Dec 19
0
LLVM Weekly - #155, Dec 19th 2016
...calls to
hook functions. [r289641](http://reviews.llvm.org/rL289641).
* The PIC relocation model is now used by default for PPC64 ELF. This change
matches GCC behaviour. [r289743](http://reviews.llvm.org/rL289743).
* Loop vectorisation of loops with conditional stores is now enabled by
default. [r289975](http://reviews.llvm.org/rL289975).
## Clang commits
* clang-tools-extra gained new checkers. cppcoreguidelines-no-malloc will flag
up uses of C-style memory management (malloc and friends) in C++ code, while
performance-type-promotio-in-math-fn will suggest calls to double-precision
math.h func...