Displaying 2 results from an estimated 2 matches for "moutline".
Did you mean:
outline
2020 Oct 01
2
[Release-testers] [11.0.0 Release] Please help writing release notes!
Committed to 11.x as b6efbd6b5f22d0a251d2fba9a5d24ac21760b1cc. Thanks!
On Thu, Oct 1, 2020 at 3:29 AM Lang Hames <lhames at gmail.com> wrote:
>
> Hi Hans,
>
> Apologies if I got here too late, but just in case I didn't here are some JIT release notes for 11.0.0:
>
> - LLJIT now supports execution of static inits / deinits via the LLJIT::initialize and
2018 May 14
0
LLVM Weekly - #228, May 14th 2018
...brief` commands
in Doxygen comments. Doxygen is run with autobrief, so these markers are
unnecessary. [r331834](https://reviews.llvm.org/rL331834).
* Clang codegen has been implemented for the proposed C++2a comparison
operator. [r331677](https://reviews.llvm.org/rL331677).
* `-foutline` is now `-moutline`.
[r331806](https://reviews.llvm.org/rL331806).
* Support was added for the `no_stack_protector` attribute.
[r331925](https://reviews.llvm.org/rL331925).
* New `atomic_fetch_{min,max,umin,umax}` intrinsics were added.
[r332193](https://reviews.llvm.org/rL332193).
## Other project commits
* com...