• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AsmParser/H03-May-2022-750565

Disassembler/H03-May-2022-312232

MCTargetDesc/H03-May-2022-2,3951,500

TargetInfo/H03-May-2022-4219

AVR.hH A D20-Jan-20221.8 KiB6030

AVR.tdH A D20-Jan-20222.7 KiB8159

AVRAsmPrinter.cppH A D20-Jan-20226.5 KiB202138

AVRCallingConv.tdH A D20-Jan-20221.7 KiB4234

AVRDevices.tdH A D20-Jan-202227.6 KiB508460

AVRExpandPseudoInsts.cppH A D20-Jan-202265.4 KiB2,1941,629

AVRFrameLowering.cppH A D20-Jan-202218.5 KiB540339

AVRFrameLowering.hH A D20-Jan-20221.9 KiB4630

AVRISelDAGToDAG.cppH A D20-Jan-202216.6 KiB555373

AVRISelLowering.cppH A D20-Jan-202271.6 KiB2,1321,649

AVRISelLowering.hH A D20-Jan-20227.4 KiB193127

AVRInstrFormats.tdH A D20-Jan-202216 KiB597488

AVRInstrInfo.cppH A D20-Jan-202216.9 KiB575435

AVRInstrInfo.hH A D20-Jan-20224.3 KiB12278

AVRInstrInfo.tdH A D20-Jan-202268.3 KiB2,1711,877

AVRMCInstLower.cppH A D20-Jan-20223.6 KiB11280

AVRMCInstLower.hH A D20-Jan-20221.1 KiB4323

AVRMachineFunctionInfo.hH A D20-Jan-20223.1 KiB8740

AVRRegisterInfo.cppH A D20-Jan-202210 KiB294183

AVRRegisterInfo.hH A D20-Jan-20222.3 KiB6636

AVRRegisterInfo.tdH A D20-Jan-20229.4 KiB273243

AVRRelaxMemOperations.cppH A D20-Jan-20223.9 KiB14991

AVRSelectionDAGInfo.hH A D20-Jan-2022868 289

AVRShiftExpand.cppH A D20-Jan-20225.1 KiB14883

AVRSubtarget.cppH A D20-Jan-20222 KiB5832

AVRSubtarget.hH A D20-Jan-20224.2 KiB12678

AVRTargetMachine.cppH A D20-Jan-20224.1 KiB13685

AVRTargetMachine.hH A D20-Jan-20221.7 KiB5732

AVRTargetObjectFile.cppH A D20-Jan-20221.4 KiB4123

AVRTargetObjectFile.hH A D20-Jan-20221,019 3315

README.mdH A D20-Jan-2022341 95

TODO.mdH A D20-Jan-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