llvm-project/llvm/lib/Target/AVR
Fangrui Song bac974278c CodeGen/CommandFlags: Convert Optional to std::optional 2022-12-03 18:38:12 +00:00
..
AsmParser [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
Disassembler Rename `MCFixedLenDisassembler.h` as `MCDecoderOps.h` 2022-05-15 08:44:58 +08:00
MCTargetDesc [AVR] Add $ separator string (like avr-gcc) 2022-11-27 15:28:17 +01:00
TargetInfo
AVR.h
AVR.td [AVR] Fix useDeprecatedPositionallyEncodedOperands errors. 2022-09-25 17:55:09 -04:00
AVRAsmPrinter.cpp [CodeGen] Move instruction predicate verification to emitInstruction 2022-07-14 09:33:28 +01:00
AVRCallingConv.td
AVRDevices.td [AVR] Add FeatureEIJMPCALL to FamilyAVR6 2022-11-15 15:29:37 +01:00
AVRExpandPseudoInsts.cpp [AVR] Do not use R0/R1 on avrtiny 2022-11-28 18:05:55 +01:00
AVRFrameLowering.cpp [AVR] Do not use R0/R1 on avrtiny 2022-11-28 18:05:55 +01:00
AVRFrameLowering.h
AVRISelDAGToDAG.cpp
AVRISelLowering.cpp [AVR] Do not use R0/R1 on avrtiny 2022-11-28 18:05:55 +01:00
AVRISelLowering.h [AVR] Do not use R0/R1 on avrtiny 2022-11-28 18:05:55 +01:00
AVRInstrFormats.td [AVR] Fix useDeprecatedPositionallyEncodedOperands errors. 2022-09-25 17:55:09 -04:00
AVRInstrInfo.cpp [AVR] Remove debug location of spill/reload instructions 2022-08-13 20:58:12 +08:00
AVRInstrInfo.h
AVRInstrInfo.td [AVR] Do not use R0/R1 on avrtiny 2022-11-28 18:05:55 +01:00
AVRMCInstLower.cpp
AVRMCInstLower.h
AVRMachineFunctionInfo.h llvm-reduce: Add cloning of target MachineFunctionInfo 2022-06-07 10:14:48 -04:00
AVRRegisterInfo.cpp [AVR] Do not use R0/R1 on avrtiny 2022-11-28 18:05:55 +01:00
AVRRegisterInfo.h PEI should be able to use backward walk in replaceFrameIndicesBackward. 2022-11-18 15:57:34 +01:00
AVRRegisterInfo.td
AVRSelectionDAGInfo.h
AVRShiftExpand.cpp
AVRSubtarget.cpp
AVRSubtarget.h [AVR] Do not use R0/R1 on avrtiny 2022-11-28 18:05:55 +01:00
AVRTargetMachine.cpp CodeGen/CommandFlags: Convert Optional to std::optional 2022-12-03 18:38:12 +00:00
AVRTargetMachine.h CodeGen/CommandFlags: Convert Optional to std::optional 2022-12-03 18:38:12 +00:00
AVRTargetObjectFile.cpp
AVRTargetObjectFile.h
CMakeLists.txt
README.md
TODO.md

README.md

AVR backend

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