Displaying 1 result from an estimated 1 matches for "r331663".
Did you mean:
331663
2018 May 14
0
LLVM Weekly - #228, May 14th 2018
...structures in the hope of
maximising the opportunity of merging offsets into the generated load/store
instructions. [r332015](https://reviews.llvm.org/rL332015).
* An initial version of the llvm-strip tool was introduced. This is ultimately
intended to be a drop-in replacement for binutils strip.
[r331663](https://reviews.llvm.org/rL331663).
* DILabel metadata and the llvm.dbg.label intrinsic have been introduced to
LLVM. These allow debug info on labels to be emitted, which ultimately enables
debuggers to set breakpoints on labels.
[r331841](https://reviews.llvm.org/rL331841).
* HexagonMCCodeEmit...