Name Date Size #Lines LOC

..22-Aug-2023-

AsmParser/H22-Aug-2023-715535

Disassembler/H22-Aug-2023-157102

InstPrinter/H22-Aug-2023-227140

MCTargetDesc/H22-Aug-2023-2,1581,339

TargetInfo/H22-Aug-2023-2412

AVR.hH A D22-Aug-20231.7 KiB5928

AVR.tdH A D22-Aug-20232.7 KiB8260

AVRAsmPrinter.cppH A D22-Aug-20236.2 KiB190129

AVRCallingConv.tdH A D22-Aug-20232.1 KiB5948

AVRDevices.tdH A D22-Aug-202326.5 KiB491444

AVRExpandPseudoInsts.cppH A D22-Aug-202346.7 KiB1,5891,188

AVRFrameLowering.cppH A D22-Aug-202318.7 KiB548349

AVRFrameLowering.hH A D22-Aug-20231.9 KiB4730

AVRISelDAGToDAG.cppH A D22-Aug-202316.7 KiB559375

AVRISelLowering.cppH A D22-Aug-202369.2 KiB2,0451,571

AVRISelLowering.hH A D22-Aug-20236.9 KiB181115

AVRInstrFormats.tdH A D22-Aug-202315.7 KiB580480

AVRInstrInfo.cppH A D22-Aug-202316.8 KiB575434

AVRInstrInfo.hH A D22-Aug-20234.2 KiB12378

AVRInstrInfo.tdH A D22-Aug-202365.6 KiB2,1091,825

AVRMCInstLower.cppH A D22-Aug-20233.5 KiB11380

AVRMCInstLower.hH A D22-Aug-20231.1 KiB4423

AVRMachineFunctionInfo.hH A D22-Aug-20232.3 KiB7030

AVRRegisterInfo.cppH A D22-Aug-20239.3 KiB277168

AVRRegisterInfo.hH A D22-Aug-20232 KiB6432

AVRRegisterInfo.tdH A D22-Aug-20237.8 KiB232206

AVRRelaxMemOperations.cppH A D22-Aug-20233.9 KiB15091

AVRSelectionDAGInfo.hH A D22-Aug-2023840 299

AVRSubtarget.cppH A D22-Aug-20231.9 KiB5630

AVRSubtarget.hH A D22-Aug-20234 KiB12275

AVRTargetMachine.cppH A D22-Aug-20233.7 KiB12578

AVRTargetMachine.hH A D22-Aug-20231.6 KiB5832

AVRTargetObjectFile.cppH A D22-Aug-20231.4 KiB4223

AVRTargetObjectFile.hH A D22-Aug-2023991 3415

README.mdH A D22-Aug-2023341 95

TODO.mdH A D22-Aug-2023186 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