| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace coff-/elf-dump with llvm-readobj | Nico Rieck | 2013-04-12 | 13 | -139/+156 |
* | Implement the "mips endian" for r_info. | Rafael Espindola | 2013-04-03 | 1 | -1/+1 |
* | Fix the fde encoding used by mips to match gas. | Rafael Espindola | 2013-04-03 | 3 | -108/+156 |
* | Mips direct object exception handling regression | Jack Carter | 2013-04-01 | 2 | -0/+67 |
* | [Mips Assembler] Add support for OR macro with imediate opperand | Jack Carter | 2013-03-28 | 1 | -0/+2 |
* | [Mips Assembler] Add alias definitions for jal | Jack Carter | 2013-03-28 | 1 | -1/+15 |
* | test file name change to correct typo | Jack Carter | 2013-03-27 | 1 | -0/+0 |
* | Fix the invalid opcode for Mips branch instructions in the assembler | Jack Carter | 2013-03-22 | 1 | -12/+12 |
* | This patch that enables the Mips assembler to use symbols for offset for inst... | Jack Carter | 2013-03-22 | 1 | -0/+22 |
* | This patch enables the Mips .set directive to define aliases | Jack Carter | 2013-03-21 | 1 | -0/+6 |
* | Mips specific standalone assembler addressing mode %hi and %lo. | Jack Carter | 2013-02-21 | 2 | -3/+13 |
* | ELF symbol table field st_other support, | Jack Carter | 2013-02-20 | 3 | -13/+182 |
* | ELF symbol table field st_other support, | Jack Carter | 2013-02-19 | 1 | -7/+7 |
* | ELF symbol table field st_other support, | Jack Carter | 2013-02-19 | 2 | -2/+18 |
* | [mips] Add definition of JALR instruction which has two register operands. Ch... | Akira Hatanaka | 2013-02-07 | 1 | -0/+8 |
* | This patch that sets the Mips ELF header flag for | Jack Carter | 2013-02-05 | 1 | -0/+8 |
* | This patch that sets the EmitAlias flag in td files | Jack Carter | 2013-02-05 | 2 | -10/+10 |
* | This patch implements runtime Mips specific | Jack Carter | 2013-01-30 | 1 | -0/+55 |
* | This patch implements parsing the .word | Jack Carter | 2013-01-25 | 1 | -1/+4 |
* | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter | 2013-01-18 | 1 | -0/+31 |
* | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter | 2013-01-18 | 1 | -1/+2 |
* | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter | 2013-01-17 | 2 | -0/+11 |
* | reverting 172579 | Jack Carter | 2013-01-16 | 2 | -11/+0 |
* | Akira, | Jack Carter | 2013-01-16 | 2 | -0/+11 |
* | This patch fixes a Mips specific bug where | Jack Carter | 2013-01-15 | 1 | -0/+37 |
* | This patch tackles the problem of parsing Mips | Jack Carter | 2013-01-12 | 2 | -1/+95 |
* | This patch produces the correct addend value for | Jack Carter | 2013-01-08 | 1 | -0/+33 |
* | This patch produces the correct pointer size | Jack Carter | 2013-01-08 | 1 | -0/+52 |
* | [mips] Fix encoding of BAL instruction. Also, fix assembler test case which | Akira Hatanaka | 2012-12-21 | 1 | -1/+1 |
* | Mips direct object xgot support | Jack Carter | 2012-11-21 | 1 | -0/+42 |
* | [mips] Stop reserving register AT and use register scavenger when a scratch | Akira Hatanaka | 2012-11-03 | 1 | -2/+2 |
* | Add test cases for correct parsing of register names in 32- and 64-bit modes. | David Chisnall | 2012-10-11 | 2 | -0/+141 |
* | Expose move to/from coprocessor instructions in MIPS64 mode. | David Chisnall | 2012-10-11 | 1 | -0/+37 |
* | Initial assembler implementation of Mips load address macro | Jack Carter | 2012-10-09 | 1 | -0/+13 |
* | Adding support for instructions mfc0, mfc2, mtc0, mtc2 | Jack Carter | 2012-10-06 | 1 | -0/+16 |
* | Implement methods that enable expansion of load immediate | Jack Carter | 2012-10-04 | 1 | -0/+14 |
* | This patch is a partial implementation of mips .set assembler directive. Dire... | Jack Carter | 2012-10-04 | 1 | -1/+7 |
* | Initial relocations test for the Mips standalone assembler. | Jack Carter | 2012-09-07 | 1 | -0/+41 |
* | The Mips standalone assembler aliased instruction support. | Jack Carter | 2012-09-07 | 2 | -0/+27 |
* | The Mips standalone assembler intial directive support. | Jack Carter | 2012-09-07 | 1 | -0/+10 |
* | The Mips standalone assembler fpu instruction support. | Jack Carter | 2012-09-07 | 2 | -0/+166 |
* | The Mips standalone assembler memory instruction support. | Jack Carter | 2012-09-06 | 1 | -0/+41 |
* | Mips specific llvm assembler support for branch and jump instructions. | Jack Carter | 2012-09-06 | 1 | -0/+64 |
* | Mips specific llvm assembler support for ALU instructions. This includes | Jack Carter | 2012-09-05 | 1 | -0/+81 |
* | The instruction DINS may be transformed into DINSU or DEXTM depending | Jack Carter | 2012-08-31 | 1 | -0/+29 |
* | The instruction DEXT may be transformed into DEXTU or DEXTM depending | Jack Carter | 2012-08-28 | 1 | -0/+28 |
* | Some instructions are passed to the assembler to be | Jack Carter | 2012-08-28 | 1 | -1/+4 |
* | Fix mips' long branch pass. | Akira Hatanaka | 2012-08-28 | 1 | -2/+5 |
* | Add option disable-mips-delay-filler. Turn on mips' delay slot filler by | Akira Hatanaka | 2012-08-22 | 3 | -4/+4 |
* | For mips64 switch statements in subroutines could generate | Jack Carter | 2012-08-22 | 1 | -0/+39 |