Displaying 1 result from an estimated 1 matches for "r327492".
Did you mean:
327492
2018 Mar 19
0
LLVM Weekly - #220, Mar 19th 2018
...](http://reviews.llvm.org/rL327329).
* dsymutil will now perform `analyzeContextInfo` and `CloneDIEs` in parallel,
leading to performance improvements of up to ~30%.
[r327399](http://reviews.llvm.org/rL327399).
* `!dag` has been added to Tablegen, enabling programmatic construction of DAG
nodes. [r327492](http://reviews.llvm.org/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 p...