Displaying 4 results from an estimated 4 matches for "1b2xfuokr2k".
2013 Oct 07
5
[LLVMdev] Open work items with a small scope
...t it is in the realm of
compilers and optimizations.
Some areas/ideas we are especially interested in:
Adaption of Clang to support OpenMP (http://clang-omp.github.io/), but
haven't been able to contact one of the developers yet.
Profile-guided optimization:
https://docs.google.com/document/d/1b2XFuOkR2K-Oao4u5fR3a9Ok83IB_W4EJWVmNak4GRE/pub
We are glad for any pointers, suggestions and other help.
Also feel free to answer me directly if you like.
-- Julian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/201310...
2013 Oct 08
0
[LLVMdev] Open work items with a small scope
...optimizations.
>
> Some areas/ideas we are especially interested in:
> Adaption of Clang to support OpenMP (http://clang-omp.github.io/), but
> haven't been able to contact one of the developers yet.
>
> Profile-guided optimization:
>
> https://docs.google.com/document/d/1b2XFuOkR2K-Oao4u5fR3a9Ok83IB_W4EJWVmNak4GRE/pub
>
> We are glad for any pointers, suggestions and other help.
> Also feel free to answer me directly if you like.
> -- Julian
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu...
2013 Jun 12
6
[LLVMdev] RFC - Profile Guided Optimization in LLVM
...t to discuss my high-level plan and make sure I'm not
missing anything interesting out. I appreciate any feedback on this,
pointers to existing work, patches and anything related to PGO in LLVM.
I will be keeping changes to this plan in this web document
*https://docs.google.com/document/d/1b2XFuOkR2K-Oao4u5fR3a9Ok83IB_W4EJWVmNak4GRE/pub
At a high-level, I would like the PGO harness to contain the following
modules:
Profile generators
These modules represent sources of profile. Mostly, they work by
instrumenting the user program to make it produce profile information.
However, other so...
2013 Jun 12
0
[LLVMdev] RFC - Profile Guided Optimization in LLVM
...preciate any
> feedback on this, pointers to existing work, patches and anything
> related to PGO in LLVM.
Good grief. A whole lot of fail in my cut-n-paste job. Apologies.
>
> I will be keeping changes to this plan in this web document
>
> *https://docs.google.com/document/d/1b2XFuOkR2K-Oao4u5fR3a9Ok83IB_W4EJWVmNak4GRE/pub
> *
You can read from the above or this:
At a high-level, I would like the PGO harness to contain the following
modules:
Profile generators
These modules represent sources of profile. Mostly, they work by
instrumenting the user program to make it produ...