Displaying 2 results from an estimated 2 matches for "r221737".
2014 Nov 17
2
[LLVMdev] LLVM Weekly - #46, Nov 17th 2014
...due to a
change in plan. The aim is now to separate metadata from the Value hierarchy.
[r221711](http://reviews.llvm.org/rL221711).
* There are two ways to inform the optimizer the result of a load is never
null. Either with metadata or via assume. The latter is now canonicalized into
the former. [r221737](http://reviews.llvm.org/rL221737).
* `vec_vsx_ld` and `vec_vsx_st` intrinsics have been added for PowerPC.
[r221767](http://reviews.llvm.org/rL221767).
* PowerPC gained support for small-model PIC.
[r221791](http://reviews.llvm.org/rL221791).
* The llvm.arm.space intrinsic was added to make it...
2015 Feb 27
7
[LLVMdev] RFC: PerfGuide for frontend authors
----- Original Message -----
> From: "Philip Reames" <listmail at philipreames.com>
> To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Friday, February 27, 2015 5:34:36 PM
> Subject: Re: [LLVMdev] RFC: PerfGuide for frontend authors
>
> The first version of this document is now live:
>