1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/Target/XCore
Guillaume Chatelet c69f9aa1aa [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
MCTargetDesc [MC] Change MCCFIInstruction::createDefCfa to cfiDefCfa which does not negate Offset 2020-05-22 15:47:26 -07:00
TargetInfo
CMakeLists.txt
LLVMBuild.txt
README.txt
XCore.h [XCore] Remove unused forward declarations. NFC. 2020-04-23 16:30:45 +01:00
XCore.td
XCoreAsmPrinter.cpp
XCoreCallingConv.td
XCoreFrameLowering.cpp [Alignment][NFC] Migrate PPC, X86 and XCore backends to Align 2020-06-30 08:08:45 +00:00
XCoreFrameLowering.h
XCoreFrameToArgsOffsetElim.cpp
XCoreInstrFormats.td
XCoreInstrInfo.cpp [CodeGen] Use Align in MachineConstantPool. 2020-05-12 10:06:40 -07:00
XCoreInstrInfo.h
XCoreInstrInfo.td
XCoreISelDAGToDAG.cpp [Alignment][NFC] Use Align version of getMachineMemOperand 2020-03-30 15:46:27 +00:00
XCoreISelLowering.cpp Remove GlobalValue::getAlignment(). 2020-06-23 19:13:42 -07:00
XCoreISelLowering.h [XCore] Remove unused forward declarations. NFC. 2020-04-23 16:30:45 +01:00
XCoreLowerThreadLocal.cpp
XCoreMachineFunctionInfo.cpp [Alignment][NFC] Migrate MachineFrameInfo::CreateStackObject to Align 2020-07-01 07:28:11 +00:00
XCoreMachineFunctionInfo.h
XCoreMCInstLower.cpp
XCoreMCInstLower.h [XCore] Remove unused forward declarations. NFC. 2020-04-23 16:30:45 +01:00
XCoreRegisterInfo.cpp
XCoreRegisterInfo.h [XCore] Remove unused forward declarations. NFC. 2020-04-23 16:30:45 +01:00
XCoreRegisterInfo.td
XCoreSelectionDAGInfo.cpp [Alignment][NFC] Migrate SelectionDAGTargetInfo::EmitTargetCodeForMemcpy to Align 2020-06-30 13:12:31 +00:00
XCoreSelectionDAGInfo.h [Alignment][NFC] Migrate SelectionDAGTargetInfo::EmitTargetCodeForMemcpy to Align 2020-06-30 13:12:31 +00:00
XCoreSubtarget.cpp
XCoreSubtarget.h
XCoreTargetMachine.cpp
XCoreTargetMachine.h
XCoreTargetObjectFile.cpp [Target] Use Align in TargetLoweringObjectFile::getSectionForConstant. 2020-05-21 15:23:29 -07:00
XCoreTargetObjectFile.h [Target] Use Align in TargetLoweringObjectFile::getSectionForConstant. 2020-05-21 15:23:29 -07:00
XCoreTargetStreamer.h
XCoreTargetTransformInfo.h

To-do
-----

* Instruction encodings
* Tailcalls
* Investigate loop alignment
* Add builtins