llvm-project/llvm/lib/Target/AVR
Arthur Eubanks d7593ebaee [NFC] Clean up users of AttributeList::hasAttribute()
AttributeList::hasAttribute() is confusing, use clearer methods like
hasParamAttr()/hasRetAttr().

Add hasRetAttr() since it was missing from AttributeList.
2021-08-13 11:59:18 -07:00
..
AsmParser [llvm] Don't include StringSwitch.h where unnecessary (NFC) 2021-01-21 19:59:48 -08:00
Disassembler llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
MCTargetDesc [AVR] emit 'MCSA_Global' references to '__do_global_ctors' and '__do_global_dtors' 2021-08-05 10:37:36 +08:00
TargetInfo llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
AVR.h [AVR] Expand large shifts early in IR 2021-07-24 14:03:26 +02:00
AVR.td
AVRAsmPrinter.cpp [AVR] emit 'MCSA_Global' references to '__do_global_ctors' and '__do_global_dtors' 2021-08-05 10:37:36 +08:00
AVRCallingConv.td
AVRDevices.td
AVRExpandPseudoInsts.cpp [AVR] Fix rotate instructions 2021-07-24 14:03:26 +02:00
AVRFrameLowering.cpp [AVR] Fix a bug in prologue of ISR 2021-06-29 21:44:50 +08:00
AVRFrameLowering.h
AVRISelDAGToDAG.cpp
AVRISelLowering.cpp [NFC] Clean up users of AttributeList::hasAttribute() 2021-08-13 11:59:18 -07:00
AVRISelLowering.h [AVR][NFC] Refactor 8-bit & 16-bit shifts 2021-05-31 10:30:46 +08:00
AVRInstrFormats.td
AVRInstrInfo.cpp
AVRInstrInfo.h
AVRInstrInfo.td [AVR] Fix rotate instructions 2021-07-24 14:03:26 +02:00
AVRMCInstLower.cpp
AVRMCInstLower.h
AVRMachineFunctionInfo.h
AVRRegisterInfo.cpp
AVRRegisterInfo.h
AVRRegisterInfo.td [AVR] Improve inline assembly 2021-05-30 23:44:43 +08:00
AVRRelaxMemOperations.cpp [AVR] Fix def state of operands 2021-03-03 15:36:05 +01:00
AVRSelectionDAGInfo.h
AVRShiftExpand.cpp [AVR] Expand large shifts early in IR 2021-07-24 14:03:26 +02:00
AVRSubtarget.cpp
AVRSubtarget.h
AVRTargetMachine.cpp [AVR] Expand large shifts early in IR 2021-07-24 14:03:26 +02:00
AVRTargetMachine.h [AVR] Enable machine verifier 2021-08-13 12:11:22 +08:00
AVRTargetObjectFile.cpp
AVRTargetObjectFile.h
CMakeLists.txt [AVR] Expand large shifts early in IR 2021-07-24 14:03:26 +02:00
README.md
TODO.md

README.md

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.