• Home
Name Date Size #Lines LOC

..--

AsmParser/03-May-2024-741558

Disassembler/03-May-2024-186127

InstPrinter/03-May-2024-258168

MCTargetDesc/03-May-2024-2,1971,373

TargetInfo/03-May-2024-5740

AVR.hD03-May-20241.7 KiB5928

AVR.tdD03-May-20242.7 KiB8260

AVRAsmPrinter.cppD03-May-20246.2 KiB190129

AVRCallingConv.tdD03-May-20242.1 KiB5948

AVRDevices.tdD03-May-202426.5 KiB491444

AVRExpandPseudoInsts.cppD03-May-202447.3 KiB1,5861,185

AVRFrameLowering.cppD03-May-202418.7 KiB548349

AVRFrameLowering.hD03-May-20241.9 KiB4730

AVRISelDAGToDAG.cppD03-May-202416.9 KiB563379

AVRISelLowering.cppD03-May-202468.8 KiB2,0321,562

AVRISelLowering.hD03-May-20246.8 KiB175111

AVRInstrFormats.tdD03-May-202415.7 KiB580480

AVRInstrInfo.cppD03-May-202416.8 KiB575434

AVRInstrInfo.hD03-May-20244.2 KiB12378

AVRInstrInfo.tdD03-May-202465.7 KiB2,1101,829

AVRMCInstLower.cppD03-May-20243.5 KiB11380

AVRMCInstLower.hD03-May-20241.1 KiB4423

AVRMachineFunctionInfo.hD03-May-20242.3 KiB7030

AVRRegisterInfo.cppD03-May-20249.2 KiB276167

AVRRegisterInfo.hD03-May-20242 KiB6432

AVRRegisterInfo.tdD03-May-20247.1 KiB212187

AVRRelaxMemOperations.cppD03-May-20243.9 KiB15091

AVRSelectionDAGInfo.hD03-May-2024840 299

AVRSubtarget.cppD03-May-20241.6 KiB4824

AVRSubtarget.hD03-May-20243.9 KiB11973

AVRTargetMachine.cppD03-May-20243.9 KiB13183

AVRTargetMachine.hD03-May-20241.6 KiB5832

AVRTargetObjectFile.cppD03-May-20241.4 KiB4223

AVRTargetObjectFile.hD03-May-2024991 3415

CMakeLists.txtD03-May-20241 KiB3832

LLVMBuild.txtD03-May-20241,006 3631

README.mdD03-May-2024341 95

TODO.mdD03-May-2024186 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