1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib/Target/Mips
Vladimir Stefanovic e467c341aa [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25
The callee address is added as an optional operand (MCSymbol) in
AdjustInstrPostInstrSelection() and then used by asm printer to insert:
'.reloc tmplabel, R_MIPS_JALR, symbol
tmplabel:'.
Controlled with '-mips-jalr-reloc', default is true.

Differential revision: https://reviews.llvm.org/D56694

llvm-svn: 351485
2019-01-17 21:50:37 +00:00
..
AsmParser [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
Disassembler [mips][microMIPS] Fix the definition of MOVEP instruction 2018-09-19 18:46:21 +00:00
InstPrinter [mips] Remove dead code. NFC 2018-07-11 09:41:28 +00:00
MCTargetDesc [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
TargetInfo [mips] Provide more detailed description for MIPS targets. NFC 2018-09-22 06:04:32 +00:00
CMakeLists.txt [MIPS GlobalISel] Add pre legalizer combiner pass 2019-01-14 10:27:05 +00:00
LLVMBuild.txt
MicroMips32r6InstrFormats.td
MicroMips32r6InstrInfo.td [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
MicroMipsDSPInstrFormats.td [mips] Fix the predicates of some DSP instructions from AdditionalPredicates to ASEPredicate 2018-06-20 13:29:57 +00:00
MicroMipsDSPInstrInfo.td [mips] Fix the predicates of some DSP instructions from AdditionalPredicates to ASEPredicate 2018-06-20 13:29:57 +00:00
MicroMipsInstrFormats.td [mips] Support sigrie instruction 2018-11-06 14:37:24 +00:00
MicroMipsInstrFPU.td [mips] Disable the selection of mixed microMIPS/MIPS code 2018-09-03 20:48:55 +00:00
MicroMipsInstrInfo.td [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
MicroMipsSizeReduction.cpp [mips][microMIPS] Extending size reduction pass with MOVEP 2018-09-19 18:46:29 +00:00
Mips16FrameLowering.cpp [mips] Support shrink-wrapping 2018-06-29 16:37:16 +00:00
Mips16FrameLowering.h
Mips16HardFloat.cpp [opaque pointer types] Remove some calls to generic Type subtype accessors. 2019-01-10 16:07:20 +00:00
Mips16HardFloatInfo.cpp
Mips16HardFloatInfo.h
Mips16InstrFormats.td
Mips16InstrInfo.cpp Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructions 2018-08-30 14:32:47 +00:00
Mips16InstrInfo.h Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructions 2018-08-30 14:32:47 +00:00
Mips16InstrInfo.td [mips] Fix local dynamic TLS with Sym64 2018-07-24 13:47:52 +00:00
Mips16ISelDAGToDAG.cpp
Mips16ISelDAGToDAG.h
Mips16ISelLowering.cpp [opaque pointer types] Remove some calls to generic Type subtype accessors. 2019-01-10 16:07:20 +00:00
Mips16ISelLowering.h
Mips16RegisterInfo.cpp
Mips16RegisterInfo.h
Mips32r6InstrFormats.td [mips] Support sigrie instruction 2018-11-06 14:37:24 +00:00
Mips32r6InstrInfo.td [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
Mips64InstrInfo.td [Mips] Supplement long branch pseudo instructions 2018-11-05 14:37:41 +00:00
Mips64r6InstrInfo.td [mips] Correct MUL pattern for mips64 2018-09-25 06:27:49 +00:00
Mips.h [MIPS GlobalISel] Add pre legalizer combiner pass 2019-01-14 10:27:05 +00:00
Mips.td
MipsAnalyzeImmediate.cpp
MipsAnalyzeImmediate.h
MipsAsmPrinter.cpp [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
MipsAsmPrinter.h [DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFC 2018-11-28 11:48:07 +00:00
MipsBranchExpansion.cpp [Mips] Supplement long branch pseudo instructions 2018-11-05 14:37:41 +00:00
MipsCallingConv.td
MipsCallLowering.cpp [MIPS GlobalISel] Set operand order for G_MERGE and G_UNMERGE 2018-11-07 11:45:43 +00:00
MipsCallLowering.h [MIPS GlobalISel] Set operand order for G_MERGE and G_UNMERGE 2018-11-07 11:45:43 +00:00
MipsCCState.cpp [mips] Mark fmaxl as a long double emulation routine 2018-10-12 08:18:38 +00:00
MipsCCState.h
MipsCondMov.td [mips] Optimize shifts for types larger than GPR size (mips2/mips3) 2019-01-14 12:28:51 +00:00
MipsConstantIslandPass.cpp Remove trailing space 2018-07-30 19:41:25 +00:00
MipsDelaySlotFiller.cpp [mips][microMIPS] Extending size reduction pass with MOVEP 2018-09-19 18:46:29 +00:00
MipsDSPInstrFormats.td
MipsDSPInstrInfo.td [mips] Fix the predicates of some DSP instructions from AdditionalPredicates to ASEPredicate 2018-06-20 13:29:57 +00:00
MipsEVAInstrFormats.td
MipsEVAInstrInfo.td
MipsExpandPseudo.cpp [mips] Fix atomic operations at O0, v3 2018-07-05 09:27:05 +00:00
MipsFastISel.cpp [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
MipsFrameLowering.cpp
MipsFrameLowering.h [mips] Support shrink-wrapping 2018-06-29 16:37:16 +00:00
MipsInstrFormats.td [mips] Mark standard encoded instructions as not being in MIPS16e 2018-07-12 08:50:11 +00:00
MipsInstrFPU.td [mips] Fix mtc1 and mfc1 definitions for microMIPS R6 2018-08-31 15:57:17 +00:00
MipsInstrInfo.cpp [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
MipsInstrInfo.h
MipsInstrInfo.td [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
MipsInstructionSelector.cpp [MIPS GlobalISel] Select G_SELECT 2018-12-25 14:42:30 +00:00
MipsISelDAGToDAG.cpp CodeGen: Remove pipeline dependencies on StackProtector; NFC 2018-07-13 00:08:38 +00:00
MipsISelDAGToDAG.h CodeGen: Remove pipeline dependencies on StackProtector; NFC 2018-07-13 00:08:38 +00:00
MipsISelLowering.cpp [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
MipsISelLowering.h [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
MipsLegalizerInfo.cpp [MIPS GlobalISel] Select G_SELECT 2018-12-25 14:42:30 +00:00
MipsLegalizerInfo.h [GISel]: Provide standard interface to observe changes in GISel passes 2018-12-05 20:14:52 +00:00
MipsMachineFunction.cpp [mips] Factor out register class selection for global base register. NFC 2018-07-21 16:16:08 +00:00
MipsMachineFunction.h
MipsMCInstLower.cpp [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25 2019-01-17 21:50:37 +00:00
MipsMCInstLower.h
MipsModuleISelDAGToDAG.cpp CodeGen: Remove pipeline dependencies on StackProtector; NFC 2018-07-13 00:08:38 +00:00
MipsMSAInstrFormats.td
MipsMSAInstrInfo.td [mips] Handle missing CondCodes 2018-08-22 09:34:44 +00:00
MipsMTInstrFormats.td
MipsMTInstrInfo.td
MipsOptimizePICCall.cpp
MipsOptionRecord.h
MipsOs16.cpp
MipsPreLegalizerCombiner.cpp [GISel]: Add support for CSEing continuously during GISel passes. 2019-01-16 00:40:37 +00:00
MipsRegisterBankInfo.cpp [MIPS GlobalISel] Select G_SELECT 2018-12-25 14:42:30 +00:00
MipsRegisterBankInfo.h
MipsRegisterBanks.td
MipsRegisterInfo.cpp
MipsRegisterInfo.h [TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints() 2018-10-05 14:23:11 +00:00
MipsRegisterInfo.td [mips][microMIPS] Fix the definition of MOVEP instruction 2018-09-19 18:46:21 +00:00
MipsSchedule.td [mips] Support sigrie instruction 2018-11-06 14:37:24 +00:00
MipsScheduleGeneric.td [mips] Support sigrie instruction 2018-11-06 14:37:24 +00:00
MipsScheduleP5600.td [mips] Update the P5600 scheduler model not to use instruction itineraries. 2018-07-11 13:21:10 +00:00
MipsSEFrameLowering.cpp [mips] Prevent shrink-wrap for BuildPairF64, ExtractElementF64 when they use $sp 2018-08-29 14:07:14 +00:00
MipsSEFrameLowering.h
MipsSEInstrInfo.cpp [mips] Disable the selection of mixed microMIPS/MIPS code 2018-09-03 20:48:55 +00:00
MipsSEInstrInfo.h Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructions 2018-08-30 14:32:47 +00:00
MipsSEISelDAGToDAG.cpp [mips] Optimize shifts for types larger than GPR size (mips2/mips3) 2019-01-14 12:28:51 +00:00
MipsSEISelDAGToDAG.h
MipsSEISelLowering.cpp [SelectionDAG] Add a generic isSplatValue function 2018-12-12 18:32:29 +00:00
MipsSEISelLowering.h
MipsSERegisterInfo.cpp
MipsSERegisterInfo.h
MipsSubtarget.cpp [mips] Warn when crc, ginv, virt flags are used with too old revision 2018-07-04 19:26:31 +00:00
MipsSubtarget.h [mips] Disable the selection of mixed microMIPS/MIPS code 2018-09-03 20:48:55 +00:00
MipsTargetMachine.cpp [MIPS GlobalISel] Add pre legalizer combiner pass 2019-01-14 10:27:05 +00:00
MipsTargetMachine.h
MipsTargetObjectFile.cpp [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts 2018-12-03 21:54:43 +00:00
MipsTargetObjectFile.h
MipsTargetStreamer.h
MSA.txt
Relocation.txt