1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib/Target/AVR
Leslie Zhai 2cfa01472a [AVR] Migrate to new MCAsmInfo CodePointerSize
Reviewers: dylanmckay, rengolin, kzhuravl, jroelofs

Reviewed By: kzhuravl, jroelofs

Subscribers: kzhuravl, llvm-commits

Differential Revision: https://reviews.llvm.org/D32154

llvm-svn: 300641
2017-04-19 01:20:43 +00:00
..
AsmParser
Disassembler
InstPrinter
MCTargetDesc [AVR] Migrate to new MCAsmInfo CodePointerSize 2017-04-19 01:20:43 +00:00
TargetInfo
AVR.h
AVR.td
AVRAsmPrinter.cpp [AVR] Fix a bug where asm operands are printed twice 2017-02-05 10:42:49 +00:00
AVRCallingConv.td
AVRDevices.td
AVRExpandPseudoInsts.cpp [CodeGen] Rename MachineInstrBuilder::addOperand. NFC 2017-01-13 09:58:52 +00:00
AVRFrameLowering.cpp
AVRFrameLowering.h
AVRInstrFormats.td
AVRInstrInfo.cpp
AVRInstrInfo.h
AVRInstrInfo.td Fix spelling compliment->complement. Mostly refering to 2s complement. NFC 2017-04-11 18:47:58 +00:00
AVRInstrumentFunctions.cpp Remove getArgumentList() in favor of arg_begin(), args(), etc 2017-03-16 22:59:15 +00:00
AVRISelDAGToDAG.cpp [AVR] Parenthesize a boolean expression 2017-01-07 00:55:28 +00:00
AVRISelLowering.cpp [AVR] Fix build after r298178 2017-03-24 01:57:29 +00:00
AVRISelLowering.h [AVR] Implement TargetLoweing::getRegisterByName 2017-01-07 23:39:47 +00:00
AVRMachineFunctionInfo.h
AVRMCInstLower.cpp [AVR] Use 'print' instead of 'dump' 2017-02-06 08:43:30 +00:00
AVRMCInstLower.h
AVRRegisterInfo.cpp
AVRRegisterInfo.h
AVRRegisterInfo.td
AVRRelaxMemOperations.cpp
AVRSelectionDAGInfo.h
AVRSubtarget.cpp
AVRSubtarget.h
AVRTargetMachine.cpp
AVRTargetMachine.h
AVRTargetObjectFile.cpp
AVRTargetObjectFile.h
CMakeLists.txt
LLVMBuild.txt
README.md
TODO.md

AVR backend

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