summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR/MCTargetDesc/AVRELFStreamer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Rename 'AVRTiny' to 'Tiny'Dylan McKay2017-07-111-1/+1
| | | | llvm-svn: 307619
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
| | | | | | | | | | | | This creates a new library called BinaryFormat that has all of the headers from llvm/Support containing structure and layout definitions for various types of binary formats like dwarf, coff, elf, etc as well as the code for identifying a file from its magic. Differential Revision: https://reviews.llvm.org/D33843 llvm-svn: 304864
* [AVR] Add missing #includesDylan McKay2017-02-081-0/+2
| | | | | | | A previous change seems to have remove #includes from header files. This fixes the build. llvm-svn: 294427
* [AVR] Fix header files in MCTargetDescDylan McKay2016-05-211-2/+8
| | | | | | | Everything now compiles successfully, but there are still undefined references. llvm-svn: 270298
* Add AVRTargetStreamersDylan McKay2016-05-201-0/+60
Reviewed by Matt Arsenault in http://reviews.llvm.org/D16311 llvm-svn: 270171
OpenPOWER on IntegriCloud