2014-02-20 |
Daniel Sanders | Added release note about making all inline assembly...
|
commit | commitdiff | tree |
2014-02-19 |
Daniel Sanders | [mips] Use multiple FileCheck prefixes rather than...
|
commit | commitdiff | tree |
2014-02-19 |
Daniel Sanders | [mips] In the integrated assembler, select the default...
|
commit | commitdiff | tree |
2014-02-19 |
Daniel Sanders | [mips] Use llvm::Triple in ParseMipsTriple() instead...
|
commit | commitdiff | tree |
2014-02-19 |
Daniel Sanders | [mips] Add explicit N32 and N64 tests to nabi-regs...
|
commit | commitdiff | tree |
2014-02-19 |
Daniel Sanders | [mips] Remove unused NotN64 predicate
|
commit | commitdiff | tree |
2014-02-18 |
Daniel Sanders | [mips] Add support for ELF64-mips and the R_MIPS_32...
|
commit | commitdiff | tree |
2014-02-13 |
Daniel Sanders | Re-commit: Demote EmitRawText call in AsmPrinter::EmitInline...
|
commit | commitdiff | tree |
2014-02-12 |
Daniel Sanders | Revert r201237+r201238: Demote EmitRawText call in...
|
commit | commitdiff | tree |
2014-02-12 |
Daniel Sanders | Demote EmitRawText call in AsmPrinter::EmitInlineAsm...
|
commit | commitdiff | tree |
2014-01-23 |
Daniel Sanders | [mips][sched] Split IIStore into II_S[BHWD], II_S[WD...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IILoad into II_L[BHWD], II_L[BHW...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFmoveC1 into II_M[FT]C1, II_M...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFStore into II_S[WD]C1, and II_S...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFLoad into II_L[WD]C1, and II_L...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Removed IIFrecipFsqrtStep. No instructions...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Renamed II_FsqrtSingle and II_FsqrtDouble...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Renamed II_FdivSingle and II_FdivDouble...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFmulDouble into II_MUL_D, II_MADD_D...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFmulSingle into II_MUL_S, II_MADD_S...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFadd into II_ADD_[DS], II_SUB_[DS]
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFcmp into II_C_CC_[SD]
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFmove into II_C[FT]C1, II_MOV...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIFcvt into II_(ROUND|TRUNC|CEIL...
|
commit | commitdiff | tree |
2014-01-21 |
Daniel Sanders | [mips][sched] Split IIslt into II_SLT_SLTU, II_SLTI_SLTIU
|
commit | commitdiff | tree |
2014-01-17 |
Daniel Sanders | [mips][msa] Correct pattern for LSA
|
commit | commitdiff | tree |
2014-01-17 |
Daniel Sanders | [mips] Split IIIdiv int II_DIV, II_DIVU, II_DDIV, and...
|
commit | commitdiff | tree |
2014-01-17 |
Daniel Sanders | [mips][sched] Split IIImul and IIImult into subclasses.
|
commit | commitdiff | tree |
2014-01-17 |
Daniel Sanders | [mips][sched] Split IIHiLo into II_MFHI_MFLO and II_MTHI_MTLO
|
commit | commitdiff | tree |
2014-01-16 |
Daniel Sanders | [mips][sched] Removed IIXfer. No instructions use it.
|
commit | commitdiff | tree |
2014-01-16 |
Daniel Sanders | [mips][sched] Put AND, OR, XOR, MOVT_I, and MOVF_I...
|
commit | commitdiff | tree |
2014-01-16 |
Daniel Sanders | [mips][sched] Split IIseb into II_SEB and II_SEH
|
commit | commitdiff | tree |
2014-01-16 |
Daniel Sanders | [mips][sched] Split IILogic into II_AND, II_OR, II_XOR...
|
commit | commitdiff | tree |
2014-01-16 |
Daniel Sanders | [mips][sched] Split IIArith in preparation for the...
|
commit | commitdiff | tree |
2014-01-16 |
Daniel Sanders | [mips] Correct itin class for MULT_MM and MULTu_MM...
|
commit | commitdiff | tree |
2014-01-16 |
Daniel Sanders | [mips] IIImult should have an InstrItinData in the...
|
commit | commitdiff | tree |
2013-12-10 |
Daniel Sanders | [mips][msa] Correct sld and sldi builtins.
|
commit | commitdiff | tree |
2013-12-09 |
Daniel Sanders | [mips][msa] Fix invalid generated code when lowering...
|
commit | commitdiff | tree |
2013-12-09 |
Daniel Sanders | [mips][msa] Fix suboptimal FrameIndex lowering for...
|
commit | commitdiff | tree |
2013-11-30 |
Daniel Sanders | [mips][msa] MSA loads and stores have a 10-bit offset...
|
commit | commitdiff | tree |
2013-11-30 |
Daniel Sanders | [mips][msa] A small refactor to reduce patch noise...
|
commit | commitdiff | tree |
2013-11-28 |
Daniel Sanders | [mips] Revert test commit r195922.
|
commit | commitdiff | tree |
2013-11-28 |
Daniel Sanders | [mips] A test commit to test my Herald and Audit workflow
|
commit | commitdiff | tree |
2013-11-28 |
Daniel Sanders | As myself as code-owner of the MIPS backend (lib/Target...
|
commit | commitdiff | tree |
2013-11-25 |
Daniel Sanders | Fixed tryFoldToZero() for vector types that need expansion.
|
commit | commitdiff | tree |
2013-11-22 |
Daniel Sanders | [mips][msa] Add test case that should have been added...
|
commit | commitdiff | tree |
2013-11-22 |
Daniel Sanders | Fix typo in a comment added in r195455.
|
commit | commitdiff | tree |
2013-11-22 |
Daniel Sanders | [mips][msa] Fix corner case for integer constant splats...
|
commit | commitdiff | tree |
2013-11-22 |
Daniel Sanders | [mips][msa] Float vector constants cannot use ldi....
|
commit | commitdiff | tree |
2013-11-21 |
Daniel Sanders | [mips][msa] Fix a corner case in performORCombine(...
|
commit | commitdiff | tree |
2013-11-21 |
Daniel Sanders | Add support for legalizing SETNE/SETEQ by inverting...
|
commit | commitdiff | tree |
2013-11-21 |
Daniel Sanders | [mips][msa/dsp] Only do DSP combines if DSP is enabled.
|
commit | commitdiff | tree |
2013-11-20 |
Daniel Sanders | [mips][msa] Pseudo instructions require HasMSA too...
|
commit | commitdiff | tree |
2013-11-20 |
Daniel Sanders | FileCheck: fix a bug with multiple --check-prefix options...
|
commit | commitdiff | tree |
2013-11-20 |
Daniel Sanders | [mips][msa] Remove unused instruction class MSA_I8_X_DESC_BASE
|
commit | commitdiff | tree |
2013-11-18 |
Daniel Sanders | [mips] Fix 'ran out of registers' in MIPS32 with FP64...
|
commit | commitdiff | tree |
2013-11-18 |
Daniel Sanders | [mips][msa] Add MSA to the release notes.
|
commit | commitdiff | tree |
2013-11-15 |
Daniel Sanders | [mips][msa] Merge basic_operations_little.ll into basic_oper...
|
commit | commitdiff | tree |
2013-11-15 |
Daniel Sanders | [mips][msa] lowerMSABitClear() should use SelectionDAG...
|
commit | commitdiff | tree |
2013-11-15 |
Daniel Sanders | Fix illegal DAG produced by SelectionDAG::getConstant...
|
commit | commitdiff | tree |
2013-11-15 |
Daniel Sanders | [mips][msa] Build all the tests in little and big endian...
|
commit | commitdiff | tree |
2013-11-12 |
Daniel Sanders | [mips][msa] Enable inlinse assembly for MSA.
|
commit | commitdiff | tree |
2013-11-12 |
Daniel Sanders | [mips][msa] Fix buildbot failures caused by an unused...
|
commit | commitdiff | tree |
2013-11-12 |
Daniel Sanders | [mips][msa] Added support for matching bclr, and bclri...
|
commit | commitdiff | tree |
2013-11-12 |
Daniel Sanders | [mips][msa] Added support for matching bset, bseti...
|
commit | commitdiff | tree |
2013-11-12 |
Daniel Sanders | [mips][msa] Change constant used in ori tests to avoid...
|
commit | commitdiff | tree |
2013-11-11 |
Daniel Sanders | Vector forms of SHL, SRA, and SRL can be constant folded...
|
commit | commitdiff | tree |
2013-10-30 |
Daniel Sanders | [mips][msa] Correct definition of bins[lr] and CHECK...
|
commit | commitdiff | tree |
2013-10-30 |
Daniel Sanders | [mips][msa] Added support for matching bmnz, bmnzi...
|
commit | commitdiff | tree |
2013-10-30 |
Daniel Sanders | [mips][msa] Added support for matching bins[lr]i.[bhwd...
|
commit | commitdiff | tree |
2013-10-30 |
Daniel Sanders | [mips][msa] Combine binsri-like DAG of AND and OR into...
|
commit | commitdiff | tree |
2013-10-30 |
Daniel Sanders | [mips] MipsSETargetLowering now reports DAGCombiner...
|
commit | commitdiff | tree |
2013-10-30 |
Daniel Sanders | [mips][msa] Added support for matching splat.[bhw]...
|
commit | commitdiff | tree |
2013-10-25 |
Daniel Sanders | [bugpoint] Increase the default memory limit for subprocesse...
|
commit | commitdiff | tree |
2013-10-23 |
Daniel Sanders | [mips][msa] Added support for matching fexp2 from normal...
|
commit | commitdiff | tree |
2013-10-18 |
Daniel Sanders | [mips][msa] Added a regression test that depended on...
|
commit | commitdiff | tree |
2013-10-17 |
Daniel Sanders | [mips][msa] Added lsa instruction
|
commit | commitdiff | tree |
2013-10-17 |
Daniel Sanders | Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should...
|
commit | commitdiff | tree |
2013-10-17 |
Daniel Sanders | [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].
|
commit | commitdiff | tree |
2013-10-17 |
Daniel Sanders | [mips][msa] Correct definition order of ftrunc_[su...
|
commit | commitdiff | tree |
2013-10-15 |
Daniel Sanders | [mips][msa] Added support for build_vector for v4f32...
|
commit | commitdiff | tree |
2013-10-11 |
Daniel Sanders | [mips][msa] Added support for matching maddv.[bhwd...
|
commit | commitdiff | tree |
2013-10-11 |
Daniel Sanders | [mips][msa] Added support for matching fmsub.[wd] from...
|
commit | commitdiff | tree |
2013-10-11 |
Daniel Sanders | [mips][msa] Added support for matching fmadd.[wd] from...
|
commit | commitdiff | tree |
2013-10-11 |
Daniel Sanders | [mips][msa] Added support for matching ffint_[us]....
|
commit | commitdiff | tree |
2013-10-01 |
Daniel Sanders | [mips][msa] Added support for matching mod_[us] from...
|
commit | commitdiff | tree |
2013-09-30 |
Daniel Sanders | [mips] Fix a broken link to mips.com in the documentation.
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Implemented insert.d intrinsic.
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Implemented fill.d intrinsic.
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Implemented copy_[us].d intrinsic.
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Rename arguments to MSA_INSERT_DESC_BASE...
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Implemented insert_vector_elt for v4f32...
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Implemented extract_vector_elt for v4f32...
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Added support for MSA registers to copyPhysReg
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Added support for matching splati from...
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Added MSA.txt to describe instruction selection...
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Tidy up
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] MSA requires FR=1 mode (64-bit FPU register...
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Expand all truncstores and loadexts for...
|
commit | commitdiff | tree |
2013-09-27 |
Daniel Sanders | [mips][msa] Added missing check in performSRACombine
|
commit | commitdiff | tree |
next |