1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/lib/Target/AVR
Dylan McKay 09dc0776a0 [AVR] Update return type of dynamic alloca pass
It was recently changed from 'const char*' to StringRef

llvm-svn: 283312
2016-10-05 12:32:24 +00:00
..
AsmParser [AVR] Enable the assembly parser 2016-09-28 14:34:42 +00:00
InstPrinter [AVR] Add the assembly instruction printer 2016-09-30 14:01:50 +00:00
MCTargetDesc [AVR] Add the machine code backend 2016-10-05 05:30:19 +00:00
TargetInfo [AVR] Add AVRMCTargetDesc.cpp 2016-09-28 15:31:12 +00:00
AVR.h
AVR.td [AVR] Split all of the AVR device definitions into a separate file 2016-10-05 10:28:45 +00:00
AVRCallingConv.td [AVR] Rename the builtin calling convention names 2016-09-28 16:04:40 +00:00
AVRDevices.td [AVR] Split all of the AVR device definitions into a separate file 2016-10-05 10:28:45 +00:00
AVRFrameLowering.cpp [AVR] Update return type of dynamic alloca pass 2016-10-05 12:32:24 +00:00
AVRFrameLowering.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRInstrFormats.td
AVRInstrInfo.cpp Finish renaming remaining analyzeBranch functions 2016-09-14 20:43:16 +00:00
AVRInstrInfo.h Finish renaming remaining analyzeBranch functions 2016-09-14 20:43:16 +00:00
AVRInstrInfo.td [AVR] Merge most recent changes to AVRInstrInfo.td 2016-09-28 13:44:02 +00:00
AVRISelLowering.h Revert "[AVR] Add instruction selection lowering code" 2016-09-29 12:49:18 +00:00
AVRMachineFunctionInfo.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRRegisterInfo.cpp Replace "fallthrough" comments with LLVM_FALLTHROUGH 2016-08-17 05:10:15 +00:00
AVRRegisterInfo.h
AVRRegisterInfo.td
AVRSelectionDAGInfo.h
AVRSubtarget.cpp
AVRSubtarget.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRTargetMachine.cpp [AVR] Update the data layout 2016-09-28 13:29:10 +00:00
AVRTargetMachine.h [AVR] Fix signuature of AVRTargetMachine constructor 2016-05-20 23:39:04 +00:00
AVRTargetObjectFile.cpp [AVR] Update signature of AVRTargetObjectFile::SelectSectionForGlobal 2016-09-24 11:38:08 +00:00
AVRTargetObjectFile.h [AVR] Update signature of AVRTargetObjectFile::SelectSectionForGlobal 2016-09-24 11:38:08 +00:00
CMakeLists.txt [AVR] Add the AVR frame lowering code 2016-10-05 11:48:56 +00:00
LLVMBuild.txt [AVR] Add the assembly instruction printer 2016-09-30 14:01:50 +00:00
TODO.md