Displaying 1 result from an estimated 1 matches for "r288960".
Did you mean:
1288960
2016 Dec 12
0
LLVM Weekly - #154, Dec 12th 2016
...'CTMark' (a test/benchmark of compile time) has been added
fo the llvm test suite. [r289269](http://reviews.llvm.org/rL289269).
* A Thumb1 implementation for uidiv, uidivmod, idivsi3 and `aeabi_idivmod`
were added to compiler-rt's builtins.
[r288710](http://reviews.llvm.org/rL288710),
[r288960](http://reviews.llvm.org/rL288960).
* The XRay buffer queue, needed for 'Flight Data Recorder' mode was added.
This provides a queue of fixed-sized buffers to hold XRay records.
[r288775](http://reviews.llvm.org/rL288775).
* The libc++ test infrastructure was updated to support modules. T...