1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/AVR
Dylan McKay 5a8e4ce2f4 [AVR] Update to current LLVM API
r315410 broke a number of things in the AVR backend, which are now
fixed.

llvm-svn: 316076
2017-10-18 12:35:15 +00:00
..
AsmParser [Asm] Add debug tracing in table-generated assembly matcher 2017-10-11 09:17:43 +00:00
Disassembler Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
InstPrinter [AVR] Rename 'ZREGS' to 'ZREG' 2017-07-11 04:53:43 +00:00
MCTargetDesc [AVR] Update to current LLVM API 2017-10-18 12:35:15 +00:00
TargetInfo
AVR.h [AVR] Remove the instrumentation pass 2017-07-23 23:39:11 +00:00
AVR.td
AVRAsmPrinter.cpp [AVR] Remove a few very old TODOs that don't have enough context to understand 2017-07-11 05:14:40 +00:00
AVRCallingConv.td [AVR] Remove a bunch of unused variables 2016-11-19 01:33:42 +00:00
AVRDevices.td [AVR] Rename 'AVRTiny' to 'Tiny' 2017-07-11 04:45:15 +00:00
AVRExpandPseudoInsts.cpp [AVR] Implement LPMWRdZ pseudo-instruction's expansion. 2017-10-04 10:37:22 +00:00
AVRFrameLowering.cpp Add "Restored" flag to CalleeSavedInfo 2017-08-10 16:17:32 +00:00
AVRFrameLowering.h Add "Restored" flag to CalleeSavedInfo 2017-08-10 16:17:32 +00:00
AVRInstrFormats.td
AVRInstrInfo.cpp [AVR] Insert JMP for long branches 2017-10-04 09:51:28 +00:00
AVRInstrInfo.h [AVR] Insert JMP for long branches 2017-10-04 09:51:28 +00:00
AVRInstrInfo.td [AVR] Factor out mayLoad in tablegen patterns 2017-10-04 10:36:07 +00:00
AVRISelDAGToDAG.cpp [AVR] Parenthesize a boolean expression 2017-01-07 00:55:28 +00:00
AVRISelLowering.cpp [AVR] Prefer BasicBlock::getIterator over Function::begin() 2017-09-26 01:37:53 +00:00
AVRISelLowering.h [AVR] Implement getCmpLibcallReturnType(). 2017-09-24 01:07:26 +00:00
AVRMachineFunctionInfo.h
AVRMCInstLower.cpp [AVR] Fix indirect calls to function pointers 2017-07-13 08:09:36 +00:00
AVRMCInstLower.h
AVRRegisterInfo.cpp [AVR] Fix displacement overflow for LDDW/STDW 2017-10-04 09:51:21 +00:00
AVRRegisterInfo.h
AVRRegisterInfo.td [AVR] Remove a few very old TODOs that don't have enough context to understand 2017-07-11 05:14:40 +00:00
AVRRelaxMemOperations.cpp [AVR] Add an 'relax memory operation' pass 2016-12-13 05:53:14 +00:00
AVRSelectionDAGInfo.h
AVRSubtarget.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
AVRSubtarget.h Sort the remaining #include lines in include/... and lib/.... 2017-06-06 11:49:48 +00:00
AVRTargetMachine.cpp Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" 2017-10-12 22:57:28 +00:00
AVRTargetMachine.h Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" 2017-10-12 22:57:28 +00:00
AVRTargetObjectFile.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
AVRTargetObjectFile.h
CMakeLists.txt [AVR] Remove the instrumentation pass 2017-07-23 23:39:11 +00:00
LLVMBuild.txt
README.md [AVR] Add a stub README file 2016-12-10 12:08:19 +00:00
TODO.md

AVR backend

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