[mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6. Also do MIPS-I to MIPS-V
[oota-llvm.git] / test / MC / Mips / mips_directives.s
2014-05-23 Daniel Sanders[mips] Work around inconsistency in llvm-mc's placement...
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64'.
2014-03-26 Matheus Almeida[mips] Add support to '.set mips64r2'.
2014-03-19 Matheus Almeida[mips] Making sure that a '.set noreorder' directive...
2014-03-10 Matheus Almeida[mips] Assembly parser must invoke the target streamer...
2014-03-05 Vladimir MedicThis patch implements .set dsp directive and sets appro...
2014-03-04 Vladimir MedicThis patch implements .set mips32r2 directive and sets...
2014-01-06 Jack Carter[Mips] TargetStreamer Support for .abicalls and .set...
2013-12-09 Vladimir MedicMethod parseSetAssignment treats every operand with...
2013-11-13 Vladimir MedicFix bug in .gpword directive parsing.
2013-11-06 Vladimir MedicImplement gpword directive for mips, test case added...
2013-10-04 Jack Carterreverting per request
2013-10-04 Jack Carter[MC][AsmParser] Hook for post assembly file processing
2013-07-17 Vladimir MedicImplement eret and deret(return from exception) instruc...
2013-07-12 Vladimir MedicAdd support for Mips break and syscall insructions...
2013-07-10 Vladimir MedicReverting commit r185999 due to buildboot failure.
2013-07-10 Vladimir MedicAdd support for Mips break and syscall insructions...
2013-06-20 Vladimir MedicOptimize register parsing for MipsAsmParser. Allow...
2013-05-28 Jack CarterMips assembler: Improve set register alias handling
2013-04-25 Jack CarterMips assembler: .set reorder support
2013-03-21 Jack CarterThis patch enables the Mips .set directive to define...
2013-02-21 Jack CarterMips specific standalone assembler addressing mode...
2013-02-20 Jack CarterELF symbol table field st_other support,
2013-01-25 Jack CarterThis patch implements parsing the .word
2012-10-04 Jack CarterThis patch is a partial implementation of mips .set...
2012-09-07 Jack CarterThe Mips standalone assembler intial directive support.