1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/lib/Target/AVR
Dylan McKay 2ba7cbf4bc [AVR] Update the signature of createAVRAsmBackend
It has been recently changed to also take a MCTargetOptions structure.

llvm-svn: 282594
2016-09-28 14:35:07 +00:00
..
AsmParser [AVR] Enable the assembly parser 2016-09-28 14:34:42 +00:00
MCTargetDesc [AVR] Update the signature of createAVRAsmBackend 2016-09-28 14:35:07 +00:00
TargetInfo [AVR] Add missing CMake dependencies 2016-05-18 11:11:51 +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
AVRFrameLowering.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +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
AVRISelLowering.h CodeGen: Use MachineInstr& in TargetLowering, NFC 2016-06-30 22:52:52 +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 assembly parser 2016-09-28 13:02:57 +00:00
LLVMBuild.txt [AVR] Add assembly parser 2016-09-28 13:02:57 +00:00
TODO.md [AVR] Add instruction definitions 2016-02-10 08:55:23 +00:00