Displaying 1 result from an estimated 1 matches for "r288859".
Did you mean:
288859
2016 Dec 12
0
LLVM Weekly - #154, Dec 12th 2016
...g tool now supports custom parsers, which can be used to
recognise new keywords beyond RUN, REQUIRES etc.
[r288694](http://reviews.llvm.org/rL288694).
* The performance of LowerTypeTests was improved. This reduces the pass
runtime on a module containing Chrome's vtables from over 60s to 0.9s.
[r288859](http://reviews.llvm.org/rL288859).
* MachineIRBuilder (part of the in-development GlobalISel infrastructure) has
had its interface reworks so it acts much more like IRBuilder, allowing you to
insert an instruction before the passed instruction.
[r288980](http://reviews.llvm.org/rL288980).
* A DW...