Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
2013-03-06 Akira Hatanaka[mips] Custom-legalize BR_JT.
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCallResult and...
2013-03-05 Akira Hatanaka[mips] Fix MipsTargetLowering::LowerCall to pass fp128...
2013-03-05 Akira Hatanaka[mips] Correct handling of fp128 (long double) formals...
2013-03-01 Michael LiaoFix PR10475
2013-02-25 Reed KotlerMake pseudos FEXT_CCRX16_ins and FEXT_CCRXI16_ins into...
2013-02-24 Reed Kotler Make psuedo FEXT_T8I816_ins into a custom emitter.
2013-02-24 Reed KotlerMake psuedo FEXT_T8I816_ins a custom inserter. It shoul...
2013-02-23 Reed KotlerExpand pseudos/macros for Selt. This is the last of...
2013-02-22 Reed KotlerFix a nomenclature mistake. Slt->Slti in the functions...
2013-02-22 Reed KotlerExpand mips16 SelT form pseudso/macros.
2013-02-21 Reed KotlerExpand the sel pseudo/macro. This generates basic block...
2013-02-15 Akira Hatanaka[mips] Clean up class MipsCCInfo.
2013-01-30 Akira Hatanaka[mips] Lower EH_RETURN.
2013-01-28 Reed KotlerMake some code a little simpler.
2013-01-24 Reed KotlerThe next phase of Mips16 hard float implementation.
2013-01-22 Akira Hatanaka[mips] Clean up code in MipsTargetLowering::LowerCall...
2012-12-15 Reed KotlerThis code implements most of mips16 hardfloat as it...
2012-12-12 Evan ChengSorry about the churn. One more change to getOptimalMem...
2012-12-12 Evan Cheng- Rename isLegalMemOpType to isSafeMemOpType. "Legal...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-11-17 Akira HatanakaInitial implementation of MipsTargetLowering::isLegalAd...
2012-11-07 Akira Hatanaka[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
2012-10-30 Akira Hatanaka[mips] Allow tail-call optimization for vararg function...
2012-10-30 Akira HatanakaAdd definition of function MipsTargetLowering::passArgO...
2012-10-27 Akira Hatanaka[mips] Do not tail-call optimize vararg functions or...
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::writeVarArgRegs which...
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::passByValArg.
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::copyByValRegs.
2012-10-26 Akira HatanakaAdd class MipsCC which provides methods used to analyze...
2012-10-19 Akira Hatanaka[mips] Add code to do tail call optimization.
2012-10-19 Akira HatanakaAdd node and enum for mips tail call.
2012-10-10 Akira HatanakaImplement MipsTargetLowering::CanLowerReturn.
2012-09-27 Akira HatanakaMIPS DSP: Branch on Greater Than or Equal To Value...
2012-09-27 Akira HatanakaMIPS DSP: add support for extract-word instructions.
2012-09-21 Akira HatanakaAdd MIPS DSP register classes. Set actions of DSP vecto...
2012-09-21 Akira HatanakaSelectionDAG node enums for MIPS DSP nodes.
2012-07-31 Akira HatanakaExpand DYNAMIC_STACKALLOC nodes rather than doing custo...
2012-07-11 Akira HatanakaImplement MipsTargetLowering::LowerSELECT_CC to custom...
2012-07-11 Akira HatanakaLower RETURNADDR node in Mips backend.
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-06-13 Akira HatanakaSet a higher value for maxStoresPerMemcpy in MipsISelLo...
2012-06-02 Akira HatanakaDefine functions MipsTargetLowering::LowerLOAD and...
2012-06-02 Akira HatanakaDefine Mips specific unaligned load/store nodes.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-09 Akira HatanakaExpand 64-bit shifts if target ABI is O32.
2012-05-07 Eric ChristopherAdd support for the 'I' inline asm constraint. Also...
2012-04-11 Akira HatanakaEmit abs.s or abs.d only if -enable-no-nans-fp-math...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-09 Akira HatanakaLower SETCC nodes during legalization. Previously,...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2011-12-09 Akira HatanakaRename WrapperPIC. It is now used for both pic and...
2011-12-08 Akira HatanakaImplement 64-bit support for thread local storage handling.
2011-11-07 Akira HatanakaMake the type of shift amount i32 in order to reduce...
2011-10-28 Akira HatanakaAdd variable IsO32 to MipsTargetLowering.
2011-10-11 Akira HatanakaModify lowering of GlobalAddress so that correct code...
2011-09-26 Akira HatanakaDefine variable HasMips64 in MipsTargetLowering.
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-08-17 Akira HatanakaMove pattern matching for EXT and INS to post-legalizat...
2011-08-17 Akira HatanakaAdd support for ext and ins.
2011-08-12 Akira HatanakaDefine unaligned load and store.
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-19 Akira HatanakaLower memory barriers to sync instructions.
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint for Mips.
2011-06-21 Akira HatanakaRe-apply 132758 and 132768 which were speculatively...
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
2011-06-08 Akira HatanakaFix bug in lowering of DYNAMIC_STACKALLOC nodes. The...
2011-06-02 Akira HatanakaCustom-lower FRAMEADDR. Patch by Sasa Stankovic.
2011-05-31 Bruno Cardoso LopesThis patch implements atomic intrinsics atomic.load...
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-28 Akira HatanakaDefine a wrapper node for target constant nodes (tgloba...
2011-05-25 Akira HatanakaRemove MipsTargetLowering::LowerFP_TO_SINT. Patterns...
2011-05-25 Akira HatanakaCustom-lower FCOPYSIGN nodes.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-04-15 Akira HatanakaAdd pass that expands pseudo instructions into target...
2011-03-31 Akira HatanakaAdded support for FP conditional move instructions...
2011-03-04 Bruno Cardoso LopesImprove div/rem node handling on mips. Patch by Akira...
2011-03-04 Bruno Cardoso LopesLowers block address. Currently asserts when relocation...
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2011-01-18 Bruno Cardoso LopesAdd support for mips32 madd and msub instructions....
2010-12-07 Bruno Cardoso LopesRemove target specific node MipsISD::CMov, which is...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-02-06 Bruno Cardoso LopesAdd suport for VASTART on Mips.
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-27 Evan ChengDo away with addLegalFPImmediate. Add a target hook...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
next