llvm-project/llvm/lib/Target/AVR
Dylan McKay 4a25499b13 [AVR] Add the ELF object file writer
Summary: This adds the ELF32 writer for AVR.

Reviewers: kparzysz

Subscribers: beanz, mgorny

Differential Revision: https://reviews.llvm.org/D25031

llvm-svn: 282856
2016-09-30 14:09:20 +00:00
..
AsmParser [AVR] Enable the assembly parser 2016-09-28 14:34:42 +00:00
InstPrinter [AVR] Add the assembly instruction printer 2016-09-30 14:01:50 +00:00
MCTargetDesc [AVR] Add the ELF object file writer 2016-09-30 14:09:20 +00:00
TargetInfo [AVR] Add AVRMCTargetDesc.cpp 2016-09-28 15:31:12 +00:00
AVR.h [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
AVR.td [AVR] Enable the assembly parser 2016-09-28 14:34:42 +00:00
AVRCallingConv.td [AVR] Rename the builtin calling convention names 2016-09-28 16:04:40 +00:00
AVRFrameLowering.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRISelLowering.h Revert "[AVR] Add instruction selection lowering code" 2016-09-29 12:49:18 +00:00
AVRInstrFormats.td [AVR] Add instruction definitions 2016-02-10 08:55:23 +00:00
AVRInstrInfo.cpp Finish renaming remaining analyzeBranch functions 2016-09-14 20:43:16 +00:00
AVRInstrInfo.h Finish renaming remaining analyzeBranch functions 2016-09-14 20:43:16 +00:00
AVRInstrInfo.td [AVR] Merge most recent changes to AVRInstrInfo.td 2016-09-28 13:44:02 +00:00
AVRMachineFunctionInfo.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRRegisterInfo.cpp Replace "fallthrough" comments with LLVM_FALLTHROUGH 2016-08-17 05:10:15 +00:00
AVRRegisterInfo.h [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRRegisterInfo.td
AVRSelectionDAGInfo.h [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
AVRSubtarget.cpp [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRSubtarget.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRTargetMachine.cpp [AVR] Update the data layout 2016-09-28 13:29:10 +00:00
AVRTargetMachine.h [AVR] Fix signuature of AVRTargetMachine constructor 2016-05-20 23:39:04 +00:00
AVRTargetObjectFile.cpp [AVR] Update signature of AVRTargetObjectFile::SelectSectionForGlobal 2016-09-24 11:38:08 +00:00
AVRTargetObjectFile.h [AVR] Update signature of AVRTargetObjectFile::SelectSectionForGlobal 2016-09-24 11:38:08 +00:00
CMakeLists.txt [AVR] Add the assembly instruction printer 2016-09-30 14:01:50 +00:00
LLVMBuild.txt [AVR] Add the assembly instruction printer 2016-09-30 14:01:50 +00:00
TODO.md [AVR] Add instruction definitions 2016-02-10 08:55:23 +00:00