Displaying 1 result from an estimated 1 matches for "r327769".
Did you mean:
327769
2018 Mar 19
0
LLVM Weekly - #220, Mar 19th 2018
...rg/rL327492).
* FastISel will now sink the materialisation of local values to their first
use. [r327581](http://reviews.llvm.org/rL327581).
* llvm-dsymutil has been renamed to dsymutil.
[r327790](http://reviews.llvm.org/rL327790).
## Clang commits
* The Clang C++ status page has been updated.
[r327769](http://reviews.llvm.org/rL327769).
* clang-tidy gained a Zircon module (Zircon forms the core of Fuchsia OS). It
includes checks specific to the Zircon kernel.
[r327590](http://reviews.llvm.org/rL327590).
## Other project commits
* Prologue handling in LLDB has been improved, adding support fo...