Name Date Size #Lines LOC

..--

AsmParser/H--790597

Disassembler/H--532393

MCTargetDesc/H--2,3961,517

TargetInfo/H--4321

AVR.hH A D07-Dec-20253 KiB10065

AVR.tdH A D20-Mar-20222.7 KiB8059

AVRAsmPrinter.cppH A D07-Dec-202511.8 KiB343245

AVRCallingConv.tdH A D04-Jul-20222 KiB4436

AVRDevices.tdH A D07-Dec-202533.7 KiB662609

AVRExpandPseudoInsts.cppH A D07-Dec-202581.5 KiB2,6681,994

AVRFrameLowering.cppH A D07-Dec-202517.1 KiB498320

AVRFrameLowering.hH A D07-Dec-20251.9 KiB4831

AVRISelDAGToDAG.cppH A D07-Dec-202518.9 KiB600400

AVRISelLowering.cppH A D28-Dec-202597.7 KiB2,7922,102

AVRISelLowering.hH A D07-Dec-20256.3 KiB153109

AVRInstrFormats.tdH A D07-Dec-202516.7 KiB575463

AVRInstrInfo.cppH A D07-Dec-202517.3 KiB577434

AVRInstrInfo.hH A D07-Dec-20254.4 KiB12982

AVRInstrInfo.tdH A D07-Dec-202564.5 KiB1,6961,388

AVRMCInstLower.cppH A D07-Dec-20253.9 KiB12092

AVRMCInstLower.hH A D14-Apr-20231.2 KiB4425

AVRMachineFunctionInfo.hH A D14-Apr-20233.2 KiB9346

AVRRegisterInfo.cppH A D07-Dec-202511.3 KiB321197

AVRRegisterInfo.hH A D14-Apr-20232.2 KiB6333

AVRRegisterInfo.tdH A D07-Dec-20259.8 KiB218191

AVRSelectionDAGInfo.cppH A D07-Dec-2025636 207

AVRSelectionDAGInfo.hH A D07-Dec-2025989 3413

AVRShiftExpand.cppH A D07-Dec-20255.2 KiB15184

AVRSubtarget.cppH A D07-Dec-20251.5 KiB4623

AVRSubtarget.hH A D18-Dec-20233.7 KiB156103

AVRTargetMachine.cppH A D07-Dec-20254.3 KiB13887

AVRTargetMachine.hH A D07-Dec-20252.3 KiB6836

AVRTargetObjectFile.cppH A D07-Dec-20253.3 KiB8462

AVRTargetObjectFile.hH A D27-Jan-20221.2 KiB3820

README.mdH A D07-Dec-2025290 95

TODO.mdH A D20-Dec-2019186 85

README.md

1# AVR backend
2
3This experimental backend is for the 8-bit Atmel [AVR](https://en.wikipedia.org/wiki/Atmel_AVR) microcontroller.
4
5## Useful links
6
7* [Unresolved bugs](https://github.com/llvm/llvm-project/labels/backend%3AAVR)
8* [Architecture notes](https://github.com/avr-llvm/architecture)
9