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
Dylan McKay a60d032b35 [AVR] Remove the 'AVRConfig.h' header
It defined the LLVM_AVR_GCC_COMPAT constant, which would enable/disable
certain GCC-specific behaviours.

There is no point conditionally turning it on/off, as it will always be
turned on, and we have to maintain both code paths anyway.

llvm-svn: 269904
2016-05-18 11:20:48 +00:00
..
MCTargetDesc [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
TargetInfo [AVR] Add missing CMake dependencies 2016-05-18 11:11:51 +00:00
AVR.h [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
AVR.td
AVRCallingConv.td
AVRFrameLowering.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRInstrFormats.td
AVRInstrInfo.cpp [AVR] Fix a few compile errors 2016-05-18 11:11:38 +00:00
AVRInstrInfo.h [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
AVRInstrInfo.td [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRISelLowering.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRMachineFunctionInfo.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +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 [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
AVRSubtarget.cpp [AVR] Add a majority of the backend code 2016-05-06 10:12:31 +00:00
AVRSubtarget.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRTargetMachine.cpp [AVR] Fix a few compile errors 2016-05-18 11:11:38 +00:00
AVRTargetMachine.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRTargetObjectFile.cpp
AVRTargetObjectFile.h [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
CMakeLists.txt [AVR] Add missing CMake dependencies 2016-05-18 11:11:51 +00:00
LLVMBuild.txt
TODO.md