• Home
Name Date Size #Lines LOC

..--

AsmParser/03-May-2024-758572

Disassembler/03-May-2024-183125

MCTargetDesc/03-May-2024-2,4041,514

TargetInfo/03-May-2024-7546

AVR.hD03-May-20241.7 KiB5828

AVR.tdD03-May-20242.7 KiB8159

AVRAsmPrinter.cppD03-May-20246 KiB185125

AVRCallingConv.tdD03-May-20242.1 KiB5847

AVRDevices.tdD03-May-202426.5 KiB491444

AVRExpandPseudoInsts.cppD03-May-202449.5 KiB1,6791,238

AVRFrameLowering.cppD03-May-202418.7 KiB547349

AVRFrameLowering.hD03-May-20241.9 KiB4630

AVRISelDAGToDAG.cppD03-May-202416.7 KiB558375

AVRISelLowering.cppD03-May-202469.3 KiB2,0481,570

AVRISelLowering.hD03-May-20247 KiB185119

AVRInstrFormats.tdD03-May-202415.7 KiB579479

AVRInstrInfo.cppD03-May-202416.8 KiB575435

AVRInstrInfo.hD03-May-20244.3 KiB12278

AVRInstrInfo.tdD03-May-202466.1 KiB2,1141,828

AVRMCInstLower.cppD03-May-20243.6 KiB11280

AVRMCInstLower.hD03-May-20241.1 KiB4323

AVRMachineFunctionInfo.hD03-May-20242.3 KiB6930

AVRRegisterInfo.cppD03-May-20249.9 KiB291181

AVRRegisterInfo.hD03-May-20242.4 KiB7039

AVRRegisterInfo.tdD03-May-20247.8 KiB231205

AVRRelaxMemOperations.cppD03-May-20243.9 KiB14991

AVRSelectionDAGInfo.hD03-May-2024868 289

AVRSubtarget.cppD03-May-20241.9 KiB5530

AVRSubtarget.hD03-May-20244 KiB12175

AVRTargetMachine.cppD03-May-20243.8 KiB12579

AVRTargetMachine.hD03-May-20241.7 KiB5732

AVRTargetObjectFile.cppD03-May-20241.4 KiB4123

AVRTargetObjectFile.hD03-May-20241,019 3315

CMakeLists.txtD03-May-20241,015 3731

LLVMBuild.txtD03-May-20241,009 3530

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