[LLVMdev] Supported JIT targets

Andrew Lenharth alenhar2 at uiuc.edu
Tue Jan 20 14:30:26 PST 2009


On Tue, Jan 20, 2009 at 4:27 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Jan 20, 2009, at 5:56 AM, Axel Naumann wrote:
>
>> Hi,
>>
>> I've been trying to find a list of the current JIT-supported
>> targets. Not easy
>> :-) The sources seem to say that the architectures are X86, PowerPC,
>> ARM,
>> Alpha. And then their obvious combination with Linux, FreeBSD /
>> MacOSX, Win32 -
>> is that it?
>
> X86-64 and PPC64 also.  I don't know how stable the Alpha JIT is.

It can add numbers.  There is an assertion in some of the offset
calculating code so most stuff doesn't run.

Andrew



More information about the llvm-dev mailing list