summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsSEInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-111-2/+2
* Reland: [TII] Use optional destination and source pair as a return value; NFCDjordje Todorovic2019-11-081-14/+9
* Revert rG57ee0435bd47f23f3939f402914c231b4f65ca5e - [TII] Use optional destin...Simon Pilgrim2019-10-311-9/+14
* [TII] Use optional destination and source pair as a return value; NFCDjordje Todorovic2019-10-311-14/+9
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-10/+10
* [Mips] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* [MIPS][microMIPS] Fix PseudoMTLOHI_MM matching and expansionSimon Atanasyan2019-03-131-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Disable the selection of mixed microMIPS/MIPS codeSimon Atanasyan2018-09-031-4/+8
* Make TargetInstrInfo::isCopyInstr return true for regular COPY-instructionsAlexander Ivchenko2018-08-301-3/+3
* [mips] Fix microMIPS unconditional branch offset handlingSimon Atanasyan2018-08-291-2/+7
* [mips] Involves microMIPS's jump in the analyzable branch setSimon Atanasyan2018-08-291-1/+1
* [Mips] Silencing warnings in instruction info (NFC)Petar Jovanovic2018-06-071-12/+18
* Change TII isCopyInstr way of returning arguments(NFC)Petar Jovanovic2018-06-061-9/+10
* Silence warnings introduced with r333093Petar Jovanovic2018-05-231-1/+1
* [X86][MIPS][ARM] New machine instruction property 'isMoveReg'Petar Jovanovic2018-05-231-0/+56
* [mips] Add support for isBranchOffsetInRange and use it for MipsLongBranchSimon Dardis2018-05-161-10/+40
* [mips] Analyze and provide selection patterns microMIPSR6 branchesSimon Dardis2018-04-271-1/+15
* [mips] Define certain instructions in microMIPS32r3Stefan Maksimovic2018-02-081-9/+18
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-4/+4
* [mips] Correct microMIP's jump and add unconditional branch pseudoSimon Dardis2017-11-091-11/+11
* [mips] Enable spilling and reloading of the dsp register set.Simon Dardis2017-10-031-0/+4
* [Mips] Fix for BBIT octeon instructionStrahinja Petrovic2017-08-011-1/+7
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-8/+14
* Revert r301231: Accidentally committed stale filesKrzysztof Parzyszek2017-04-241-8/+8
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-8/+8
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-2/+2
* [mips] Fix return loweringSimon Dardis2017-03-091-3/+12
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-091-34/+0
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-091-0/+34
* [mips] MIPS64R6 compact branch supportSimon Dardis2016-07-261-2/+18
* [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructionsHrvoje Varga2016-07-221-10/+13
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-17/+17
* Convert more cases to isPositionIndependent(). NFC.Rafael Espindola2016-06-281-3/+2
* [mips] Optimize stack pointer adjustments.Simon Dardis2016-06-141-4/+12
* [mips][msa] copyPhysReg() should not set RegState::Define on result of CTCMSA.Daniel Sanders2016-06-141-2/+5
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-7/+7
* [mips] Fix a small typo that would leave BLTZC out of getAnalyzableBrOpc().'Vasileios Kalintiris2016-04-221-1/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* [mips] MIPS32R6 compact branch supportDaniel Sanders2016-03-141-2/+14
* [mips] Remove redundant inclusions of MipsAnalyzeImmediate.hDaniel Sanders2016-02-031-0/+1
* [mips] Correct operand order in DSP's mthi/mtloDaniel Sanders2016-01-121-2/+3
* [mips] Interrupt attribute support for mips32r2+.Vasileios Kalintiris2015-10-261-2/+76
* [mips] Remove incorrect DebugLoc entries from prologuePetar Jovanovic2015-08-281-2/+1
* [mips] Remap move as or.Vasileios Kalintiris2015-08-111-2/+2
* [mips] Move ABI-dependent register selections to MipsABIInfo. NFC.Daniel Sanders2015-04-171-4/+5
* [mips] Make sure that we don't adjust the stack pointer by zero amount.Vasileios Kalintiris2015-04-021-0/+3
* Remove the need to cache the subtarget in the Mips TargetRegisterInfoEric Christopher2015-03-121-1/+1
* Fix a couple of odd formatting issues.Eric Christopher2015-01-081-6/+4
* This routine is in InstrInfo, there's no need to access it again.Eric Christopher2015-01-081-8/+3
OpenPOWER on IntegriCloud