summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* Have MipsSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-27
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* Print a=b as an assignment.Rafael Espindola2014-06-24
* [mips] Added support for assembling sdbbp.Daniel Sanders2014-06-24
* [Mips] Add a target streamer when creating a null streamer.Rafael Espindola2014-06-23
* ps][mips64r6] Added LSA/DLSA instructionsZoran Jovanovic2014-06-20
* [mips] Implementation of dli.Matheus Almeida2014-06-19
* [mips] Small update to the logic behind the expansion of assembly pseudo inst...Matheus Almeida2014-06-19
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-19
* [mips] SYNC $stype instruction was added in Mips32Matheus Almeida2014-06-18
* [mips] Fix expansion of memory operation if destination register is not a GPR.Matheus Almeida2014-06-18
* [mips] Report correct location when "erroring" about the use of $at when it's...Matheus Almeida2014-06-18
* [mips][mips64r6] Add BLTC and BLTUC instructionsZoran Jovanovic2014-06-18
* [mips] Access $at only if necessary.Matheus Almeida2014-06-18
* [mips] Update MipsAsmParser so that it's possible to handle immediates that s...Matheus Almeida2014-06-18
* [mips] Implement alias for 'and' and 'or' instructions for all ISAs.Matheus Almeida2014-06-18
* [mips] Remove the last usage of parseRegister from MipsAsmParser.Matheus Almeida2014-06-18
* Add load/store functionalityReed Kotler2014-06-16
* [mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6Daniel Sanders2014-06-16
* [mips][mips64r6] cl[oz], and dcl[oz] are re-encoded in MIPS32r6/MIPS64r6Daniel Sanders2014-06-16
* [mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6.Daniel Sanders2014-06-16
* [mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat...Daniel Sanders2014-06-16
* [mips][mips64r6] Relocation R_MIPS_PC18_S3Zoran Jovanovic2014-06-13
* [mips] Add cache and pref instructionsDaniel Sanders2014-06-13
* [mips][mips64r6] bc1any[24] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-13
* [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...Daniel Sanders2014-06-13
* [mips][mips64r6] daddi is not available on MIPS64r6Daniel Sanders2014-06-13
* [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] 80 col corrections that should have been in r210777.Daniel Sanders2014-06-12
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-12
* [mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] Add R_MIPS_PC19_S2Zoran Jovanovic2014-06-12
* [mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and ...Daniel Sanders2014-06-12
* [mips][mips64r6] Add bgec and bgeuc instructionsZoran Jovanovic2014-06-12
* [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not ava...Daniel Sanders2014-06-12
* [mips][mips64r6] madd/maddu/msub/msubu are not available on MIPS32r6/MIPS64r6Daniel Sanders2014-06-12
* [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, d...Daniel Sanders2014-06-12
* [mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ...Matheus Almeida2014-06-11
* Do Materialize Floating Point in Mips Fast-IselReed Kotler2014-06-10
* SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CCTom Stellard2014-06-10
* [mips] Fix a bug for NaCl target - Don't report the error when non-dangerousSasa Stankovic2014-06-09
* [mips][mips64r6] Add LDPC instructionZoran Jovanovic2014-06-09
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* Revert "Do materialize for floating point"Alp Toker2014-06-08
* Do materialize for floating pointReed Kotler2014-06-08
* start to clean up buildMI calls in mips fast-iselReed Kotler2014-06-08