Displaying 1 result from an estimated 1 matches for "55120f7".
Did you mean:
551207
2020 Nov 16
0
LLVM Weekly - #359, November 16th 2020
...eCononicalLoop function.
[f44ee0f](https://reviews.llvm.org/rGf44ee0f5e7d).
* The new `-dot-cfg-mssa` options creates a dot-cfg file visualising MemorySSA
information. [45d459e](https://reviews.llvm.org/rG45d459e7522).
## Clang commits
* Initial TableGen definitions of syntax nodes were added.
[55120f7](https://reviews.llvm.org/rG55120f74ca1),
[98aa067](https://reviews.llvm.org/rG98aa067109e).
* The `-fproc-stat-report` option was introduced, which will generate a report
about memory usage and execution time for each called tool.
[92d7a84](https://reviews.llvm.org/rG92d7a84e128).
* Clang gained...