search for: xtnesa

Displaying 2 results from an estimated 2 matches for "xtnesa".

Did you mean: xtensa
2019 Mar 06
6
[RFC] Tensilica Xtensa (ESP32) backend
...https://github.com/espressif/clang-xtensa Current version can generate Xtensa assembly code as output, not object files yet, and has to be used together with GNU Binutils and GCC-built libraries to create object and binary files. Xtensa backend features implemented: - Xtensa target description(Xtnesa.td, XtensaTargetMachine.cpp, XtensaSubTarget.cpp) - ISA desciption (XtensaInstrInfo.td, XtensaInstrFormats.td, XtensaREgisterInfo.td) - Xtensa Call ABI (XtensaCallingConv.td, XtensaFrameLowering.cpp) - ASM printer/parser(XtesaAsmPrinter.cpp, XtensaInstrPrinter.cpp, XtensaAsmParser.cpp) Xtensa a...
2019 Mar 07
4
[RFC] Tensilica Xtensa (ESP32) backend
...Current version can generate Xtensa assembly code as output, not > object files yet, and has to be used together with GNU Binutils > and GCC-built libraries to create object and binary files. > > Xtensa backend features implemented: > > - Xtensa target description(Xtnesa.td, XtensaTargetMachine.cpp, > XtensaSubTarget.cpp) > - ISA desciption (XtensaInstrInfo.td, XtensaInstrFormats.td, > XtensaREgisterInfo.td) > - Xtensa Call ABI (XtensaCallingConv.td, XtensaFrameLowering.cpp) > - ASM printer/parser(XtesaAsmPrinter.cpp, XtensaInstrP...