Displaying 3 results from an estimated 3 matches for "body15".
Did you mean:
body10
2015 Mar 05
5
[LLVMdev] RFC - Improvements to PGO profile support
> On Mar 2, 2015, at 4:19 PM, Diego Novillo <dnovillo at google.com> wrote:
>
> On Thu, Feb 26, 2015 at 6:54 PM, Diego Novillo <dnovillo at google.com <mailto:dnovillo at google.com>> wrote:
>
> I've created a few bugzilla issues with details of some of the things I'll be looking into. I'm not yet done wordsmithing the overall design document.
2018 Feb 07
0
retpoline mitigation and 6.0
...2. Per-module optimization passes
3. Running pass 'CallGraph Pass Manager' on module 'arch/x86/events/core.c'.
4. Running pass 'Loop Pass Manager' on function '@x86_reserve_hardware'
5. Running pass 'Induction Variable Simplification' on basic block '%for.body15.i'
clang-7.0: [0;1;31merror: unable to execute command: Aborted (core dumped)
clang-7.0: [0;1;31merror: clang frontend command failed due to signal (use -v to see invocation)
clang version 7.0.0聽聽(llvm/trunk 324455)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /home/dwmw2/...
2018 Feb 07
6
retpoline mitigation and 6.0
I've landed the patch in r324449.
Before we merge this into two different Clang release branches and almost
immediately release one of them, I would really like someone to confirm
that this patch works well with the Linux kernel. David, if you're up for
that, it would be great. Alternatively, Guenter or someone else here can
help.
On Tue, Feb 6, 2018 at 5:59 PM Chandler Carruth