summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/Fast-ISel
AgeCommit message (Expand)Author
2017-03-30[CodeGen] Pass SDAG an ORE, and replace FastISel stats with remarks.Ahmed Bougacha
2016-11-16[mips] Fix unsigned/signed type errorSimon Dardis
2016-10-18[mips][FastISel] Instantiate the MipsFastISel class only for targets that sup...Vasileios Kalintiris
2016-10-04[mips][fastisel] Consider soft-float an unsupported floating point modeSimon Dardis
2016-09-06[mips] Tighten FastISel restrictionsSimon Dardis
2016-08-01[mips][fastisel] Correct argument lowering for (f64, f64, i32) and similar.Daniel Sanders
2016-07-29Re-commit: [mips][fastisel] Handle 0-4 arguments without SelectionDAG.Daniel Sanders
2016-07-28Revert r276982 and r276984: [mips][fastisel] Handle 0-4 arguments without Sel...Daniel Sanders
2016-07-28[mips][fastisel] Handle 0-4 arguments without SelectionDAG.Daniel Sanders
2016-06-24[mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders
2016-06-23[mips] Don't derive the default ABI from the CPU in the backend.Daniel Sanders
2016-06-16[llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders
2016-05-06[mips][fastisel] Conditional moves do not have implicit operands.Daniel Sanders
2016-05-03[mips][fastisel] ADJCALLSTACKUP has a second immediate operand.Daniel Sanders
2016-04-29[mips][FastISel] A store is not a load.Simon Dardis
2016-03-28fix CHECK_DAG -> CHECK-DAGSanjay Patel
2016-01-28[mips][microMIPS] Disable FastISel for microMIPSZoran Jovanovic
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-11-16[mips] Disable code generation through FastISel for MIPS32R6.Vasileios Kalintiris
2015-07-30[mips][FastISel] Remove hidden mips-fast-isel option.Vasileios Kalintiris
2015-07-30[mips][FastISel] Apply only zero-extension to constants prior to their materi...Vasileios Kalintiris
2015-07-28[mips][FastISel] Fix call lowering by bailing out on "fastcc" calls.Vasileios Kalintiris
2015-07-28[mips][FastISel] Fix generated code for IR's select instruction.Vasileios Kalintiris
2015-06-01[mips][FastISel] Implement bswap.Vasileios Kalintiris
2015-06-01[mips][FastISel] Implement intrinsics memset, memcopy & memmove.Vasileios Kalintiris
2015-06-01[mips][FastISel] Implement srem/urem and sdiv/udiv instructions.Vasileios Kalintiris
2015-06-01[mips][FastISel] Implement the select statement for MIPS FastISel.Vasileios Kalintiris
2015-06-01[mips][FastISel] Clobber HI0/LO0 registers in MUL instructions.Vasileios Kalintiris
2015-05-12[mips][FastISel] Handle calls with non legal types i8 and i16.Vasileios Kalintiris
2015-05-12[mips][FastISel] Simplify callabi.ll by using multiple check prefixes.Vasileios Kalintiris
2015-05-12[mips][FastISel] Allow computation of addresses from constant expressions.Vasileios Kalintiris
2015-04-29Mips fast-isel - handle functions which return i8 or i6 .Vasileios Kalintiris
2015-04-27Reapply "[mips][FastISel] Implement shift ops for Mips fast-isel.""Vasileios Kalintiris
2015-04-22Revert "[mips][FastISel] Implement shift ops for Mips fast-isel."Vasileios Kalintiris
2015-04-17[mips][FastISel] Implement FastMaterializeAlloca in Mips fast-isel.Vasileios Kalintiris
2015-04-17[mips][FastISel] Implement shift ops for Mips fast-isel.Vasileios Kalintiris
2015-04-06Use sext in fast isel.Rafael Espindola
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-03-09Add logical ops to Mips fast-iselReed Kotler
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini
2015-02-24Beginning of alloca implementation for Mips fast-iselReed Kotler
2015-02-12Add bulk of returning of values to Mips fast-iselReed Kotler
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-11-13First stage of call lowering for Mips fast-iselReed Kotler
2014-11-12[mips][micromips] Add predicate 'InMicroMips' at CodeGen patterns for microMI...Zoran Jovanovic
2014-10-13[mips] Mark redundant instructions with a comment in test/CodeGen/Mips/Fast-I...Daniel Sanders
2014-10-11Add basic conditional branches in mips fast-iselReed Kotler