Name Date Size #Lines LOC

..13-Mar-2025-

AsmParser/H13-Mar-2025-787593

Disassembler/H13-Mar-2025-474351

MCTargetDesc/H13-Mar-2025-2,4041,520

TargetInfo/H13-Mar-2025-5830

AVR.hH A D13-Mar-20252.9 KiB9863

AVR.tdH A D13-Mar-20252.7 KiB8059

AVRAsmPrinter.cppH A D13-Mar-202510.1 KiB291201

AVRCallingConv.tdH A D13-Mar-20252 KiB4436

AVRDevices.tdH A D13-Mar-202528 KiB559513

AVRExpandPseudoInsts.cppH A D13-Mar-202574.9 KiB2,5091,860

AVRFrameLowering.cppH A D13-Mar-202516.1 KiB479303

AVRFrameLowering.hH A D13-Mar-20251.9 KiB4630

AVRISelDAGToDAG.cppH A D13-Mar-202518 KiB584396

AVRISelLowering.cppH A D13-Mar-202578.2 KiB2,3051,786

AVRISelLowering.hH A D13-Mar-20257.9 KiB200135

AVRInstrFormats.tdH A D13-Mar-202516.4 KiB564457

AVRInstrInfo.cppH A D13-Mar-202517 KiB582444

AVRInstrInfo.hH A D13-Mar-20254.2 KiB12277

AVRInstrInfo.tdH A D13-Mar-202586.2 KiB2,5282,233

AVRMCInstLower.cppH A D13-Mar-20253.6 KiB11483

AVRMCInstLower.hH A D13-Mar-20251.1 KiB4223

AVRMachineFunctionInfo.hH A D13-Mar-20253.4 KiB9850

AVRRegisterInfo.cppH A D13-Mar-202510.6 KiB306191

AVRRegisterInfo.hH A D13-Mar-20252.2 KiB6333

AVRRegisterInfo.tdH A D13-Mar-202510.2 KiB226199

AVRSelectionDAGInfo.hH A D13-Mar-2025868 289

AVRShiftExpand.cppH A D13-Mar-20255.1 KiB14883

AVRSubtarget.cppH A D13-Mar-20252 KiB5731

AVRSubtarget.hH A D13-Mar-20254.7 KiB14493

AVRTargetMachine.cppH A D13-Mar-20253.9 KiB12980

AVRTargetMachine.hH A D13-Mar-20251.6 KiB5228

AVRTargetObjectFile.cppH A D13-Mar-20253.3 KiB8563

AVRTargetObjectFile.hH A D13-Mar-20251.2 KiB3820

CMakeLists.txtH A D13-Mar-20251.1 KiB5344

README.mdH A D13-Mar-2025341 95

TODO.mdH A D13-Mar-2025186 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://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466)
8* [Architecture notes](https://github.com/avr-llvm/architecture)
9