Name Date Size #Lines LOC

..--

AsmParser/H14-Sep-2021-731548

Disassembler/H14-Sep-2021-155101

MCTargetDesc/H14-Sep-2021-2,3651,480

TargetInfo/H14-Sep-2021-4219

AVR.hHD14-Sep-20211.7 KiB5828

AVR.tdHD14-Sep-20212.7 KiB8159

AVRAsmPrinter.cppHD14-Sep-20216 KiB185125

AVRCallingConv.tdHD14-Sep-20212.1 KiB5847

AVRDevices.tdHD14-Sep-202126.5 KiB491444

AVRExpandPseudoInsts.cppHD14-Sep-202149.5 KiB1,6791,238

AVRFrameLowering.cppHD14-Sep-202118.7 KiB547349

AVRFrameLowering.hHD14-Sep-20211.9 KiB4630

AVRISelDAGToDAG.cppHD14-Sep-202116.7 KiB558375

AVRISelLowering.cppHD14-Sep-202169.3 KiB2,0481,570

AVRISelLowering.hHD14-Sep-20217 KiB185119

AVRInstrFormats.tdHD14-Sep-202115.7 KiB579479

AVRInstrInfo.cppHD14-Sep-202116.8 KiB575435

AVRInstrInfo.hHD14-Sep-20214.3 KiB12278

AVRInstrInfo.tdHD14-Sep-202166.1 KiB2,1141,828

AVRMCInstLower.cppHD14-Sep-20213.6 KiB11280

AVRMCInstLower.hHD14-Sep-20211.1 KiB4323

AVRMachineFunctionInfo.hHD14-Sep-20212.3 KiB6930

AVRRegisterInfo.cppHD14-Sep-20219.9 KiB291181

AVRRegisterInfo.hHD14-Sep-20212.4 KiB7039

AVRRegisterInfo.tdHD14-Sep-20217.8 KiB231205

AVRRelaxMemOperations.cppHD14-Sep-20213.9 KiB14991

AVRSelectionDAGInfo.hHD14-Sep-2021868 289

AVRSubtarget.cppHD14-Sep-20211.9 KiB5530

AVRSubtarget.hHD14-Sep-20214 KiB12175

AVRTargetMachine.cppHD14-Sep-20213.8 KiB12579

AVRTargetMachine.hHD14-Sep-20211.7 KiB5732

AVRTargetObjectFile.cppHD14-Sep-20211.4 KiB4123

AVRTargetObjectFile.hHD14-Sep-20211,019 3315

README.mdHD14-Sep-2021341 95

TODO.mdHD14-Sep-2021186 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