1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 21:13:02 +02:00
llvm-mirror/lib/Target/AVR
Dylan McKay cdace906da [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.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
AVRInstrFormats.td
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
AVRISelLowering.h Revert "[AVR] Add instruction selection lowering code" 2016-09-29 12:49:18 +00:00
AVRMachineFunctionInfo.h
AVRRegisterInfo.cpp Replace "fallthrough" comments with LLVM_FALLTHROUGH 2016-08-17 05:10:15 +00:00
AVRRegisterInfo.h
AVRRegisterInfo.td
AVRSelectionDAGInfo.h
AVRSubtarget.cpp
AVRSubtarget.h
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