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 9d0600bd62 [AVR] Use a more appropriate integer type for wide IN/OUT instructions
We could previously select an integer which would hit an assertion error
in pseudo expansion.

The new type will also generate the appropriate fixups if needed, which
wasn't done beforehand.

llvm-svn: 289192
2016-12-09 07:49:14 +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] Compile the disassembler 2016-10-27 08:09:15 +00:00
TargetInfo Move the global variables representing each Target behind accessor function 2016-10-09 23:00:34 +00:00
AVR.h [AVR] Allow loading from stack slots where src and dest registers are identical 2016-12-07 11:08:56 +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] Remove a bunch of unused variables 2016-11-19 01:33:42 +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 [AVR] Add tests for a large number of pseudo instructions 2016-12-09 07:49:04 +00:00
AVRFrameLowering.cpp Fix incorrect assertion in AVRFrameLowering.cpp 2016-10-08 01:10:36 +00:00
AVRFrameLowering.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +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
AVRISelDAGToDAG.cpp [AVR] Add an assertion to ensure we don't emit LPM when it's unsupported 2016-12-08 08:34:13 +00:00
AVRISelLowering.cpp [AVR] Expand 'SELECT_CC' nodes whereever possible 2016-12-07 12:34:47 +00:00
AVRISelLowering.h [AVR] Use references rather than pointers in AVRISelLowering 2016-10-08 01:06:21 +00:00
AVRMachineFunctionInfo.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRMCInstLower.cpp [AVR] Add the AVRMCInstLower class 2016-10-07 06:13:09 +00:00
AVRMCInstLower.h [AVR] Add the AVRMCInstLower class 2016-10-07 06:13:09 +00:00
AVRRegisterInfo.cpp [AVR] Add AVRRegisterInfo::splitReg function 2016-10-05 13:27:30 +00:00
AVRRegisterInfo.h [AVR] Add AVRRegisterInfo::splitReg function 2016-10-05 13:27:30 +00:00
AVRRegisterInfo.td
AVRSelectionDAGInfo.h [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
AVRSubtarget.cpp
AVRSubtarget.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRTargetMachine.cpp [AVR] Allow loading from stack slots where src and dest registers are identical 2016-12-07 11:08:56 +00:00
AVRTargetMachine.h [AVR] Fix signuature of AVRTargetMachine constructor 2016-05-20 23:39:04 +00:00
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 [CMake] NFC. Updating CMake dependency specifications 2016-11-17 04:36:50 +00:00
LLVMBuild.txt [AVR] Add the machine code disassembler 2016-10-22 23:57:59 +00:00
TODO.md