Displaying 5 results from an estimated 5 matches for "rahulgarg44".
2012 Jul 30
2
[LLVMdev] ARM JIT support status?
Hi.
I am a little unclear about the ARM JIT support status. Is it working
as of LLVM 3.1? If not, is it on the roadmap for LLVM 3.2?
I am not currently interested in NEON support so if thats
unimplemented, thats fine.
thanks,
Rahul
2012 Jul 31
0
[LLVMdev] ARM JIT support status?
...LVM2011-LLVMplusARM.pdf
The presenter states that the ARM JIT support is broken.
But this is about 10 months old.
Is the ARM JIT support still broken? Am I not looking at the right
places in the documentation?
Help will be appreciated.
thanks,
Rahul
On Mon, Jul 30, 2012 at 4:53 AM, Rahul Garg <rahulgarg44 at gmail.com> wrote:
> Hi.
>
> I am a little unclear about the ARM JIT support status. Is it working
> as of LLVM 3.1? If not, is it on the roadmap for LLVM 3.2?
> I am not currently interested in NEON support so if thats
> unimplemented, thats fine.
>
> thanks,
> Rahu...
2014 Sep 05
2
[LLVMdev] Enabling SPIR target in LLVM 3.3
...ause there are references to a SPIR
backend in LLVM code (eg: include/llvm/ADT/Triple.h lists spir and
spir64 as possible architectures)
rahui
On Fri, Sep 5, 2014 at 2:55 PM, Tim Northover <t.p.northover at gmail.com> wrote:
> Hi Rahul,
>
> On 5 September 2014 19:21, Rahul Garg <rahulgarg44 at gmail.com> wrote:
>> I am looking into generating SPIR from within a JIT compiler for a
>> high level language using LLVM C++ API. The first step is to of course
>> build LLVM with SPIR backend support and I am currently using LLVM
>> 3.3.
>
> As far as I know, t...
2012 Jul 31
1
[LLVMdev] ARM JIT support status?
...LVM2011-LLVMplusARM.pdf
The presenter states that the ARM JIT support is broken.
But this is about 10 months old.
Is the ARM JIT support still broken? Am I not looking at the right places in the documentation?
Help will be appreciated.
thanks,
Rahul
On Mon, Jul 30, 2012 at 4:53 AM, Rahul Garg <rahulgarg44 at gmail.com> wrote:
> Hi.
>
> I am a little unclear about the ARM JIT support status. Is it working
> as of LLVM 3.1? If not, is it on the roadmap for LLVM 3.2?
> I am not currently interested in NEON support so if thats
> unimplemented, thats fine.
>
> thanks,
> Ra...
2014 Sep 05
2
[LLVMdev] Enabling SPIR target in LLVM 3.3
Hi.
I am looking into generating SPIR from within a JIT compiler for a
high level language using LLVM C++ API. The first step is to of course
build LLVM with SPIR backend support and I am currently using LLVM
3.3.
For reference, the host system is a x86-64 Linux. I first tried
building LLVM 3.3 without specifying any targets, and it built many
targets including aarch64, arm, x86, x86_64, nvptx