summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
...
* [mips][ias] Implement one N32 case (of two) for .cpsetup.Daniel Sanders2016-06-141-28/+27
* Move instances of std::function.Benjamin Kramer2016-06-121-4/+4
* [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructionsHrvoje Varga2016-06-092-0/+37
* [mips] EABI CodeGen is completely untested and seems to have bitrotted. Remov...Daniel Sanders2016-06-032-6/+2
* [mips] Implement 'la' macro in PIC mode for O32.Daniel Sanders2016-06-032-0/+5
* [mips] Enforce compact branch register restrictionsSimon Dardis2016-05-311-4/+12
* ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocationZoran Jovanovic2016-05-194-3/+21
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+0
* Don't pass a Reloc::Model to MC.Rafael Espindola2016-05-181-1/+1
* [PATCH] [mips] Restrict the creation of compact branchesSimon Dardis2016-05-182-0/+27
* Revert "[mips] Restrict the creation of compact branches"Simon Dardis2016-05-182-27/+0
* [mips] Restrict the creation of compact branchesSimon Dardis2016-05-182-0/+27
* [mips][microMIPS] Implement BEQZC and BNEZC instructionsZoran Jovanovic2016-05-172-0/+27
* [mips][ias] Fix R_MICROMIPS_GOT16 evaluation and eliminate symbol for R_MICRO...Daniel Sanders2016-05-162-7/+4
* [mips][ias] EF_MIPS_MICROMIPS should iff microMIPS code was emitted.Daniel Sanders2016-05-161-5/+8
* [mips] Enable IAS by default for 32-bit MIPS targets (O32).Daniel Sanders2016-05-141-0/+5
* [mips][ias] Work around yet another incorrect microMIPS relocation evaluation...Daniel Sanders2016-05-131-3/+7
* [mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_...Hrvoje Varga2016-05-132-0/+30
* [mips][ias] Fix O32 .cprestore directive when inside .set noat region and off...Daniel Sanders2016-05-121-6/+7
* [mips][ias] Work around incorrect another microMIPS relocation evaluation exp...Daniel Sanders2016-05-121-1/+1
* Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"Hrvoje Varga2016-05-122-16/+0
* [mips][ias] Correct ELF eflags when Octeon is the target.Daniel Sanders2016-05-123-15/+28
* [mips][ias] Handle N64 compound relocations and R_MIPS_SUB in needsRelocateWi...Daniel Sanders2016-05-121-5/+6
* [mips][ias] Work around incorrect microMIPS relocation evaluation exposed by ...Daniel Sanders2016-05-111-0/+5
* [mips][ias] Fix N32 and N64 .cprestore directive when inside .set noat region.Daniel Sanders2016-05-111-12/+19
* [mips][microMIPS] Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-05-112-0/+16
* [mips][ias] Make the default path unreachable in needsRelocateWithSymbol() (e...Daniel Sanders2016-05-101-1/+114
* [mips] Try to fix 'truncation from FindBestPredicateResult to bool' reported ...Daniel Sanders2016-05-091-3/+3
* [mips][ias] R_MIPS_(GOT|HI|LO|PC)16 and R_MIPS_GPREL32 do not need symbols.Daniel Sanders2016-05-091-11/+10
* MipsELFObjectWriter.cpp: Activate debug printer just for +Asserts. [-Wunused-...NAKAMURA Takumi2016-05-071-0/+2
* [mips] Fix inconsistent .cprestore behaviour between direct object emission a...Daniel Sanders2016-05-061-0/+8
* [mips] Correct the ordering of HI/LO pairs in the relocation table.Daniel Sanders2016-05-061-186/+269
* [mips][ias] Only round section sizes when explicitly requested.Daniel Sanders2016-05-041-12/+24
* [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations.Daniel Sanders2016-05-038-187/+408
* [mips][ias] Move createCpRestoreMemOp to MipsTargetStreamer. NFC.Daniel Sanders2016-04-291-16/+36
* [mips][ias] Split expandMemInst between MipsAsmParser and MipsTargetStreamer....Daniel Sanders2016-04-291-0/+100
* [mips][ias] Moved most instruction emission helpers to MipsTargetStreamer. NFC.Daniel Sanders2016-04-291-0/+93
* [mips][ias] Make section sizes a multiple of the alignment.Daniel Sanders2016-04-291-0/+15
* [mips][atomics] Fix partword atomic binary operation implementationSimon Dardis2016-04-282-0/+5
* [mips][microMIPS] Revert commit r266861.Zoran Jovanovic2016-04-222-16/+0
* [mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocationZoran Jovanovic2016-04-224-2/+23
* [mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocationZoran Jovanovic2016-04-214-2/+11
* [mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocationZoran Jovanovic2016-04-214-1/+24
* [mips][microMIPS]Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-04-202-0/+16
* [mips][ias] Stream macro expansions to output instead of buffering them. NFC.Daniel Sanders2016-04-181-10/+7
* [NFC] Header cleanupMehdi Amini2016-04-184-6/+3
* [mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic2016-04-111-3/+1
* [mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123]Daniel Sanders2016-03-312-49/+9
* [MC][mips] Add MipsMCInstrAnalysis class and register it as MC instruction an...Simon Atanasyan2016-03-241-0/+36
* [mips] MIPS32R6 compact branch supportDaniel Sanders2016-03-141-1/+6
OpenPOWER on IntegriCloud