summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsLegalizerInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [MIPS GlobalISel] Select phi instruction for integers Petar Avramovic2019-02-141-0/+4
* [MIPS GlobalISel] Select branch instructionsPetar Avramovic2019-02-141-0/+4
* [MIPS GlobalISel] Select any extending load and truncating storePetar Avramovic2019-02-081-1/+5
* [MIPS GlobalISel] Select mulPetar Avramovic2019-02-081-0/+4
* [MIPS GlobalISel] Select subPetar Avramovic2019-01-281-2/+2
* [MIPS GlobalISel] Select zero extending and sign extending loadPetar Avramovic2019-01-241-0/+5
* GlobalISel: Allow shift amount to be a different typeMatt Arsenault2019-01-221-3/+4
* 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/+5
* [MIPS GlobalISel] Select G_SDIV, G_UDIV, G_SREM and G_UREMPetar Avramovic2018-12-181-0/+6
* [MIPS GlobalISel] ClampScalar G_AND G_OR and G_XORPetar Avramovic2018-12-181-1/+5
* [MIPS GlobalISel] Remove switch statement (fix r349346 for MSVC)Petar Avramovic2018-12-171-6/+1
* [MIPS GlobalISel] Lower G_UADDE and narrowScalar G_ADDPetar Avramovic2018-12-171-30/+5
* [GISel]: Provide standard interface to observe changes in GISel passesAditya Nandakumar2018-12-051-1/+2
* [MIPS GlobalISel] narrowScalar G_CONSTANTPetar Avramovic2018-11-091-23/+1
* [MIPS GlobalISel] Set operand order for G_MERGE and G_UNMERGEPetar Avramovic2018-11-071-4/+4
* [MIPS GlobalISel] Legalize constantsPetar Jovanovic2018-10-171-1/+24
* [MIPS GlobalISel] Legalize i64 addPetar Jovanovic2018-10-081-1/+47
* [MIPS GlobalISel] Select icmpPetar Jovanovic2018-09-101-0/+4
* [MIPS GlobalISel] Legalize i8 and i16 addPetar Jovanovic2018-08-261-1/+3
* [MIPS GlobalISel] Select bitwise instructionsPetar Jovanovic2018-08-211-0/+3
* [MIPS GlobalISel] Select global addressPetar Jovanovic2018-08-011-0/+3
* [MIPS GlobalISel] Lower pointer argumentsPetar Jovanovic2018-07-251-1/+1
* [MIPS GlobalISel] Select instructions to load and store i32 on stackPetar Jovanovic2018-07-161-0/+13
* [GlobalISel][Mips] LegalizerInfo verifier: Adding LegalizerInfo::verify(...) ...Roman Tereshin2018-05-311-0/+2
* [MIPS GlobalISel] remove superfluous #includes (NFC)Petar Jovanovic2018-04-121-4/+0
* [MIPS GlobalISel] Select add i32, i32Petar Jovanovic2018-04-111-0/+6
* [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
* [MIPS GlobalISel] Adding GlobalISelPetar Jovanovic2018-02-231-0/+24
OpenPOWER on IntegriCloud