Ilya Verbin wrote: > On 11 Nov 08:10, Jakub Jelinek wrote: > > For the middle-end and libgomp changes, can you talk to the Intel folks to > > update their git branch to latest trunk (so that you have the nvptx bits in > > there) and send middle-end and libgomp diffs against that? > > > As far as I remember, most of the changes from the branch are now > approved, > > they are just waiting for review of the LTO related changes in the > > middle-end (please, correct me if I've missed something). > > The updated branch is here: > > https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/kyukhin/gomp4-offload > > It contains 7 common patches. > Patches 2-4 are waiting for LTO review, the others are approved.
Those are: * [PATCH 2] OpenMP 4.0 offloading infrastructure: LTO streaming https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=5d1dfefd7cd529998968751a46f4daf87d8300a1 Which is identical except for re-diffing to: https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00299.html * [PATCH 3] OpenMP 4.0 offloading infrastructure: Offload tables https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=06ffd7482ef4bf2b038a3a0d203b7bec586c6d17 Which has been posted at https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00308.html * [PATCH 4] OpenMP 4.0 offloading infrastructure: lto-wrapper https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=41d2ad0d52fb7c6cc78f6ee4fbec7781fa226c70 See https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01535.html or rather: https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01531.html Tobias