aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/Mips
Commit message (Expand)AuthorAgeFilesLines
* [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
* Another 32 to 64 bit sign extension bug.Jack Carter2012-08-091-4/+9
* The define for 64 bit sign extension neglected to Jack Carter2012-08-071-0/+15
* The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter2012-08-061-0/+18
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-061-0/+27
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-161-0/+45
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-131-0/+18
* test case for revision 160084: Alignment filling between Mips function unitsJack Carter2012-07-131-0/+23
* Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter2012-07-021-0/+3
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-271-0/+39
* PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge2012-06-251-0/+11
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-121-1/+3
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-121-1/+3
* This patch fixes 3 problems:Akira Hatanaka2012-04-161-10/+10
* Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka2012-04-161-0/+22