Displaying 1 result from an estimated 1 matches for "r288775".
Did you mean:
r284775
2016 Dec 12
0
LLVM Weekly - #154, Dec 12th 2016
...`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. This makes
use of the recently added custom parser functionality in lit.
[r288728](http://reviews.llvm.org/rL288728).
* The ELF linker symbol table design has been ported to the COFF linker in
LLD...