Displaying 1 result from an estimated 1 matches for "r273295".
Did you mean:
273295
2016 Jun 27
0
LLVM Weekly - #130, Jun 27th 2016
...part of the work on CFL-AA, interprocedural function summaries were
added. These avoid recomputation for many properties of a function.
[r273219](http://reviews.llvm.org/rL273219),
[r273596](http://reviews.llvm.org/rL273596).
* MemorySSA gained new APIs for PHI creation and MemoryAccess creation.
[r273295](http://reviews.llvm.org/rL273295).
* Metadata attachments are now allowed for declarations.
[r273336](http://reviews.llvm.org/rL273336).
* A new runtimes directory was added to the LLVM tree.
[r273620](http://reviews.llvm.org/rL273620).
* LLVM's dynamic loader gained basic support for COFF...