Displaying 2 results from an estimated 2 matches for "r290690".
Did you mean:
0290690
2017 Jan 02
2
LLVM Weekly - #157, Jan 2nd 2017
....
[r290708](http://reviews.llvm.org/rL290708).
* AVX-512 instructions that can be encoded with a shorter 'VEX' prefix
encoding, now will be. [r290663](http://reviews.llvm.org/rL290663).
* Module metadata is now indexed in bitcode, which allows the reader to load
records lazily on-demand. [r290690](http://reviews.llvm.org/rL290690).
## Clang commits
* Relaxed matching of template template arguments in C++17 was implemented,
but is disabled by default. [r290792](http://reviews.llvm.org/rL290792).
* A new checker was added for suspected misuse of enums.
[r290600](http://reviews.llvm.org/rL...
2017 Jan 03
2
LLVM Weekly - #157, Jan 2nd 2017
...rg/rL290708).
>
> * AVX-512 instructions that can be encoded with a shorter 'VEX' prefix
> encoding, now will be. [r290663](http://reviews.llvm.org/rL290663).
>
> * Module metadata is now indexed in bitcode, which allows the reader to
> load
> records lazily on-demand. [r290690](http://reviews.llvm.org/rL290690).
>
>
> ## Clang commits
>
> * Relaxed matching of template template arguments in C++17 was implemented,
> but is disabled by default. [r290792](http://reviews.llvm.org/rL290792).
>
> * A new checker was added for suspected misuse of enums....