[llvm-dev] LLVM Backend!

Michael Kruse via llvm-dev llvm-dev at lists.llvm.org
Tue May 15 10:51:09 PDT 2018


Hi,

see the list of LLVM backends  here:

http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/

Each directory is one target ISA (depending on how you define ISA, X86
contains two).

Backend is defined by
https://llvm.org/docs/WritingAnLLVMBackend.html

Michael

2018-05-15 1:36 GMT-05:00 mohamed messelka via llvm-dev
<llvm-dev at lists.llvm.org>:
> Hello LLVM Team,
>
>
> I just want to ask about the list of LLVM Backend, I google it but I found
> no email list, please if exist just let me know and send me the link for
> subscription.
>
>
> Kinds regards
>
> Mohamed Messelka
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>


More information about the llvm-dev mailing list