Name Date Size #Lines LOC

..08-May-2022-

AsmParser/H08-May-2022-764576

Disassembler/H08-May-2022-325241

MCTargetDesc/H08-May-2022-2,4191,519

TargetInfo/H08-May-2022-5829

AVR.hH A D08-May-20221.7 KiB5828

AVR.tdH A D08-May-20222.7 KiB8159

AVRAsmPrinter.cppH A D08-May-20226.5 KiB202138

AVRCallingConv.tdH A D08-May-20221.7 KiB4234

AVRDevices.tdH A D08-May-202227.6 KiB508460

AVRExpandPseudoInsts.cppH A D08-May-202263.6 KiB2,1281,569

AVRFrameLowering.cppH A D08-May-202218.3 KiB535334

AVRFrameLowering.hH A D08-May-20221.9 KiB4630

AVRISelDAGToDAG.cppH A D08-May-202216.6 KiB555373

AVRISelLowering.cppH A D08-May-202271.3 KiB2,1111,625

AVRISelLowering.hH A D08-May-20227.6 KiB197131

AVRInstrFormats.tdH A D08-May-202216 KiB597488

AVRInstrInfo.cppH A D08-May-202216.9 KiB575435

AVRInstrInfo.hH A D08-May-20224.3 KiB12278

AVRInstrInfo.tdH A D08-May-202268.9 KiB2,1861,888

AVRMCInstLower.cppH A D08-May-20223.6 KiB11280

AVRMCInstLower.hH A D08-May-20221.1 KiB4323

AVRMachineFunctionInfo.hH A D08-May-20223.1 KiB8740

AVRRegisterInfo.cppH A D08-May-202210 KiB294183

AVRRegisterInfo.hH A D08-May-20222.3 KiB6636

AVRRegisterInfo.tdH A D08-May-20229 KiB258230

AVRRelaxMemOperations.cppH A D08-May-20223.9 KiB14991

AVRSelectionDAGInfo.hH A D08-May-2022868 289

AVRSubtarget.cppH A D08-May-20222 KiB5832

AVRSubtarget.hH A D08-May-20224.2 KiB12678

AVRTargetMachine.cppH A D08-May-20223.9 KiB12579

AVRTargetMachine.hH A D08-May-20221.7 KiB5732

AVRTargetObjectFile.cppH A D08-May-20221.4 KiB4123

AVRTargetObjectFile.hH A D08-May-20221,019 3315

CMakeLists.txtH A D08-May-20221.2 KiB5344

README.mdH A D08-May-2022341 95

TODO.mdH A D08-May-2022186 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