Name Date Size #Lines LOC

..--

AsmParser/H29-Jan-2025-782591

Disassembler/H08-Jul-2024-532394

MCTargetDesc/H29-Jan-2025-2,4221,535

TargetInfo/H15-Nov-2022-4119

AVR.hH A D29-Jan-20253 KiB9964

AVR.tdH A D15-Nov-20222.7 KiB8059

AVRAsmPrinter.cppH A D29-Jan-202511.4 KiB329235

AVRCallingConv.tdH A D08-Jul-20242 KiB4436

AVRDevices.tdH A D08-Jul-202428.3 KiB566519

AVRExpandPseudoInsts.cppH A D08-Jul-202480.8 KiB2,6511,984

AVRFrameLowering.cppH A D08-Jul-202417.1 KiB499321

AVRFrameLowering.hH A D12-Mar-20211.9 KiB4630

AVRISelDAGToDAG.cppH A D29-Jan-202518.9 KiB591394

AVRISelLowering.cppH A D29-Jan-202599 KiB2,8542,158

AVRISelLowering.hH A D08-Jul-20248.4 KiB213147

AVRInstrFormats.tdH A D08-Jul-202416.7 KiB577465

AVRInstrInfo.cppH A D29-Jan-202517.3 KiB580437

AVRInstrInfo.hH A D29-Jan-20254.4 KiB12982

AVRInstrInfo.tdH A D29-Jan-202576 KiB2,5922,288

AVRMCInstLower.cppH A D08-Jul-20244 KiB12294

AVRMCInstLower.hH A D08-Jul-20241.2 KiB4425

AVRMachineFunctionInfo.hH A D08-Jul-20243.2 KiB9346

AVRRegisterInfo.cppH A D08-Jul-202411.4 KiB326202

AVRRegisterInfo.hH A D08-Jul-20242.2 KiB6333

AVRRegisterInfo.tdH A D29-Jan-202510.2 KiB226199

AVRSelectionDAGInfo.hH A D12-Mar-2021868 289

AVRShiftExpand.cppH A D08-Jul-20245.2 KiB15083

AVRSubtarget.cppH A D08-Jul-20241.5 KiB4724

AVRSubtarget.hH A D08-Jul-20243.7 KiB11668

AVRTargetMachine.cppH A D29-Jan-20254.3 KiB13988

AVRTargetMachine.hH A D08-Jul-20242.3 KiB6836

AVRTargetObjectFile.cppH A D15-Nov-20223.3 KiB8563

AVRTargetObjectFile.hH A D15-Nov-20221.2 KiB3820

README.mdH A D12-Mar-2021341 95

TODO.mdH A D12-Mar-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