hanchenye-llvm-project/llvm/lib/Target/AVR
Dylan McKay 2e35987dc8 [AVR] Add missing #includes
A previous change seems to have remove #includes from header files. This
fixes the build.

llvm-svn: 294427
2017-02-08 08:52:46 +00:00
..
AsmParser [TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h 2016-11-01 16:32:05 +00:00
Disassembler [AVR] Compile the disassembler 2016-10-27 08:09:15 +00:00
InstPrinter [AVR] Remove a variable which was unused in release mode 2016-11-19 01:14:44 +00:00
MCTargetDesc [AVR] Add missing #includes 2017-02-08 08:52:46 +00:00
TargetInfo Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00
AVR.h [AVR] Add a function instrumentation pass 2016-12-14 10:15:00 +00:00
AVR.td [AVR] Split all of the AVR device definitions into a separate file 2016-10-05 10:28:45 +00:00
AVRAsmPrinter.cpp [AVR] Fix a bug where asm operands are printed twice 2017-02-05 10:42:49 +00:00
AVRCallingConv.td [AVR] Remove a bunch of unused variables 2016-11-19 01:33:42 +00:00
AVRDevices.td [AVR] Split all of the AVR device definitions into a separate file 2016-10-05 10:28:45 +00:00
AVRExpandPseudoInsts.cpp [CodeGen] Rename MachineInstrBuilder::addOperand. NFC 2017-01-13 09:58:52 +00:00
AVRFrameLowering.cpp [AVR] Add an 'relax memory operation' pass 2016-12-13 05:53:14 +00:00
AVRFrameLowering.h
AVRISelDAGToDAG.cpp [AVR] Parenthesize a boolean expression 2017-01-07 00:55:28 +00:00
AVRISelLowering.cpp [AVR] Implement stacksave/stackrestore by expanding (PR31342) 2017-02-05 21:35:45 +00:00
AVRISelLowering.h [AVR] Implement TargetLoweing::getRegisterByName 2017-01-07 23:39:47 +00:00
AVRInstrFormats.td [AVR] Add the 'SoftFail' field to all instruction formats 2016-10-08 00:55:46 +00:00
AVRInstrInfo.cpp [AVR] Don't select 'MOVW' instructions when they are not supported 2016-10-05 13:38:29 +00:00
AVRInstrInfo.h Finish renaming remaining analyzeBranch functions 2016-09-14 20:43:16 +00:00
AVRInstrInfo.td [AVR] Use a more appropriate integer type for wide IN/OUT instructions 2016-12-09 07:49:14 +00:00
AVRInstrumentFunctions.cpp [AVR] Support floats in the instrumention pass 2016-12-15 11:02:41 +00:00
AVRMCInstLower.cpp [AVR] Use 'print' instead of 'dump' 2017-02-06 08:43:30 +00:00
AVRMCInstLower.h [AVR] Add the AVRMCInstLower class 2016-10-07 06:13:09 +00:00
AVRMachineFunctionInfo.h
AVRRegisterInfo.cpp [AVR] Fix a bunch of incorrect assertion messages 2016-12-10 05:48:48 +00:00
AVRRegisterInfo.h [AVR] Add AVRRegisterInfo::splitReg function 2016-10-05 13:27:30 +00:00
AVRRegisterInfo.td
AVRRelaxMemOperations.cpp [AVR] Add an 'relax memory operation' pass 2016-12-13 05:53:14 +00:00
AVRSelectionDAGInfo.h
AVRSubtarget.cpp
AVRSubtarget.h
AVRTargetMachine.cpp [AVR] Add a function instrumentation pass 2016-12-14 10:15:00 +00:00
AVRTargetMachine.h
AVRTargetObjectFile.cpp Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject. 2016-10-24 19:23:39 +00:00
AVRTargetObjectFile.h Target: Change various section classifiers in TargetLoweringObjectFile to take a GlobalObject. 2016-10-24 19:23:39 +00:00
CMakeLists.txt [AVR] Add a function instrumentation pass 2016-12-14 10:15:00 +00:00
LLVMBuild.txt [AVR] Add the machine code disassembler 2016-10-22 23:57:59 +00:00
README.md [AVR] Add a stub README file 2016-12-10 12:08:19 +00:00
TODO.md

README.md

AVR backend

This experimental backend is for the 8-bit Atmel AVR microcontroller.