Name Date Size #Lines LOC

..--

AsmParser/H--797603

Disassembler/H--547405

MCTargetDesc/H--2,4381,547

TargetInfo/H--5830

AVR.hH A D04-Jun-20243 KiB9964

AVR.tdH A D19-Sep-20222.7 KiB8059

AVRAsmPrinter.cppH A D18-Nov-202411.4 KiB330236

AVRCallingConv.tdH A D14-Mar-20222 KiB4436

AVRDevices.tdH A D27-Dec-202429.3 KiB566519

AVRExpandPseudoInsts.cppH A D07-Jun-202380.8 KiB2,6511,984

AVRFrameLowering.cppH A D18-Nov-202417.1 KiB499321

AVRFrameLowering.hH A D18-Oct-20241.9 KiB4630

AVRISelDAGToDAG.cppH A D29-Aug-202418.9 KiB597400

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

AVRISelLowering.hH A D20-Jan-20258.5 KiB213147

AVRInstrFormats.tdH A D05-Dec-202416.7 KiB577465

AVRInstrInfo.cppH A D22-Jan-202517.3 KiB580437

AVRInstrInfo.hH A D22-Jan-20254.4 KiB12982

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

AVRMCInstLower.cppH A D22-Jan-20234 KiB12294

AVRMCInstLower.hH A D22-Jan-20231.2 KiB4425

AVRMachineFunctionInfo.hH A D18-Jun-20203.2 KiB9346

AVRRegisterInfo.cppH A D18-Nov-202411.3 KiB326202

AVRRegisterInfo.hH A D17-Nov-20222.2 KiB6333

AVRRegisterInfo.tdH A D04-Mar-202410.2 KiB225198

AVRSelectionDAGInfo.hH A D19-Jan-2019868 289

AVRShiftExpand.cppH A D19-Jul-20235.2 KiB15083

AVRSubtarget.cppH A D18-Nov-20241.5 KiB4724

AVRSubtarget.hH A D21-Jul-20233.7 KiB11668

AVRTargetMachine.cppH A D18-Nov-20244.3 KiB13988

AVRTargetMachine.hH A D14-Nov-20242.3 KiB6836

AVRTargetObjectFile.cppH A D18-Nov-20243.3 KiB8563

AVRTargetObjectFile.hH A D18-Dec-20211.2 KiB3820

CMakeLists.txtH A D17-Apr-20231.2 KiB5445

README.mdH A D10-Dec-2016341 95

TODO.mdH A D10-Feb-2016186 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