1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/Target/AVR
Mindong Chen fee80286d7 [NFCI] Move DEBUG_TYPE definition below #includes
When you try to define a new DEBUG_TYPE in a header file, DEBUG_TYPE
definition defined around the #includes in files include it could
result in redefinition warnings even compile errors.

Reviewed By: tejohnson

Differential Revision: https://reviews.llvm.org/D102594
2021-05-30 17:31:01 +08:00
..
AsmParser [llvm] Don't include StringSwitch.h where unnecessary (NFC) 2021-01-21 19:59:48 -08:00
Disassembler llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
MCTargetDesc [NFCI] Move DEBUG_TYPE definition below #includes 2021-05-30 17:31:01 +08:00
TargetInfo llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
AVR.h
AVR.td
AVRAsmPrinter.cpp [AVR] Fix global references to function symbols 2021-02-10 00:40:49 +13:00
AVRCallingConv.td [AVR] Rewrite the function calling convention. 2020-06-23 21:36:18 +12:00
AVRDevices.td [NFC][AVR] Improve device list 2020-10-29 10:54:17 +08:00
AVRExpandPseudoInsts.cpp [AVR] Fix lifeness issues in the AVR backend 2021-03-04 14:04:39 +01:00
AVRFrameLowering.cpp [AVR] Fix lifeness issues in the AVR backend 2021-03-04 14:04:39 +01:00
AVRFrameLowering.h
AVRInstrFormats.td [AVR] Disassemble double register instructions 2020-06-23 02:18:04 +02:00
AVRInstrInfo.cpp [AVR] Rewrite the function calling convention. 2020-06-23 21:36:18 +12:00
AVRInstrInfo.h
AVRInstrInfo.td [AVR] Fix expansion of NEGW 2021-03-03 15:36:05 +01:00
AVRISelDAGToDAG.cpp [AVR] Fix null dereference warning. NFCI. 2020-10-08 19:04:29 +01:00
AVRISelLowering.cpp [AVR] Remove an assertion that causes generic CodeGen tests to fail 2021-02-05 02:05:23 +13:00
AVRISelLowering.h [AVR] Optimize 16-bit int shift 2021-01-28 15:10:11 +08:00
AVRMachineFunctionInfo.h
AVRMCInstLower.cpp
AVRMCInstLower.h
AVRRegisterInfo.cpp
AVRRegisterInfo.h
AVRRegisterInfo.td [AVR] Add register aliases XL, YH, etc 2021-03-03 15:36:05 +01:00
AVRRelaxMemOperations.cpp [AVR] Fix def state of operands 2021-03-03 15:36:05 +01:00
AVRSelectionDAGInfo.h
AVRSubtarget.cpp [X86][MC][Target] Initial backend support a tune CPU to support -mtune 2020-08-14 15:31:50 -07:00
AVRSubtarget.h [X86][MC][Target] Initial backend support a tune CPU to support -mtune 2020-08-14 15:31:50 -07:00
AVRTargetMachine.cpp [llvm] Use Optional::getValueOr (NFC) 2021-01-12 21:43:50 -08:00
AVRTargetMachine.h
AVRTargetObjectFile.cpp
AVRTargetObjectFile.h
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
README.md
TODO.md

AVR backend

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