summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/Fast-ISel
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-243-4/+4
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-243-3/+3
* RegAllocFast: Remove early selection loop, the spill calculation will report ...Matt Arsenault2019-03-192-5/+5
* [Mips] Fix missing masking in fast-isel of br (PR40325)Nikita Popov2019-02-252-1/+25
* Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih2019-01-141-1/+1
* Relax fast register allocator related test cases; NFCMatthias Braun2018-10-294-14/+14
* [Mips][FastISel] Fix selectBranch on icmp i1Petar Jovanovic2018-09-241-0/+189
* [Mips][FastISel] Fix handling of icmp with i1 typePetar Jovanovic2018-07-172-2/+15
* [Mips][FastISel] Do not duplicate condition while lowering branchesPetar Jovanovic2018-07-021-0/+28
* [FastISel] Disable local value sinking by defaultReid Kleckner2018-04-113-6/+6
* [FastISel] Sink local value materializations to first useReid Kleckner2018-03-143-59/+48
* [Mips] Return true in enableMultipleCopyHints().Jonas Paulsson2018-02-231-4/+4
* [mips] Regenerate tests for D38128 (NFC)Simon Dardis2018-02-221-69/+78
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-191-9/+6
* [CodeGen] Pass SDAG an ORE, and replace FastISel stats with remarks.Ahmed Bougacha2017-03-302-16/+16
* [mips] Fix unsigned/signed type errorSimon Dardis2016-11-161-0/+18
* [mips][FastISel] Instantiate the MipsFastISel class only for targets that sup...Vasileios Kalintiris2016-10-182-5/+31
* [mips][fastisel] Consider soft-float an unsupported floating point modeSimon Dardis2016-10-041-0/+11
* [mips] Tighten FastISel restrictionsSimon Dardis2016-09-061-0/+14
* [mips][fastisel] Correct argument lowering for (f64, f64, i32) and similar.Daniel Sanders2016-08-011-0/+29
* Re-commit: [mips][fastisel] Handle 0-4 arguments without SelectionDAG.Daniel Sanders2016-07-2924-50/+50
* Revert r276982 and r276984: [mips][fastisel] Handle 0-4 arguments without Sel...Daniel Sanders2016-07-2824-50/+50
* [mips][fastisel] Handle 0-4 arguments without SelectionDAG.Daniel Sanders2016-07-2824-50/+50
* [mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders2016-06-241-2/+2
* [mips] Don't derive the default ABI from the CPU in the backend.Daniel Sanders2016-06-231-6/+6
* [llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders2016-06-161-1/+1
* [mips][fastisel] Conditional moves do not have implicit operands.Daniel Sanders2016-05-061-2/+2
* [mips][fastisel] ADJCALLSTACKUP has a second immediate operand.Daniel Sanders2016-05-032-6/+6
* [mips][FastISel] A store is not a load.Simon Dardis2016-04-291-1/+1
* fix CHECK_DAG -> CHECK-DAGSanjay Patel2016-03-282-4/+4
* [mips][microMIPS] Disable FastISel for microMIPSZoran Jovanovic2016-01-281-0/+2
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-6/+6
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-6/+6
* [mips] Disable code generation through FastISel for MIPS32R6.Vasileios Kalintiris2015-11-161-0/+27
* [mips][FastISel] Remove hidden mips-fast-isel option.Vasileios Kalintiris2015-07-3028-58/+55
* [mips][FastISel] Apply only zero-extension to constants prior to their materi...Vasileios Kalintiris2015-07-302-13/+14
* [mips][FastISel] Fix call lowering by bailing out on "fastcc" calls.Vasileios Kalintiris2015-07-281-0/+16
* [mips][FastISel] Fix generated code for IR's select instruction.Vasileios Kalintiris2015-07-281-6/+12
* [mips][FastISel] Implement bswap.Vasileios Kalintiris2015-06-011-0/+58
* [mips][FastISel] Implement intrinsics memset, memcopy & memmove.Vasileios Kalintiris2015-06-011-0/+74
* [mips][FastISel] Implement srem/urem and sdiv/udiv instructions.Vasileios Kalintiris2015-06-012-0/+111
* [mips][FastISel] Implement the select statement for MIPS FastISel.Vasileios Kalintiris2015-06-011-0/+91
* [mips][FastISel] Clobber HI0/LO0 registers in MUL instructions.Vasileios Kalintiris2015-06-011-0/+18
* [mips][FastISel] Handle calls with non legal types i8 and i16.Vasileios Kalintiris2015-05-121-0/+184
* [mips][FastISel] Simplify callabi.ll by using multiple check prefixes.Vasileios Kalintiris2015-05-121-397/+274
* [mips][FastISel] Allow computation of addresses from constant expressions.Vasileios Kalintiris2015-05-121-0/+18
* Mips fast-isel - handle functions which return i8 or i6 .Vasileios Kalintiris2015-04-291-0/+28
* Reapply "[mips][FastISel] Implement shift ops for Mips fast-isel.""Vasileios Kalintiris2015-04-271-0/+122
* Revert "[mips][FastISel] Implement shift ops for Mips fast-isel."Vasileios Kalintiris2015-04-221-122/+0
* [mips][FastISel] Implement FastMaterializeAlloca in Mips fast-isel.Vasileios Kalintiris2015-04-171-0/+32
OpenPOWER on IntegriCloud