summaryrefslogtreecommitdiff
path: root/test/MC/Mips
Commit message (Expand)AuthorAge
* This patch produces the correct addend value forJack Carter2013-01-27
* Merging MIPS GOT changeset into 3.2 release branch.Pawel Wodnicki2012-12-04
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* Add test cases for correct parsing of register names in 32- and 64-bit modes.David Chisnall2012-10-11
* Expose move to/from coprocessor instructions in MIPS64 mode.David Chisnall2012-10-11
* Initial assembler implementation of Mips load address macroJack Carter2012-10-09
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-06
* Implement methods that enable expansion of load immediate Jack Carter2012-10-04
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-04
* Initial relocations test for the Mips standalone assembler.Jack Carter2012-09-07
* The Mips standalone assembler aliased instruction support.Jack Carter2012-09-07
* The Mips standalone assembler intial directive support.Jack Carter2012-09-07
* The Mips standalone assembler fpu instruction support.Jack Carter2012-09-07
* The Mips standalone assembler memory instruction support.Jack Carter2012-09-06
* Mips specific llvm assembler support for branch and jump instructions.Jack Carter2012-09-06
* Mips specific llvm assembler support for ALU instructions. This includesJack Carter2012-09-05
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-31
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-28
* Some instructions are passed to the assembler to beJack Carter2012-08-28
* Fix mips' long branch pass.Akira Hatanaka2012-08-28
* Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka2012-08-22
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-22
* Another 32 to 64 bit sign extension bug.Jack Carter2012-08-09
* The define for 64 bit sign extension neglected to Jack Carter2012-08-07
* The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter2012-08-06
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-06
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-16
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-13
* test case for revision 160084: Alignment filling between Mips function unitsJack Carter2012-07-13
* Pass the correct ELFOSABI enumeration to the MipsELFObjectWriter constructorJack Carter2012-07-02
* This allows hello world to be compiled for Mips 64 direct object.Jack Carter2012-06-27
* PR13013: ELF Type identification fails for MSB type ELF files.Meador Inge2012-06-25
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-12
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-12
* This patch fixes 3 problems:Akira Hatanaka2012-04-16
* Do not add offset in applyFixup. This has already been accounted for in Value. Akira Hatanaka2012-04-16
* Initial 64 bit direct object support.Akira Hatanaka2012-04-02
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-21
* Use llvm-mc instead of llc. Patch by Jack Carter.Rafael Espindola2012-03-07
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-28
* Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola2012-01-11
* Add the skeleton of an asm parser for mips.Rafael Espindola2012-01-11
* Local dynamic TLS model for direct object output. Create the correct TLS MIPSAkira Hatanaka2011-12-22
* Add test/MC/Mips/dg.exp.Akira Hatanaka2011-12-13
* Move direct object emitter test to directory test/MC/Mips. Rename it toAkira Hatanaka2011-12-13