search for: __builtin_dump_struct

Displaying 1 result from an estimated 1 matches for "__builtin_dump_struct".

2018 Apr 16
0
LLVM Weekly - #224, Apr 16th 2018
...ngled name to be queried. [r329951](https://reviews.llvm.org/rL329951). * The Mips backend will now estimate the cost of generating a shifts+adds+subs for a constant multiplication and generate the multiply if it is too high. [r330037](https://reviews.llvm.org/rL330037). ## Clang commits * The `__builtin_dump_struct` builtin will, as the name suggests, dump structure contents at runtime. [r329762](https://reviews.llvm.org/rL329762). * The `-Wreturn-std-move` and `-Wreturn-std-move-in-c++11` diagnostics (off by default) warn when `return x` should be `return std::move(x)` for efficiency. [r329914](https://revi...