Re: [Mesa-dev] [PATCH] clover: Add support for compiling to native object code v2

2014-10-24 Thread Tom Stellard
On Wed, Oct 08, 2014 at 12:06:20PM +0300, Francisco Jerez wrote: > Tom Stellard writes: > > > v2: > > - Split build_module_native() into three separate functions. > > - Code cleanups. > > --- > > .../state_trackers/clover/llvm/invocation.cpp | 200 > > - > > src/gal

Re: [Mesa-dev] [PATCH] clover: Add support for compiling to native object code v2

2014-10-08 Thread Francisco Jerez
Tom Stellard writes: > v2: > - Split build_module_native() into three separate functions. > - Code cleanups. > --- > .../state_trackers/clover/llvm/invocation.cpp | 200 > - > src/gallium/targets/opencl/Makefile.am | 1 + > 2 files changed, 192 inserti

[Mesa-dev] [PATCH] clover: Add support for compiling to native object code v2

2014-10-07 Thread Tom Stellard
v2: - Split build_module_native() into three separate functions. - Code cleanups. --- .../state_trackers/clover/llvm/invocation.cpp | 200 - src/gallium/targets/opencl/Makefile.am | 1 + 2 files changed, 192 insertions(+), 9 deletions(-) diff --git a/src