teak-llvm/llvm/lib/Target/Teak/MCTargetDesc
Gericom 3da44a85b7 Many bug fixes and improvements
Fixed invalid mpy instruction being generated
Fixed byte order of 32 bit values when emitted to the elf file
Support for addv/subv to modify 16 bit registers directly
Support for move 8bit immediate
Support for tst0 instruction
Support for directly adding p0 to an ab register after mpy
Support for 8 bit immediate multiply
Support for modr instruction
Support for post increase/decrement for loads and stores
Use copy instruction for a to a register moves
2020-07-28 16:42:11 +02:00
..
CMakeLists.txt Many bug fixes and improvements 2020-07-28 16:42:11 +02:00
LLVMBuild.txt
TeakAsmBackend.cpp Fixed signedness issue with 32 bit immediates, added support for relative branches 2020-03-29 23:36:59 +02:00
TeakBaseInfo.h
TeakELFObjectWriter.cpp Fixed signedness issue with 32 bit immediates, added support for relative branches 2020-03-29 23:36:59 +02:00
TeakELFStreamer.cpp Many bug fixes and improvements 2020-07-28 16:42:11 +02:00
TeakELFStreamer.h Many bug fixes and improvements 2020-07-28 16:42:11 +02:00
TeakFixupKinds.h Fixed signedness issue with 32 bit immediates, added support for relative branches 2020-03-29 23:36:59 +02:00
TeakMCAsmInfo.cpp
TeakMCAsmInfo.h
TeakMCCodeEmitter.cpp Many bug fixes and improvements 2020-07-28 16:42:11 +02:00
TeakMCTargetDesc.cpp Many bug fixes and improvements 2020-07-28 16:42:11 +02:00
TeakMCTargetDesc.h