aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Mips
Commit message (Expand)AuthorAgeFilesLines
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-1213-139/+156
* Implement the "mips endian" for r_info.Rafael Espindola2013-04-031-1/+1
* Fix the fde encoding used by mips to match gas.Rafael Espindola2013-04-033-108/+156
* Mips direct object exception handling regressionJack Carter2013-04-012-0/+67
* [Mips Assembler] Add support for OR macro with imediate opperandJack Carter2013-03-281-0/+2
* [Mips Assembler] Add alias definitions for jalJack Carter2013-03-281-1/+15
* test file name change to correct typoJack Carter2013-03-271-0/+0
* Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter2013-03-221-12/+12
* This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter2013-03-221-0/+22
* This patch enables the Mips .set directive to define aliasesJack Carter2013-03-211-0/+6
* Mips specific standalone assembler addressing mode %hi and %lo.Jack Carter2013-02-212-3/+13
* ELF symbol table field st_other support, Jack Carter2013-02-203-13/+182
* ELF symbol table field st_other support, Jack Carter2013-02-191-7/+7
* ELF symbol table field st_other support, Jack Carter2013-02-192-2/+18
* [mips] Add definition of JALR instruction which has two register operands. Ch...Akira Hatanaka2013-02-071-0/+8
* This patch that sets the Mips ELF header flag for Jack Carter2013-02-051-0/+8
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-052-10/+10
* This patch implements runtime Mips specificJack Carter2013-01-301-0/+55
* This patch implements parsing the .wordJack Carter2013-01-251-1/+4
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-181-0/+31
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-181-1/+2
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-172-0/+11
* reverting 172579Jack Carter2013-01-162-11/+0
* Akira,Jack Carter2013-01-162-0/+11
* This patch fixes a Mips specific bug where Jack Carter2013-01-151-0/+37
* This patch tackles the problem of parsing Mips Jack Carter2013-01-122-1/+95
* This patch produces the correct addend value forJack Carter2013-01-081-0/+33
* This patch produces the correct pointer size Jack Carter2013-01-081-0/+52
* [mips] Fix encoding of BAL instruction. Also, fix assembler test case whichAkira Hatanaka2012-12-211-1/+1
* Mips direct object xgot supportJack Carter2012-11-211-0/+42
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-031-2/+2
* Add test cases for correct parsing of register names in 32- and 64-bit modes.David Chisnall2012-10-112-0/+141
* Expose move to/from coprocessor instructions in MIPS64 mode.David Chisnall2012-10-111-0/+37
* Initial assembler implementation of Mips load address macroJack Carter2012-10-091-0/+13
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-061-0/+16
* Implement methods that enable expansion of load immediate Jack Carter2012-10-041-0/+14
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-041-1/+7
* Initial relocations test for the Mips standalone assembler.Jack Carter2012-09-071-0/+41
* The Mips standalone assembler aliased instruction support.Jack Carter2012-09-072-0/+27
* The Mips standalone assembler intial directive support.Jack Carter2012-09-071-0/+10
* The Mips standalone assembler fpu instruction support.Jack Carter2012-09-072-0/+166
* The Mips standalone assembler memory instruction support.Jack Carter2012-09-061-0/+41
* Mips specific llvm assembler support for branch and jump instructions.Jack Carter2012-09-061-0/+64
* Mips specific llvm assembler support for ALU instructions. This includesJack Carter2012-09-051-0/+81
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-311-0/+29
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-281-0/+28
* Some instructions are passed to the assembler to beJack Carter2012-08-281-1/+4
* Fix mips' long branch pass.Akira Hatanaka2012-08-281-2/+5
* Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka2012-08-223-4/+4
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-221-0/+39