Displaying 1 result from an estimated 1 matches for "r242881".
Did you mean:
r242281
2015 Jul 27
0
[LLVMdev] LLVM Weekly - #82, Jul 27th 2015
...ts
* dsymutil gained support for one-definition-rule uniquing for C++ code. When
linking the DWARF for a debug build of clang, it generates a 150M dwarf file
instead of 700M. [r242847](http://reviews.llvm.org/rL242847).
* The last remnant of the AliasAnalysis legacy update API have been removed.
[r242881](http://reviews.llvm.org/rL242881).
* LoopUnswitch can now unswitch multiple trivial conditions in a single pass
invocation. [r243203](http://reviews.llvm.org/rL243203).
## Clang commits
* Clang gained the `isFinal()` AST matcher.
[r243107](http://reviews.llvm.org/rL243107).
## Other project...