1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Target/AVR
Matthias Braun 556abb392a CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC
Many files include Passes.h but only a fraction needs to know about the
TargetPassConfig class. Move it into an own header. Also rename
Passes.cpp to TargetPassConfig.cpp while we are at it.

llvm-svn: 269011
2016-05-10 03:21:59 +00:00
..
MCTargetDesc [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
TargetInfo Remove autoconf support 2016-01-26 21:29:08 +00:00
AVR.h Added AVRTargetObjectFile class and AVR.h 2016-01-07 10:53:15 +00:00
AVR.td [AVR] Add instruction definitions 2016-02-10 08:55:23 +00:00
AVRCallingConv.td [AVR] Added AVRCallingConv.td 2015-12-20 23:17:44 +00:00
AVRConfig.h [AVR] Added configuration file and machine function information class 2015-12-21 23:13:15 +00:00
AVRFrameLowering.h [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRInstrFormats.td [AVR] Add instruction definitions 2016-02-10 08:55:23 +00:00
AVRInstrInfo.cpp [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRInstrInfo.h [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRInstrInfo.td [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRISelLowering.h [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRMachineFunctionInfo.h [AVR] Added configuration file and machine function information class 2015-12-21 23:13:15 +00:00
AVRRegisterInfo.cpp [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRRegisterInfo.h [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRRegisterInfo.td
AVRSelectionDAGInfo.h Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to CodeGen/ 2016-01-27 16:32:26 +00:00
AVRSubtarget.cpp [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRSubtarget.h [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRTargetMachine.cpp CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC 2016-05-10 03:21:59 +00:00
AVRTargetMachine.h [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRTargetObjectFile.cpp Added AVRTargetObjectFile class and AVR.h 2016-01-07 10:53:15 +00:00
AVRTargetObjectFile.h Added AVRTargetObjectFile class and AVR.h 2016-01-07 10:53:15 +00:00
CMakeLists.txt [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
LLVMBuild.txt
TODO.md [AVR] Add instruction definitions 2016-02-10 08:55:23 +00:00