]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/Target/Mips
Debug info: Remove ARMAsmPrinter::EmitDwarfRegOp(). AsmPrinter can now
[opencl/llvm.git] / lib / Target / Mips /
2014-02-26 Daniel Sanders[mips] Treat -mcpu=generic the same way as an empty...
2014-02-20 Daniel Sanders[mips] Make it impossible to have UnknownABI in CodeGen...
2014-02-20 Daniel Sanders[mips] Make mips64 the default CPU for the mips64 archi...
2014-02-19 Reed KotlerMake one statement easier to understand from post commm...
2014-02-19 Daniel Sanders[mips] In the integrated assembler, select the default...
2014-02-19 Daniel Sanders[mips] Use llvm::Triple in ParseMipsTriple() instead...
2014-02-19 Daniel Sanders[mips] Remove unused NotN64 predicate
2014-02-14 Reed KotlerThis patch has two main functions:
2014-02-10 Matheus Almeida[mips][msa] Add DLSA instruction.
2014-02-10 Matheus Almeida[mips][msa] Make LSA_DESC a parameterizable class.
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-08 Rafael EspindolaAdd LLVM_OVERRIDE to a few declarations.
2014-02-07 Sasa Stankovic[mips] Forbid the use of registers t6, t7 and t8 if...
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-05 Petar Jovanovic[mips] Add NaCl target and forbid indexed loads and...
2014-02-04 Petar Jovanovic[mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2...
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-31 Matheus Almeida[mips][msa] Add insert.d instruction.
2014-01-30 Matheus Almeida[mips] Fix typo.
2014-01-29 Matheus Almeida[mips][msa] Add fill.d instruction.
2014-01-29 Matheus Almeida[mips][msa] Add copy_{u,s}.d.
2014-01-28 David WoodhouseDelete MCSubtargetInfo data members from target MCCodeE...
2014-01-28 David WoodhousePropagate MCSubtargetInfo through TableGen's getBinaryC...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Matheus Almeida[mips] Fix ELF header flags.
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-27 Rafael EspindolaPrint .mask and .fmask with the target streamer.
2014-01-27 Rafael EspindolaPrint .frame via the target streamer.
2014-01-27 Rafael EspindolaUse SwitchSection in MipsAsmPrinter::EmitStartOfAsmFile.
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-26 Rafael EspindolaConvert some easy uses of EmitRawText to TargetStreamer...
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Jack Carter[Mips] TargetStreamer ELF flag Support for default...
2014-01-24 Alp TokerFix known typos
2014-01-24 Rafael EspindolaUnify duplicated functions.
2014-01-23 Daniel Sanders[mips][sched] Split IIStore into II_S[BHWD], II_S[WD...
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
2014-01-22 Jack Carter[Mips] formatting through clang-format
2014-01-22 Jack Carter[Mips] TargetStreamer Support for .set mips16.
2014-01-21 Daniel Sanders[mips][sched] Split IILoad into II_L[BHWD], II_L[BHW...
2014-01-21 Daniel Sanders[mips][sched] Split IIFmoveC1 into II_M[FT]C1, II_M...
2014-01-21 Daniel Sanders[mips][sched] Split IIFStore into II_S[WD]C1, and II_S...
2014-01-21 Daniel Sanders[mips][sched] Split IIFLoad into II_L[WD]C1, and II_L...
2014-01-21 Daniel Sanders[mips][sched] Removed IIFrecipFsqrtStep. No instruction...
2014-01-21 Daniel Sanders[mips][sched] Renamed II_FsqrtSingle and II_FsqrtDouble...
2014-01-21 Daniel Sanders[mips][sched] Renamed II_FdivSingle and II_FdivDouble...
2014-01-21 Daniel Sanders[mips][sched] Split IIFmulDouble into II_MUL_D, II_MADD...
2014-01-21 Daniel Sanders[mips][sched] Split IIFmulSingle into II_MUL_S, II_MADD...
2014-01-21 Daniel Sanders[mips][sched] Split IIFadd into II_ADD_[DS], II_SUB_[DS]
2014-01-21 Daniel Sanders[mips][sched] Split IIFcmp into II_C_CC_[SD]
2014-01-21 Daniel Sanders[mips][sched] Split IIFmove into II_C[FT]C1, II_MOV...
2014-01-21 Daniel Sanders[mips][sched] Split IIFcvt into II_(ROUND|TRUNC|CEIL...
2014-01-21 Daniel Sanders[mips][sched] Split IIslt into II_SLT_SLTU, II_SLTI_SLTIU
2014-01-17 Daniel Sanders[mips][msa] Correct pattern for LSA
2014-01-17 Daniel Sanders[mips] Split IIIdiv int II_DIV, II_DIVU, II_DDIV, and...
2014-01-17 Daniel Sanders[mips][sched] Split IIImul and IIImult into subclasses.
2014-01-17 Daniel Sanders[mips][sched] Split IIHiLo into II_MFHI_MFLO and II_MTH...
2014-01-16 Daniel Sanders[mips][sched] Removed IIXfer. No instructions use it.
2014-01-16 Daniel Sanders[mips][sched] Put AND, OR, XOR, MOVT_I, and MOVF_I...
2014-01-16 Daniel Sanders[mips][sched] Split IIseb into II_SEB and II_SEH
2014-01-16 Daniel Sanders[mips][sched] Split IILogic into II_AND, II_OR, II_XOR...
2014-01-16 Daniel Sanders[mips][sched] Split IIArith in preparation for the...
2014-01-16 Daniel Sanders[mips] Correct itin class for MULT_MM and MULTu_MM...
2014-01-16 Daniel Sanders[mips] IIImult should have an InstrItinData in the...
2014-01-16 Reed KotlerAdjust offsets for max load instruction offsets. This...
2014-01-15 Zoran JovanovicLL and SC decoder method fix.
2014-01-15 Zoran JovanovicAdded support for LWU microMIPS instruction.
2014-01-15 Rafael EspindolaFix uninitialized variable.
2014-01-15 Rafael EspindolaOnly mark functions as micromips.
2014-01-14 Rafael EspindolaFix a low hanging use of hasRawTextSupport.
2014-01-14 Rafael EspindolaReplace .mips_hack_stocg with ".set micromips" and...
2014-01-14 Rafael EspindolaMake getTargetStreamer return a possibly null pointer.
2014-01-13 Saleem Abdulrasoolcorrect target directive handling error handling
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Jack Carter[Mips] TargetStreamer Support for .abicalls and .set...
2014-01-06 Bill WendlingRemove unnecessary #includes.
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-31 Mark SeabornFix misaligned indentation in "if" block in MipsMCCodeE...
2013-12-29 Mark SeabornFix indentation alignment of a declaration in MipsMCCod...
2013-12-25 Simon Atanasyan[Mips] Does not take in account 'use-soft-float' attrib...
2013-12-25 Zoran JovanovicSupport for microMIPS load effective address.
2013-12-25 Zoran JovanovicSupport for microMIPS FPU instructions 2.
2013-12-20 Zoran JovanovicSupport for microMIPS FPU instructions 1.
2013-12-19 Zoran JovanovicSupport for microMIPS control instructions.
2013-12-19 Zoran JovanovicSupport for microMIPS LL and SC instructions.
2013-12-19 Zoran JovanovicSupport for microMIPS TLS relocations.
2013-12-19 Reed KotlerMake cosmetic changes as part of Mips internal post...
2013-12-18 Reed KotlerFix a problem with mips16 stubs when calls are transfor...
2013-12-17 Rafael EspindolaFix N32 registers and stack alignment.
2013-12-17 Matheus Almeida[mips] Fix off by one issue when applying a fixup.
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the abi alignment...
2013-12-16 Rafael EspindolaOn DataLayout, omit the default of p:64:64:64.
2013-12-15 Reed Kotlerremove an uneeded statement (condition is covered by...
next