Displaying 1 result from an estimated 1 matches for "rl285269".
Did you mean:
r285269
2016 Oct 31
0
LLVM Weekly - #148, Oct 31st 2016
...The llvm-xray tool has been started, initially supporting `llvm-xray
extract` which turns the XRay instrumentation map from an object file into
YAML. [r285165](http://reviews.llvm.org/rL285165).
* The AVR machine code emitter was added along with AVRISelDAGToDAG.
[r285269](http://reviews.llvm.org/rL285269),
[r285270](http://reviews.llvm.org/rL285270).
## Clang commits
* Documentation was added describing the components of a complete toolchain
including Clang. [r285341](http://reviews.llvm.org/rL285341).
* A StdLibraryFunctionsChecker was added, but rather than producing reports to
the end-user t...