llvm-project/llvm/lib/Target/AVR/MCTargetDesc
Peter Collingbourne 571a3301ae MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an MCObjectWriter. NFCI.
To make this work I needed to add an endianness field to MCAsmBackend
so that writeNopData() implementations know which endianness to use.

Part of PR37466.

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

llvm-svn: 332857
2018-05-21 17:57:19 +00:00
..
AVRAsmBackend.cpp MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an MCObjectWriter. NFCI. 2018-05-21 17:57:19 +00:00
AVRAsmBackend.h MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an MCObjectWriter. NFCI. 2018-05-21 17:57:19 +00:00
AVRELFObjectWriter.cpp Revert and accidentally committed revert commit 2017-12-09 08:01:28 +00:00
AVRELFStreamer.cpp [AVR] Rename 'AVRTiny' to 'Tiny' 2017-07-11 04:45:15 +00:00
AVRELFStreamer.h
AVRFixupKinds.h Revert and accidentally committed revert commit 2017-12-09 08:01:28 +00:00
AVRMCAsmInfo.cpp
AVRMCAsmInfo.h
AVRMCCodeEmitter.cpp
AVRMCCodeEmitter.h
AVRMCELFStreamer.cpp MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AVRMCELFStreamer.h MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AVRMCExpr.cpp [AVR] Implement some missing code paths 2017-12-11 11:01:27 +00:00
AVRMCExpr.h Revert and accidentally committed revert commit 2017-12-09 08:01:28 +00:00
AVRMCTargetDesc.cpp MC: Change the streamer ctors to take an object writer instead of a stream. NFCI. 2018-05-18 18:26:45 +00:00
AVRMCTargetDesc.h Fix build of WebAssembly and AVR backends after r321692 2018-01-03 09:30:39 +00:00
AVRTargetStreamer.cpp [AVR] Enable the '__do_copy_data' function 2017-09-11 10:32:51 +00:00
AVRTargetStreamer.h [AVR] Enable the '__do_copy_data' function 2017-09-11 10:32:51 +00:00
CMakeLists.txt Revert and accidentally committed revert commit 2017-12-09 08:01:28 +00:00
LLVMBuild.txt