search for: xtensasubtarget

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

2019 Mar 06
6
[RFC] Tensilica Xtensa (ESP32) backend
...ensa 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 architecture features implemented in compiler:...
2019 Mar 07
4
[RFC] Tensilica Xtensa (ESP32) backend
...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) > >...