Fix PR19144: Incorrect offset generated for int-to-fp conversion at -O0.
[oota-llvm.git] / lib / Target / Mips /
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-03-12 Daniel Sanders[mips][fp64] Add an implicit def to MTHC1 claiming...
2014-03-12 Daniel Sanders[mips] BSEL's and BINS[RL] operands are reversed compar...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-11 Sasa Stankovic[mips] Implement NaCl sandboxing of function calls:
2014-03-10 Sasa Stankovic[mips] Implement NaCl sandboxing of loads, stores and...
2014-03-10 Reed KotlerFix regression with -O0 for mips .
2014-03-10 Daniel Sanders[mips][fp64] Add an implicit def to MFHC1 claiming...
2014-03-10 Matheus Almeida[mips] Assembly parser must invoke the target streamer...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Vladimir MedicThis patch implements .set dsp directive and sets appro...
2014-03-04 Daniel Sanders[mips][msa] Correct the behaviour of the COPY_FW pseudo...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move ValueMap to the IR library. While this...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Vladimir MedicThis patch implements .set mips32r2 directive and sets...
2014-03-04 Yaron KerenCleaning up a bunch of pre-Visual C++ 2012 build hacks.
2014-03-03 Daniel Sanders[mips] Prevent %lo relocation being used on MSA loads...
2014-03-03 Ed Maste[mips] support FK_Data_2 and FK_Data_8 to fix big-endia...
2014-03-03 Vladimir Medic Fixing a build failure reported by certain buildbots...
2014-03-03 Vladimir MedicThis patch implements jalx instruction for Mips archite...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-28 Zoran JovanovicFixed operand of SC microMIPS instruction.
2014-02-28 Zoran JovanovicFixed encoding of SYSCALL microMIPS instruction.
2014-02-28 Zoran JovanovicRevert revision 202518 because of wrong commit message.
2014-02-28 Zoran JovanovicFix operand of SC instruction.
2014-02-28 NAKAMURA TakumiReorder Mips/MCTargetDesc/CMakeLists.txt.
2014-02-28 Sasa Stankovic[mips] Add MipsNaClELFStreamer.cpp to CMakeLists.txt.
2014-02-28 Sasa Stankovic[mips] Implement NaCl sandboxing of indirect jumps:
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...
next