Name Date Size #Lines LOC

..--

AsmParser/H29-Jan-2025-797603

Disassembler/H29-Jan-2025-547405

MCTargetDesc/H29-Jan-2025-2,4381,547

TargetInfo/H18-Feb-2022-5830

AVR.hH A D08-Jul-20243 KiB9964

AVR.tdH A D18-Feb-20222.7 KiB8059

AVRAsmPrinter.cppH A D29-Jan-202511.4 KiB330236

AVRCallingConv.tdH A D15-Nov-20222 KiB4436

AVRDevices.tdH A D29-Jan-202529.3 KiB566519

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

AVRFrameLowering.cppH A D29-Jan-202517.1 KiB499321

AVRFrameLowering.hH A D29-Jan-20251.9 KiB4630

AVRISelDAGToDAG.cppH A D29-Jan-202518.9 KiB597400

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

AVRISelLowering.hH A D29-Jan-20258.5 KiB213147

AVRInstrFormats.tdH A D29-Jan-202516.7 KiB577465

AVRInstrInfo.cppH A D29-Jan-202517.3 KiB580437

AVRInstrInfo.hH A D29-Jan-20254.4 KiB12982

AVRInstrInfo.tdH A D29-Jan-202567.8 KiB2,0831,778

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 D29-Jan-202511.3 KiB326202

AVRRegisterInfo.hH A D19-Nov-20222.2 KiB6333

AVRRegisterInfo.tdH A D08-Jul-202410.2 KiB225198

AVRSelectionDAGInfo.hH A D25-Jun-2021868 289

AVRShiftExpand.cppH A D08-Jul-20245.2 KiB15083

AVRSubtarget.cppH A D29-Jan-20251.5 KiB4724

AVRSubtarget.hH A D08-Jul-20243.7 KiB11668

AVRTargetMachine.cppH A D29-Jan-20254.3 KiB13988

AVRTargetMachine.hH A D29-Jan-20252.3 KiB6836

AVRTargetObjectFile.cppH A D29-Jan-20253.3 KiB8563

AVRTargetObjectFile.hH A D18-Feb-20221.2 KiB3820

CMakeLists.txtH A D08-Jul-20241.2 KiB5445

README.mdH A D25-Jun-2021341 95

TODO.mdH A D25-Jun-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