summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
...
* [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir...Guillaume Chatelet2019-09-11150-592/+592
* [mips][msa] Fix infinite loop for mips.nori.b intrinsicSimon Atanasyan2019-09-113-414/+349
* [MIPS GlobalISel] Select G_FENCEPetar Avramovic2019-09-054-0/+103
* [MIPS GlobalISel] Select llvm.trap intrinsicPetar Avramovic2019-09-052-0/+36
* [MIPS GlobalISel] Lower SRet pointer argumentsPetar Avramovic2019-09-052-0/+77
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-4/+4
* [mips] Switch to the `.text` section after emitting asm file preambleSimon Atanasyan2019-09-031-0/+1
* [mips] Merge common checkings under the same check prefix. NFCSimon Atanasyan2019-08-301-48/+34
* [MIPS GlobalISel] Lower uitofpPetar Avramovic2019-08-302-0/+445
* [MIPS GlobalISel] Lower fptouiPetar Avramovic2019-08-302-0/+490
* GlobalISel/TableGen: Handle setcc patternsMatt Arsenault2019-08-294-18/+6
* [mips] Fix 64-bit address loading in case of applying 32-bit mask to the resultSimon Atanasyan2019-08-283-10/+38
* [mips] Use less registers to load address of TargetExternalSymbolSimon Atanasyan2019-08-282-13/+8
* [MIPS GlobalISel] ClampScalar G_SHL, G_ASHR and G_LSHR Petar Avramovic2019-08-272-0/+395
* GlobalISel: Don't create G_UADDE with constant false carry inMatt Arsenault2019-08-222-58/+44
* [MIPS GlobalISel] NarrowScalar G_ZEXTLOAD and G_SEXTLOADPetar Avramovic2019-08-214-0/+200
* [MIPS GlobalISel] NarrowScalar G_ZEXT and G_SEXTPetar Avramovic2019-08-213-0/+152
* [MIPS GlobalISel] Consider type1 when legalizing shifts after r351882Petar Avramovic2019-08-211-6/+31
* [MIPS GlobalISel] NarrowScalar G_TRUNCPetar Avramovic2019-08-212-0/+43
* [mips] Remove redundant case in the test. NFCSimon Atanasyan2019-08-141-10/+7
* [mips] Split long lines in the test case file. NFCSimon Atanasyan2019-08-142-15/+32
* [globalisel] Add G_SEXT_INREGDaniel Sanders2019-08-098-37/+37
* [Mips][Codegen] Fix fast-isel mixing of FGR64 and AFGR64 registersSimon Atanasyan2019-08-091-0/+29
* [MIPS GlobalISel] Select jump_table and brjtPetar Avramovic2019-08-084-0/+1011
* [MIPS GlobalISel] Fold load/store + G_GEP + G_CONSTANTPetar Avramovic2019-08-017-41/+334
* [MIPS GlobalISel] Fix check for void return during lowerCallPetar Avramovic2019-07-261-0/+24
* [MIPS GlobalISel] Select inttoptr and ptrtointPetar Avramovic2019-07-264-0/+173
* [GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs an...Amara Emerson2019-07-191-12/+2
* [MIPS GlobalISel] ClampScalar and select pointer G_ICMPPetar Avramovic2019-07-174-554/+716
* [mips] Remove redundant test case. NFCSimon Atanasyan2019-07-171-17/+0
* [mips] Name inline asm constraint test cases in a uniform manner. NFCSimon Atanasyan2019-07-1718-0/+0
* [mips] Use mult/mflo pattern on 64-bit targets prior to MIPS64Simon Atanasyan2019-07-171-0/+3
* [mips] Support the "o" inline asm constraintSimon Atanasyan2019-07-171-0/+61
* [mips] Fix JmpLink to texternalsym and tglobaladdr on mcroMIPS R6Simon Atanasyan2019-07-124-15/+25
* [MIPS GlobalISel] Skip copies in addUseDef and addDefUsesPetar Avramovic2019-07-111-0/+82
* [MIPS GlobalISel] RegBankSelect for chains of ambiguous instructionsPetar Avramovic2019-07-1112-12/+4450
* [MIPS GlobalISel] Select float and double phiPetar Avramovic2019-07-102-23/+411
* [MIPS GlobalISel] Select float and double load and storePetar Avramovic2019-07-104-0/+232
* [mips] Show error in case of using FP64 mode on pre MIPS32R2 CPUSimon Atanasyan2019-07-091-2/+2
* [mips] Explicitly select `mips32r2` CPU for test cases require 64-bit FPU. NFCSimon Atanasyan2019-07-0980-170/+203
* [MIPS GlobalISel] Register bank select for G_PHI. Select i64 phiPetar Avramovic2019-07-093-23/+501
* [MIPS GlobalISel] Regbanks for G_SELECT. Select i64, f32 and f64 selectPetar Avramovic2019-07-094-21/+414
* [MIPS GlobalISel] Register bank select for G_LOAD. Select i64 loadPetar Avramovic2019-07-083-0/+221
* [MIPS GlobalISel] Register bank select for G_STORE. Select i64 storePetar Avramovic2019-07-083-0/+225
* [MIPS GlobalISel] Select integer to floating point conversionsPetar Avramovic2019-06-204-0/+652
* [MIPS GlobalISel] Select floating point to integer conversionsPetar Avramovic2019-06-204-0/+656
* Rename ExpandISelPseudo->FinalizeISel, delay register reservationMatt Arsenault2019-06-1935-42/+42
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* Describe stack-id as an enumSander de Smalen2019-06-1714-42/+42
* [FastISel] Skip creating unnecessary vregs for argumentsFrancis Visoiu Mistrih2019-06-104-243/+169
OpenPOWER on IntegriCloud