1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/lib/Target/AVR
Matt Arsenault 186940fec6 Make analyzeBranch family of instruction names consistent
analyzeBranch was renamed to use lowercase first, rename
the related set to match.

llvm-svn: 281506
2016-09-14 17:24:15 +00:00
..
MCTargetDesc [AVR] Add AVRMCAsmInfo 2016-05-21 01:06:37 +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 Make analyzeBranch family of instruction names consistent 2016-09-14 17:24:15 +00:00
AVRInstrInfo.h Make analyzeBranch family of instruction names consistent 2016-09-14 17:24:15 +00:00
AVRInstrInfo.td
AVRISelLowering.h CodeGen: Use MachineInstr& in TargetLowering, NFC 2016-06-30 22:52:52 +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 [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
AVRSubtarget.cpp
AVRSubtarget.h [AVR] Remove the 'AVRConfig.h' header 2016-05-18 11:20:48 +00:00
AVRTargetMachine.cpp [AVR] Fix signuature of AVRTargetMachine constructor 2016-05-20 23:39:04 +00:00
AVRTargetMachine.h [AVR] Fix signuature of AVRTargetMachine constructor 2016-05-20 23:39:04 +00:00
AVRTargetObjectFile.cpp
AVRTargetObjectFile.h [AVR] Convert C style comments to C++ 2016-05-18 09:43:01 +00:00
CMakeLists.txt [AVR] Fix header files in MCTargetDesc 2016-05-21 00:35:07 +00:00
LLVMBuild.txt
TODO.md