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

..03-May-2022-

AsmParser/H03-May-2022-731548

Disassembler/H03-May-2022-157103

MCTargetDesc/H03-May-2022-2,3661,480

TargetInfo/H03-May-2022-4219

AVR.hH A D11-Dec-20191.7 KiB5828

AVR.tdH A D11-Dec-20192.7 KiB8159

AVRAsmPrinter.cppH A D11-Dec-20196 KiB185125

AVRCallingConv.tdH A D11-Dec-20192.1 KiB5847

AVRDevices.tdH A D11-Dec-201926.5 KiB491444

AVRExpandPseudoInsts.cppH A D11-Dec-201946.8 KiB1,5881,188

AVRFrameLowering.cppH A D11-Dec-201918.7 KiB546348

AVRFrameLowering.hH A D11-Dec-20191.9 KiB4630

AVRISelDAGToDAG.cppH A D11-Dec-201916.7 KiB558375

AVRISelLowering.cppH A D11-Dec-201969.3 KiB2,0501,572

AVRISelLowering.hH A D11-Dec-20197 KiB185119

AVRInstrFormats.tdH A D11-Dec-201915.7 KiB579479

AVRInstrInfo.cppH A D11-Dec-201916.8 KiB575435

AVRInstrInfo.hH A D11-Dec-20194.3 KiB12278

AVRInstrInfo.tdH A D11-Dec-201965.8 KiB2,1041,820

AVRMCInstLower.cppH A D11-Dec-20193.6 KiB11280

AVRMCInstLower.hH A D11-Dec-20191.1 KiB4323

AVRMachineFunctionInfo.hH A D11-Dec-20192.3 KiB6930

AVRRegisterInfo.cppH A D11-Dec-20199.9 KiB291181

AVRRegisterInfo.hH A D11-Dec-20192.4 KiB7039

AVRRegisterInfo.tdH A D11-Dec-20197.8 KiB231205

AVRRelaxMemOperations.cppH A D11-Dec-20193.9 KiB14991

AVRSelectionDAGInfo.hH A D11-Dec-2019868 289

AVRSubtarget.cppH A D11-Dec-20191.9 KiB5530

AVRSubtarget.hH A D11-Dec-20194 KiB12175

AVRTargetMachine.cppH A D11-Dec-20193.8 KiB12579

AVRTargetMachine.hH A D11-Dec-20191.7 KiB5732

AVRTargetObjectFile.cppH A D11-Dec-20191.4 KiB4123

AVRTargetObjectFile.hH A D11-Dec-20191,019 3315

README.mdH A D11-Dec-2019341 95

TODO.mdH A D11-Dec-2019186 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