Displaying 1 result from an estimated 1 matches for "r270640".
Did you mean:
r270630
2016 May 30
0
LLVM Weekly - #126, May 30th 2016
...LLVM's stack colouring analysis data flow analysis has been rewritten in
order to increase the number of stack variables that can be overlapped.
[r270559](http://reviews.llvm.org/rL270559).
* Parts of EfficiencySanitizer are starting to land, notably instrumentation
for its working set tool. [r270640](http://reviews.llvm.org/rL270640).
* SelectionDAG learned how to expand multiplication for larger integer types
where there isn't a standard runtime call to handle it.
[r270720](http://reviews.llvm.org/rL270720).
* LLVM will now report more accurate loop locations in optimisation remarks by...