Re: [hsa] Back-end enhancement

2015-11-25 Thread Martin Liška
On 11/24/2015 06:22 PM, Martin Liška wrote: > Hi. > > Following small series enhances HSA back-end in following manner: > > 1) HSA: support alloca builtin > 2) HSA: dump alignment of mem and alloca instructions > 3) HSA: write back OMP arguments after a kernel dispatch > > All patches have been

[hsa] Back-end enhancement

2015-11-24 Thread Martin Liška
Hi. Following small series enhances HSA back-end in following manner: 1) HSA: support alloca builtin 2) HSA: dump alignment of mem and alloca instructions 3) HSA: write back OMP arguments after a kernel dispatch All patches have been committed to the branch. Martin >From 860520b994f96e3a12d85f4

[HSA] Back-end enhancement and various fixes

2015-11-02 Thread Martin Liška
Hello. In the following series, I enhance HSA BE to correctly support aggregate types (as function call arguments and return types). Apart from that, we should not ICE in situations where we have a non-trivial memory reference. Finally, many memory leaks were fixed and a lot of refactoring is in