Displaying 1 result from an estimated 1 matches for "rl271152".
Did you mean:
r271152
2016 May 30
0
LLVM Weekly - #126, May 30th 2016
...h [Quentin
Colombet](http://lists.llvm.org/pipermail/llvm-dev/2016-May/100004.html) and
[Andrew Trick](http://lists.llvm.org/pipermail/llvm-dev/2016-May/100019.html)
have answers for us.
## LLVM commits
* New optimisations covering checked arithmetic were added.
[r271152](http://reviews.llvm.org/rL271152),
[r271153](http://reviews.llvm.org/rL271153).
* Advanced unrolling analysis is now enabled by default.
[r270478](http://reviews.llvm.org/rL270478).
* The initial version of a new chapter to the 'Kaleidoscope' tutorial has been
committed. This describes how to build a JIT using ORC.
[r270...