The test failed on Windows. I've changed the platform to run to "x86_64-apple-darwin".
[oota-llvm.git] / test / MC / Mips /
2013-02-07 Akira Hatanaka[mips] Add definition of JALR instruction which has...
2013-02-05 Jack CarterThis patch that sets the Mips ELF header flag for
2013-02-05 Jack CarterThis patch that sets the EmitAlias flag in td files
2013-01-30 Jack CarterThis patch implements runtime Mips specific
2013-01-25 Jack CarterThis patch implements parsing the .word
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-17 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-16 Jack Carterreverting 172579
2013-01-16 Jack CarterAkira,
2013-01-15 Jack CarterThis patch fixes a Mips specific bug where
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2013-01-08 Jack CarterThis patch produces the correct addend value for
2013-01-08 Jack CarterThis patch produces the correct pointer size
2012-12-21 Akira Hatanaka[mips] Fix encoding of BAL instruction. Also, fix assem...
2012-11-21 Jack CarterMips direct object xgot support
2012-11-03 Akira Hatanaka[mips] Stop reserving register AT and use register...
2012-10-11 David ChisnallAdd test cases for correct parsing of register names...
2012-10-11 David ChisnallExpose move to/from coprocessor instructions in MIPS64...
2012-10-09 Jack CarterInitial assembler implementation of Mips load address...
2012-10-06 Jack CarterAdding support for instructions mfc0, mfc2, mtc0, mtc2
2012-10-04 Jack CarterImplement methods that enable expansion of load immediate
2012-10-04 Jack CarterThis patch is a partial implementation of mips .set...
2012-09-07 Jack CarterInitial relocations test for the Mips standalone assembler.
2012-09-07 Jack CarterThe Mips standalone assembler aliased instruction support.
2012-09-07 Jack CarterThe Mips standalone assembler intial directive support.
2012-09-07 Jack CarterThe Mips standalone assembler fpu instruction support.
2012-09-06 Jack CarterThe Mips standalone assembler memory instruction support.
2012-09-06 Jack CarterMips specific llvm assembler support for branch and...
2012-09-05 Jack CarterMips specific llvm assembler support for ALU instructio...
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-28 Jack CarterThe instruction DEXT may be transformed into DEXTU...
2012-08-28 Jack CarterSome instructions are passed to the assembler to be
2012-08-28 Akira HatanakaFix mips' long branch pass.
2012-08-22 Akira HatanakaAdd option disable-mips-delay-filler. Turn on mips...
2012-08-22 Jack CarterFor mips64 switch statements in subroutines could generate
2012-08-09 Jack CarterAnother 32 to 64 bit sign extension bug.
2012-08-07 Jack CarterThe define for 64 bit sign extension neglected to
2012-08-06 Jack CarterThe Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64
2012-08-06 Jack CarterMips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.
2012-07-16 Jack CarterDoubleword Shift Left Logical Plus 32
2012-07-13 Jack CarterThe Mips specific relocation R_MIPS_GOT_DISP
2012-07-13 Jack Cartertest case for revision 160084: Alignment filling betwee...
2012-07-02 Jack CarterPass the correct ELFOSABI enumeration to the MipsELFObj...
2012-06-27 Jack CarterThis allows hello world to be compiled for Mips 64...
2012-06-25 Meador IngePR13013: ELF Type identification fails for MSB type...
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-05-12 Akira HatanakaInsert instructions to the entry basic block which...
2012-04-16 Akira HatanakaThis patch fixes 3 problems:
2012-04-16 Akira HatanakaDo not add offset in applyFixup. This has already been...
2012-04-02 Akira HatanakaInitial 64 bit direct object support.
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-21 Akira HatanakaIncremental big endian patch by Jack Carter.
2012-03-07 Rafael EspindolaUse llvm-mc instead of llc. Patch by Jack Carter.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-28 James MolloyEnsure .AliasedSymbol() is called on all uses of getSym...
2012-01-11 Rafael EspindolaAdd big endian mips support. Based on a patch by Jack...
2012-01-11 Rafael EspindolaAdd the skeleton of an asm parser for mips.
2011-12-22 Akira HatanakaLocal dynamic TLS model for direct object output. Creat...
2011-12-13 Akira HatanakaAdd test/MC/Mips/dg.exp.
2011-12-13 Akira HatanakaMove direct object emitter test to directory test/MC...