Home | History | Annotate | Download | only in docs

Lines Matching full:backend

2 Writing an LLVM Compiler Backend
21 The backend of LLVM features a target-independent code generator that may
23 ARM, and SPARC. The backend may also be used to generate code targeted at SPUs
36 The audience for this document is anyone who needs to write an LLVM backend to
75 To write a compiler backend for LLVM that converts the LLVM IR to code for a
129 To actually create your compiler backend, you need to create and modify a few
848 The code generator backend maps instruction operands to fields in the