summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsCallLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [globalisel] Rename G_GEP to G_PTR_ADDDaniel Sanders2019-11-051-1/+1
* [mips] Split long lines in the code. NFCSimon Atanasyan2019-11-031-1/+2
* [Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAl...Guillaume Chatelet2019-10-211-1/+1
* [MIPS GlobalISel] Lower aggregate structure return argumentsPetar Avramovic2019-09-261-24/+40
* [MIPS GlobalISel] VarArg argument lowering, select G_VASTART and vacopyPetar Avramovic2019-09-231-5/+40
* [MIPS GlobalISel] Lower SRet pointer argumentsPetar Avramovic2019-09-051-1/+3
* [GlobalISel][CallLowering] Add support for splitting types according to calli...Amara Emerson2019-09-031-2/+2
* GlobalISel: pack various parameters for lowerCall into a struct.Tim Northover2019-08-091-20/+17
* GlobalISel: support swiftself attributeTim Northover2019-08-021-0/+1
* [GISel] Pass MD_callees metadata down in call lowering.Mark Lacey2019-07-311-1/+2
* [MIPS GlobalISel] Fix check for void return during lowerCallPetar Avramovic2019-07-261-2/+2
* GlobalISel: Convert some build functions to using SrcOp/DstOpMatt Arsenault2019-07-081-2/+2
* [GlobalISel] Accept multiple vregs for lowerCall's resultDiana Picus2019-06-271-1/+0
* [GlobalISel] Accept multiple vregs in lowerFormalArgsDiana Picus2019-06-271-3/+3
* [GlobalISel] Allow multiple VRegs in ArgInfo. NFCDiana Picus2019-06-271-5/+9
* GlobalISel: Remove unsigned variant of SrcOpMatt Arsenault2019-06-241-14/+14
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-241-33/+33
* [MIPS GlobalISel] Handle position independent code Petar Avramovic2019-05-311-2/+21
* [MIPS GlobalISel] Lower call for callee that is registerPetar Avramovic2019-05-311-6/+8
* [MIPS GlobalISel] Lower float and double arguments in registersPetar Avramovic2019-03-251-32/+92
* GlobalISel: Fix creating MMOs with align 0Matt Arsenault2019-01-311-5/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MIPS GlobalISel] Set operand order for G_MERGE and G_UNMERGEPetar Avramovic2018-11-071-4/+4
* Move some helpers from the global namespace into anonymous ones.Benjamin Kramer2018-10-131-4/+4
* [MIPS GlobalISel] Lower i64 argumentsPetar Jovanovic2018-09-281-51/+93
* [MIPS GlobalISel] Lower i8 and i16 argumentsPetar Jovanovic2018-08-231-48/+133
* [GlobalISel] Rewrite CallLowering::lowerReturn to accept multiple VRegs per V...Alexander Ivchenko2018-08-021-7/+17
* DAG: Add calling convention argument to calling convention funcsMatt Arsenault2018-07-281-1/+2
* [MIPS GlobalISel] Lower pointer argumentsPetar Jovanovic2018-07-251-0/+2
* [MIPS GlobalISel] Lower arguments using stackPetar Jovanovic2018-07-031-8/+86
* [MIPS GlobalISel] Add lowerCallPetar Jovanovic2018-06-061-1/+129
* [MIPS GlobalISel] remove superfluous #includes (NFC)Petar Jovanovic2018-04-121-2/+1
* [MIPS GlobalISel] Select add i32, i32Petar Jovanovic2018-04-111-3/+190
* [MIPS GlobalISel] Adding GlobalISelPetar Jovanovic2018-02-231-0/+47
OpenPOWER on IntegriCloud