llvm-project/llvm/lib/Target/ARC
Guillaume Chatelet 28de229bc6 [Alignment][NFC] Migrate MachineFrameInfo::CreateStackObject to Align
This patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Differential Revision: https://reviews.llvm.org/D82894
2020-07-01 07:28:11 +00:00
..
Disassembler CMake: Make most target symbols hidden by default 2020-01-14 19:46:52 -08:00
MCTargetDesc [MC] Change MCCFIInstruction::createDefCfa to cfiDefCfa which does not negate Offset 2020-05-22 15:47:26 -07:00
TargetInfo CMake: Make most target symbols hidden by default 2020-01-14 19:46:52 -08:00
ARC.h
ARC.td
ARCAsmPrinter.cpp [ARC] Add missing return statement 2020-06-22 14:57:29 +00:00
ARCBranchFinalize.cpp [ARC] Add InitializePasses header to fix ARC build. 2019-11-19 15:52:01 -08:00
ARCCallingConv.td
ARCExpandPseudos.cpp
ARCFrameLowering.cpp [Alignment][NFC] Migrate MachineFrameInfo::CreateStackObject to Align 2020-07-01 07:28:11 +00:00
ARCFrameLowering.h ArrayRef'ize restoreCalleeSavedRegisters. NFCI. 2020-02-29 09:50:23 +01:00
ARCISelDAGToDAG.cpp
ARCISelLowering.cpp [Alignment][NFC] Migrate the rest of backends 2020-06-08 07:17:20 +00:00
ARCISelLowering.h
ARCInstrFormats.td [ARC][NFC] Remove trailing space 2020-02-26 13:38:51 +08:00
ARCInstrInfo.cpp [Alignment][NFC] Transitionning more getMachineMemOperand call sites 2020-03-31 11:04:10 +00:00
ARCInstrInfo.h [NFC] unsigned->Register in storeRegTo/loadRegFromStack 2020-02-03 14:22:16 +01:00
ARCInstrInfo.td [llvm] NFC: Fix trivial typo in rst and td files 2020-04-23 14:26:32 +09:00
ARCMCInstLower.cpp
ARCMCInstLower.h
ARCMachineFunctionInfo.cpp
ARCMachineFunctionInfo.h ARC: Enforce function alignment at code emission time 2020-06-18 17:40:49 -04:00
ARCOptAddrMode.cpp Make more use of MachineInstr::mayLoadOrStore. 2019-12-19 11:51:52 +00:00
ARCRegisterInfo.cpp [TargetRegisterInfo] Default trackLivenessAfterRegAlloc() to true 2020-01-19 14:20:37 -08:00
ARCRegisterInfo.h [TargetRegisterInfo] Default trackLivenessAfterRegAlloc() to true 2020-01-19 14:20:37 -08:00
ARCRegisterInfo.td [ARC][NFC] Remove trailing space 2020-02-26 13:38:51 +08:00
ARCSubtarget.cpp
ARCSubtarget.h
ARCTargetMachine.cpp [ARC] Fix ARCTargetMachine after 777180a32b 2020-01-29 00:59:16 -08:00
ARCTargetMachine.h
ARCTargetStreamer.h
ARCTargetTransformInfo.h
CMakeLists.txt
LLVMBuild.txt