summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips
Commit message (Expand)AuthorAgeFilesLines
* [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D...Zlatko Buljan2016-04-134-9/+558
* [mips][microMIPS] Fix for "Cannot copy registers" assertionHrvoje Varga2016-04-132-0/+50
* Revert "[mips] MIPSR6 Compact branch aliases"Simon Dardis2016-04-125-54/+48
* [mips] MIPSR6 Compact branch aliasesSimon Dardis2016-04-125-48/+54
* [mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic2016-04-1173-328/+333
* Revert r265817Colin LeMahieu2016-04-081-1/+1
* [llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu2016-04-081-1/+1
* [mips][microMIPS] Add CodeGen support for ADD, ADDIU*, ADDU* and DADD* instru...Zlatko Buljan2016-04-081-8/+317
* Don't delete empty preheaders in CodeGenPrepare if it would create a critical...Chuang-Yu Cheng2016-04-052-10/+10
* [mips] MIPSR6 Compact jump supportSimon Dardis2016-04-055-75/+152
* [mips][microMIPS] Revert commits r264245 and r264248.Zoran Jovanovic2016-04-027-567/+9
* fix CHECK_DAG -> CHECK-DAGSanjay Patel2016-03-282-4/+4
* CodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH_SUCCESS.Tim Northover2016-03-241-2/+52
* [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D...Zlatko Buljan2016-03-244-9/+558
* [mips][microMIPS] Fix for "Cannot copy registers" assertionHrvoje Varga2016-03-243-0/+9
* [mips][microMIPS] Delay slot filler modificationsHrvoje Varga2016-03-231-0/+4
* [mips] MIPS32R6 compact branch supportDaniel Sanders2016-03-145-17/+197
* [mips] Fix an issue with long double when function roundl is definedZlatko Buljan2016-03-141-0/+44
* [mips] MIPSR6 Instruction itinerariesVasileios Kalintiris2016-03-112-30/+30
* [mips][microMIPS] Prevent usage of OR16_MMR6 instruction when code for microM...Zoran Jovanovic2016-03-041-12/+17
* Revert "[mips] Promote the result of SETCC nodes to GPR width."Vasileios Kalintiris2016-03-019-243/+177
* [mips] Promote the result of SETCC nodes to GPR width.Vasileios Kalintiris2016-03-019-177/+243
* [mips] Do not use SLL for ANY_EXTEND nodes as the high bits are undefined.Vasileios Kalintiris2016-02-292-19/+20
* [mips] Make isel select the correct DEXT variant up front.Daniel Sanders2016-02-293-4/+10
* [MC][ELF] Handle MIPS specific .sdata and .sbss directivesSimon Atanasyan2016-02-112-24/+27
* [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sectionsSimon Atanasyan2016-02-031-0/+24
* [mips] Split large test file into 3 smaller ones.Vasileios Kalintiris2016-02-014-712/+772
* [mips][microMIPS] Disable FastISel for microMIPSZoran Jovanovic2016-01-282-8/+2
* [MC] Use .p2align instead of .alignDan Gohman2016-01-2610-41/+41
* [mips] Correct operand order in DSP's mthi/mtloDaniel Sanders2016-01-121-7/+7
* [mips] Never select JAL for calls to an absolute immediate address.Daniel Sanders2016-01-111-0/+15
* Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInstJun Bum Lim2015-12-212-2/+2
* AsmPrinter: Use emitGlobalConstantFP to emit elements of constant dataJustin Bogner2015-12-081-2/+1
* Have 'optnone' respect the -fast-isel=false option.Paul Robinson2015-11-301-2/+2
* [mips][ias] Explicitly disable IAS on tests that depend on not assembling.Daniel Sanders2015-11-263-124/+129
* [mips][ias] Replace anchor comments with anchor instructions in tests.Daniel Sanders2015-11-262-44/+44
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-1910-31/+31
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-1810-31/+31
* Stop producing .data.rel sections.Rafael Espindola2015-11-181-3/+3
* Use TargetRegisterInfo for printing MachineOperand register commentsDan Gohman2015-11-171-2/+2
* Drop prelink support.Rafael Espindola2015-11-171-3/+3
* [mips] Disable code generation through FastISel for MIPS32R6.Vasileios Kalintiris2015-11-161-0/+27
* [mips][ias] Remove spurious ';' from inline assembly test.Daniel Sanders2015-11-161-4/+4
* [mips][ias] Accept $31 or $ra in hf16call32.ll. IAS prints the latter.Daniel Sanders2015-11-161-14/+14
* [mips][ias] Allow whitespace after commas in inlineasm*.ll tests.Daniel Sanders2015-11-164-59/+59
* [mips][ias] Explicitly disable IAS on asm-large-immediate.ll.Daniel Sanders2015-11-131-1/+2
* [mips][ias] Replace invalid assembly insn in test since IAS parses inline ass...Daniel Sanders2015-11-131-2/+2
* [mips] Define patterns for the atomic_{load,store}_{8,16,32,64} nodes.Vasileios Kalintiris2015-11-064-32/+110
* [mips] wrong opcode for ll/sc instructions on mipsr6 when -integrated-as is usedZoran Jovanovic2015-10-291-0/+32
* [mips] Check the register class before replacing materializations of zero wit...Vasileios Kalintiris2015-10-291-0/+8
OpenPOWER on IntegriCloud