summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-06-091-0/+27
* Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-04-071-27/+0
* [SelectionDAG] Enable target specific vector scalarization of calls and returnsSimon Dardis2017-04-071-0/+27
* [Mips] Add support to match more patterns for DEXT and CINSPetar Jovanovic2017-03-151-0/+1
* [mips] Recommit: "N64 static relocation model support"Simon Dardis2017-01-271-6/+47
* Revert "[mips] N64 static relocation model support"Simon Dardis2017-01-261-47/+6
* [mips] N64 static relocation model supportSimon Dardis2017-01-261-6/+47
* Introduce TLI predicative for base-relative Jump Tables.Joerg Sonnenberger2016-11-151-1/+4
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-091-3/+0
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-091-0/+3
* Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPCHal Finkel2016-09-011-1/+1
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-1/+1
* [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar2016-07-151-5/+3
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-301-15/+19
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-22/+24
* [PR27599] [SystemZ] [SelectionDAG] Fix extension of atomic cmpxchg result.Marcin Koscielnicki2016-05-101-2/+2
* CodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH_SUCCESS.Tim Northover2016-03-241-0/+4
* Tweak some atomics functions in preparation for larger changes; NFC.James Y Knight2016-03-161-0/+4
* Revert "[mips] Promote the result of SETCC nodes to GPR width."Vasileios Kalintiris2016-03-011-6/+0
* [mips] Promote the result of SETCC nodes to GPR width.Vasileios Kalintiris2016-03-011-0/+6
* Mips: Remove lowerSELECT_CCMatt Arsenault2016-01-111-1/+0
* [MIPS] add overrides for isCheapToSpeculateCttz() and isCheapToSpeculateCtlz()Sanjay Patel2015-11-111-0/+3
* [WinEH] Update exception pointer registersJoseph Tremoulet2015-11-071-0/+14
* [mips] Interrupt attribute support for mips32r2+.Vasileios Kalintiris2015-10-261-0/+7
* Use std::is_sorted to replace a custom version. Also replace a comparison pre...Craig Topper2015-10-171-6/+0
* [mips] Reserve address spaces 1-255 for software use.Daniel Sanders2015-09-081-0/+8
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-111-3/+4
* Allow {e,r}bp as the target of {read,write}_register.Pat Gavlin2015-07-091-1/+2
* Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT userMehdi Amini2015-07-091-1/+1
* Make isLegalAddressingMode() taking DataLayout as an argumentMehdi Amini2015-07-091-2/+2
* Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+3
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+2
* [TargetLowering] StringRefize asm constraint getters.Benjamin Kramer2015-07-051-6/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Add address space argument to isLegalAddressingModeMatt Arsenault2015-06-011-1/+2
* Migrate existing backends that care about software floating pointEric Christopher2015-05-121-0/+1
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-071-1/+1
* [mips] Distinguish 'R', 'ZC', and 'm' inline assembly memory constraint.Daniel Sanders2015-03-241-2/+5
* Fix sign extension for MIPS64 in makeLibCall functionPetar Jovanovic2015-03-231-0/+2
* Make each target map all inline assembly memory constraints to InlineAsm::Con...Daniel Sanders2015-03-161-0/+6
* getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher2015-02-261-3/+4
* Remove most of the TargetMachine::getSubtarget/getSubtargetImplEric Christopher2015-01-291-0/+3
* [mips] Fix 'jumpy' debug line info around calls.Daniel Sanders2015-01-241-18/+14
* [mips] Add support for accessing $gp as a named register.Daniel Sanders2015-01-091-0/+2
* [mips] Support SELECT nodes for targets that don't have conditional-move inst...Vasileios Kalintiris2014-12-121-0/+3
* [mips] Removed the remainder of MipsCC. NFC.Daniel Sanders2014-11-071-18/+6
* [mips] Remove MipsCC::reservedArgArea() in favour of MipsABIInfo::GetCalleeAl...Daniel Sanders2014-11-071-5/+2
* [mips] Remove remaining use of MipsCC::intArgRegs() in favour of MipsABIInfo:...Daniel Sanders2014-11-071-3/+0
* [mips] Remove MipsCC::getRegVT(). NFCDaniel Sanders2014-11-071-7/+0
OpenPOWER on IntegriCloud