summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Use LLT instead of EVT in getRegisterByNameMatt Arsenault2020-01-091-1/+1
* [Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl...Guillaume Chatelet2019-10-211-4/+5
* TLI: Remove DAG argument from getRegisterByNameMatt Arsenault2019-10-011-2/+2
* [mips] Support the "o" inline asm constraintSimon Atanasyan2019-07-171-0/+2
* [mips] Remove "else-after-return". NFCSimon Atanasyan2019-07-151-1/+1
* [TargetLowering] Change getOptimalMemOpType to take a function attribute listSjoerd Meijer2019-04-301-1/+1
* [TargetLowering] Rename preferShiftsToClearExtremeBits and shouldFoldShiftPai...Simon Pilgrim2019-04-161-2/+2
* [TargetLowering] Add code size information on isFPImmLegal. NFCAdhemerval Zanella2019-03-181-1/+2
* [MIPS MSA] Avoid some DAG combines for vector shiftsPetar Avramovic2019-02-201-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25Vladimir Stefanovic2019-01-171-0/+3
* [mips] Optimize shifts for types larger than GPR size (mips2/mips3)Aleksandar Beserminji2019-01-141-0/+2
* DAG: Add calling convention argument to calling convention funcsMatt Arsenault2018-07-281-2/+3
* [mips] Sign extend i32 return values on MIPS64Stefan Maksimovic2018-07-261-0/+3
* [mips] Fix local dynamic TLS with Sym64Simon Atanasyan2018-07-241-0/+3
* [mips] Fix atomic operations at O0, v3Aleksandar Beserminji2018-07-051-8/+4
* DAG: Remove redundant version of getRegisterTypeForCallingConvMatt Arsenault2018-05-291-4/+0
* [mips] Fix how compiler fuse instructions to fmadd/fmsubAleksandar Beserminji2018-04-271-0/+3
* [MIPS GlobalISel] Select add i32, i32Petar Jovanovic2018-04-111-0/+5
* [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper2018-03-291-1/+1
* Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie2018-03-231-1/+1
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* [MIPS][MSA] Convert vector integer min/max opcodes to use generic implementationSimon Pilgrim2018-02-171-6/+0
* Revert accidental changes that snuck in r324584Stefan Maksimovic2018-02-081-2/+0
* [mips] Define certain instructions in microMIPS32r3Stefan Maksimovic2018-02-081-0/+2
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* Revert "[mips] Reordering callseq* nodes to be linear"Aleksandar Beserminji2017-10-201-7/+7
* [mips] Reordering callseq* nodes to be linearAleksandar Beserminji2017-09-291-7/+7
* Revert "[mips] Reordering callseq* nodes to be linear"Aleksandar Beserminji2017-09-291-7/+7
* [mips] Reordering callseq* nodes to be linearAleksandar Beserminji2017-09-291-7/+7
* [mips] Lift the assertion on the types that can be used with MipsGPRelSimon Dardis2017-08-111-6/+5
* [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko2017-08-031-22/+53
* [SystemZ, LoopStrengthReduce]Jonas Paulsson2017-07-211-1/+2
* Reland r308585Stefan Maksimovic2017-07-201-0/+6
* Revert r308585Stefan Maksimovic2017-07-201-6/+0
* [mips] Fix fp select machine verifier errorsStefan Maksimovic2017-07-201-0/+6
* 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
OpenPOWER on IntegriCloud