summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsInstructionSelector.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-0/+1
* [globalisel] Rename G_GEP to G_PTR_ADDDaniel Sanders2019-11-051-4/+4
* [mips] Split long lines in the code. NFCSimon Atanasyan2019-11-031-4/+6
* [MIPS GlobalISel] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build...Fangrui Song2019-11-011-0/+1
* [MIPS GlobalISel] Improve reg bank handling in MipsInstructionSelectorPetar Avramovic2019-11-011-58/+70
* [MIPS GlobalISel] Select MSA vector generic and builtin mulPetar Avramovic2019-10-231-1/+3
* [MIPS GlobalISel] Add MSA registers to fprb. Select vector load, storePetar Avramovic2019-10-151-17/+27
* [MIPS GlobalISel] VarArg argument lowering, select G_VASTART and vacopyPetar Avramovic2019-09-231-0/+23
* [MIPS GlobalISel] Select indirect branchPetar Avramovic2019-09-121-0/+5
* [MIPS GlobalISel] Select G_IMPLICIT_DEFPetar Avramovic2019-09-121-0/+12
* [MIPS GlobalISel] Select G_FENCEPetar Avramovic2019-09-051-0/+4
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-2/+2
* [GlobalISel] Make the InstructionSelector instance non-const, allowing state ...Amara Emerson2019-08-131-4/+3
* [MIPS GlobalISel] Select jump_table and brjtPetar Avramovic2019-08-081-0/+73
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-2/+2
* [MIPS GlobalISel] Fold load/store + G_GEP + G_CONSTANTPetar Avramovic2019-08-011-2/+23
* [MIPS GlobalISel] Select inttoptr and ptrtointPetar Avramovic2019-07-261-0/+5
* [MIPS GlobalISel] Select float and double phiPetar Avramovic2019-07-101-4/+25
* [MIPS GlobalISel] Select float and double load and storePetar Avramovic2019-07-101-22/+44
* GlobalISel: Remove unsigned variant of SrcOpMatt Arsenault2019-06-241-21/+22
* [MIPS GlobalISel] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build...Fangrui Song2019-06-211-0/+1
* [MIPS GlobalISel] Select floating point to integer conversionsPetar Avramovic2019-06-201-0/+28
* [MIPS GlobalISel] Select fabsPetar Avramovic2019-06-061-0/+10
* [MIPS GlobalISel] Select fcmpPetar Avramovic2019-06-051-0/+79
* [MIPS GlobalISel] Handle position independent code Petar Avramovic2019-05-311-17/+48
* [MIPS GlobalISel] Select float constantsPetar Avramovic2019-03-281-0/+35
* [MIPS GlobalISel] Select copy for arguments from FPRBRegBankPetar Avramovic2019-03-251-5/+15
* [MIPS GlobalISel] Improve selection of constantsPetar Avramovic2019-03-151-16/+39
* [MIPS GlobalISel] Fix mul operandsPetar Avramovic2019-03-071-1/+14
* Revert "[MIPS GlobalISel] Fix mul operands"Vlad Tsyrklevich2019-03-011-4/+0
* [MIPS GlobalISel] Fix mul operandsPetar Avramovic2019-03-011-0/+4
* [MIPS GlobalISel] Select G_UMULHPetar Avramovic2019-03-011-0/+20
* [MIPS GlobalISel] Select phi instruction for integers Petar Avramovic2019-02-141-0/+12
* [MIPS GlobalISel] Select branch instructionsPetar Avramovic2019-02-141-0/+7
* [MIPS GlobalISel] Select any extending load and truncating storePetar Avramovic2019-02-081-0/+5
* [MIPS GlobalISel] Select zero extending and sign extending loadPetar Avramovic2019-01-241-2/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MIPS GlobalISel] Select G_SELECTPetar Avramovic2018-12-251-0/+9
* [MIPS GlobalISel] Select G_SDIV, G_UDIV, G_SREM and G_UREMPetar Avramovic2018-12-181-0/+27
* [GISel]: Refactor MachineIRBuilder to allow passing additional parameters to ...Aditya Nandakumar2018-12-111-2/+2
* [MIPS GlobalISel] Select icmpPetar Jovanovic2018-09-101-0/+79
* [MIPS GlobalISel] Select global addressPetar Jovanovic2018-08-011-0/+27
* [MIPS GlobalISel] Select instructions to load and store i32 on stackPetar Jovanovic2018-07-161-2/+66
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* [MIPS GlobalISel] remove superfluous #includes (NFC)Petar Jovanovic2018-04-121-3/+0
* [MIPS GlobalISel] Select add i32, i32Petar Jovanovic2018-04-111-4/+64
* [mips] finish removal of unused fields in MipsInstructionSelectorPetar Jovanovic2018-02-231-2/+2
* [mips] remove unused fields in MipsInstructionSelectorPetar Jovanovic2018-02-231-3/+0
* [MIPS GlobalISel] Adding GlobalISelPetar Jovanovic2018-02-231-0/+66
OpenPOWER on IntegriCloud