Displaying 1 result from an estimated 1 matches for "rl227228".
Did you mean:
r227228
2015 Feb 02
2
[LLVMdev] LLVM Weekly - #57, Feb 2nd 2015
...the
addition of the PS4 target triple.
[r227060](http://reviews.llvm.org/rL227060).
* DataLayout now lives again in the TargetMachine rather than the
TargetSubtagertInfo. [r227113](http://reviews.llvm.org/rL227113).
* RuntimeDyld learned to support weak symbols.
[r227228](http://reviews.llvm.org/rL227228).
* LLVM gained a new tool, llvm-pdbdump to dump the contents of Microsoft PDB
('Program DataBase') files, including debug tables.
[r227241](http://reviews.llvm.org/rL227241),
[r227257](http://reviews.llvm.org/rL227257).
* The loop vectorizer now supports an arbitrary constant step for it...