Displaying 1 result from an estimated 1 matches for "rl326836".
Did you mean:
r326836
2018 Mar 12
0
LLVM Weekly - #219, Mar 12th 2018
...that floating
point instructions do not have side effects.
[r327138](http://reviews.llvm.org/rL327138).
## Clang commits
* The new CMake variables `CLANG_DEFAULT_STD_C/CLANG_DEFAULT_STD_CXX` can be
set when building Clang to override the default C/C++ standard.
[r326836](http://reviews.llvm.org/rL326836).
* Clang will now eagerly emit lifetime.end markers for aggregates returned
from calls. [r327229](http://reviews.llvm.org/rL327229).
## Other project commits
* LLDB gained avx512 register support in debugserver.
[r326756](http://reviews.llvm.org/rL326756).
* XRay gained APIs for processing lo...