Revert "Reapply "DebugInfo: Ensure that all debug location scope chains from instruct...
[oota-llvm.git] / lib / Target / Mips /
2014-07-10 Zoran Jovanovic[mips] Emit two CFI offset directives per double precis...
2014-07-10 Eric ChristopherMake it possible for the Subtarget to change between...
2014-07-10 David MajnemerMips: Silence a -Wcovered-switch-default
2014-07-10 Zoran Jovanovic[mips] Added FPXX modeless calling convention.
2014-07-10 Daniel Sanders[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-07-10 Daniel SandersMake it possible for ints/floats to return different...
2014-07-09 Daniel Sanders[mips][mips64r6] Correct select patterns that have...
2014-07-09 Daniel Sanders[mips][mips64r6] Correct cond names in the cmp.cond...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for indirect branches instead...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for returns instead of JR...
2014-07-08 NAKAMURA TakumiMipsTargetStreamer.h: Avoid "using" to appease msc17.
2014-07-08 Daniel Sanders[mips] Fixed struct/class mismatch introduced in r212522.
2014-07-08 Daniel SandersFix r212522 - [mips] Improve encapsulation of the ...
2014-07-08 Daniel Sanders[mips] Improve encapsulation of the .MIPS.abiflags...
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-07-04 Daniel Sanders[mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6...
2014-07-04 Daniel Sanders[mips][mips64r6] Correct the encoding of dmuh, dmuhu...
2014-07-03 Eric ChristopherMake these preprocessor directives match all of the...
2014-07-03 Eric ChristopherRemove dead code.
2014-07-03 Eric ChristopherMove subtarget dependent features into the subtarget...
2014-07-02 Eric ChristopherSo that we can include frame lowering in the subtarget...
2014-07-02 Eric ChristopherSo that we can include target lowering in the subtarget...
2014-07-02 Eric ChristopherMove the data layout and selection dag info from the...
2014-07-02 Eric ChristopherBreak out subtarget initialization that dependent varia...
2014-07-02 Eric ChristopherUnify these two lines.
2014-07-02 Eric ChristopherMove MipsJITInfo to the subtarget rather than the targe...
2014-07-02 Eric ChristopherRemove unnecessary include.
2014-07-02 Eric ChristopherRemove the cached InstrItineraryData on the TargetMachi...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-06-27 Eric ChristopherHave MipsSelectionDAGInfo constructor take a DataLayout...
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-06-24 Daniel Sanders[mips] Added support for assembling sdbbp.
2014-06-23 Rafael Espindola[Mips] Add a target streamer when creating a null streamer.
2014-06-20 Zoran Jovanovicps][mips64r6] Added LSA/DLSA instructions
2014-06-19 Matheus Almeida[mips] Implementation of dli.
2014-06-19 Matheus Almeida[mips] Small update to the logic behind the expansion...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-18 Matheus Almeida[mips] SYNC $stype instruction was added in Mips32
2014-06-18 Matheus Almeida[mips] Fix expansion of memory operation if destination...
2014-06-18 Matheus Almeida[mips] Report correct location when "erroring" about...
2014-06-18 Zoran Jovanovic[mips][mips64r6] Add BLTC and BLTUC instructions
2014-06-18 Matheus Almeida[mips] Access $at only if necessary.
2014-06-18 Matheus Almeida[mips] Update MipsAsmParser so that it's possible to...
2014-06-18 Matheus Almeida[mips] Implement alias for 'and' and 'or' instructions...
2014-06-18 Matheus Almeida[mips] Remove the last usage of parseRegister from...
2014-06-16 Reed KotlerAdd load/store functionality
2014-06-16 Daniel Sanders[mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6
2014-06-16 Daniel Sanders[mips][mips64r6] cl[oz], and dcl[oz] are re-encoded...
2014-06-16 Daniel Sanders[mips][mips64r6] ll, sc, lld, and scd are re-encoded...
2014-06-16 Daniel Sanders[mips][mips64r6] [ls][wd]c2 were re-encoded with 11...
2014-06-13 Zoran Jovanovic[mips][mips64r6] Relocation R_MIPS_PC18_S3
2014-06-13 Daniel Sanders[mips] Add cache and pref instructions
2014-06-13 Daniel Sanders[mips][mips64r6] bc1any[24] are not available on MIPS32...
2014-06-13 Daniel Sanders[mips][mips64r6] b(ge|lt)zal are not available on MIPS3...
2014-06-13 Daniel Sanders[mips][mips64r6] daddi is not available on MIPS64r6
2014-06-12 Daniel Sanders[mips][mips64r6] bc1[tf] are not available on MIPS32r6...
2014-06-12 Daniel Sanders[mips][mips64r6] bc2[ft] are not available on MIPS32r6...
2014-06-12 Daniel Sanders[mips][mips64r6] [sl][duw]xc1 are not available on...
2014-06-12 Daniel Sanders[mips][mips64r6] prefx is not available on MIPS32r6...
2014-06-12 Daniel Sanders[mips][mips64r6] 80 col corrections that should have...
2014-06-12 Daniel Sanders[mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz...
2014-06-12 Daniel Sanders[mips][mips64r6] jalx is not available on MIPS32r6...
2014-06-12 Zoran Jovanovic[mips][mips64r6] Add R_MIPS_PC19_S2
2014-06-12 Daniel Sanders[mips] Use MTHC1 when it is available (MIPS32r2 and...
2014-06-12 Zoran Jovanovic[mips][mips64r6] Add bgec and bgeuc instructions
2014-06-12 Daniel Sanders[mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds],...
2014-06-12 Daniel Sanders[mips][mips64r6] madd/maddu/msub/msubu are not availabl...
2014-06-12 Daniel Sanders[mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu...
2014-06-11 Matheus Almeida[mips] Implement jr.hb and jalr.hb (Jump Register and...
2014-06-10 Reed KotlerDo Materialize Floating Point in Mips Fast-Isel
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-09 Sasa Stankovic[mips] Fix a bug for NaCl target - Don't report the...
2014-06-09 Zoran Jovanovic[mips][mips64r6] Add LDPC instruction
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-06-08 Alp TokerRevert "Do materialize for floating point"
2014-06-08 Reed KotlerDo materialize for floating point
2014-06-08 Reed Kotlerstart to clean up buildMI calls in mips fast-isel
2014-06-08 Reed Kotlerinclude MipsGenFastISel.inc
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-06-05 Sasa Stankovic[mips] Modify long branch for NaCl:
2014-05-27 Sasa Stankovic[mips] Optimize long branch for MIPS64 by removing...
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add relocations R_MIPS_PC21_S2, R_MIPS...
2014-05-23 Daniel Sanders[mips] Work around inconsistency in llvm-mc's placement...
2014-05-23 Daniel Sanders[mips][mips64r6] t(eq|ge|lt|ne)i and t(ge|lt)iu are...
2014-05-23 Daniel Sanders[mips][mips64r6] [ls][dw][lr] are not available in...
2014-05-22 Daniel Sanders[mips][mips64r6] addi is not available on MIPS32r6...
2014-05-22 Daniel Sanders[mips][mips64r6] Test that paired single instructions...
2014-05-22 Daniel Sanders[mips][mips64r6] Add b[on]vc
2014-05-21 Daniel Sanders[mips][mips64r6] Add bc[12](eq|ne)z
2014-05-20 Daniel SandersTemporarily revert: r209129 - [mips][mips64r6] Sorted...
2014-05-19 Zoran Jovanovic[mips][mips64r6] Sorted *_ENC, *_DESC classes and tests
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: change member from reference to pointer
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add SELEQZ and SELNEZ instructions
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Compact indexed jumps.
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add Compact zero-compare branch-and...
2014-05-16 Zoran Jovanovic[mips][mips64r6] Add compact branch instructions
next