Displaying 1 result from an estimated 1 matches for "rl242847".
Did you mean:
r242847
2015 Jul 27
0
[LLVMdev] LLVM Weekly - #82, Jul 27th 2015
...n
C++03](http://article.gmane.org/gmane.comp.compilers.clang.devel/43969).
## LLVM commits
* 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...