Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka...
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
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...
2009-08-13 Chris Lattnerreintroduce support for Mips "small" section handling...
2009-08-13 Chris LattnerRestore some "small section" support code, reverting...
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-07-24 Chris Lattnerremove more remnants of small section support.
2009-07-03 Tilmann SchellerSmall cleanups in the PowerPC backend.
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-05-27 Bruno Cardoso LopesAdded support for fround, fextend and FP_TO_SINT
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-09-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-08-13 Bruno Cardoso LopesRemoved SELECT_CC custom lowering. This is not needed...
2008-08-07 Bruno Cardoso LopesAdded Mips support for DYNAMIC_STACKALLOC
2008-08-04 Bruno Cardoso LopesMips ISelLowering cleanup : Removed old LowerCALL and...
2008-08-02 Bruno Cardoso LopesApply the same pattern used in 'and' lowering for 'or'
2008-07-31 Bruno Cardoso LopesHandle more SELECT corner cases considering legalize...
2008-07-29 Bruno Cardoso LopesAdded floating point lowering for select.
2008-07-28 Bruno Cardoso LopesAdded floating point lowering for setcc and brcond.
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-23 Bruno Cardoso LopesMinor fixes.
2008-07-21 Bruno Cardoso LopesAdded initial support for small sections on Mips.
2008-07-09 Bruno Cardoso LopesFixe typos and 80 column size problems
2008-07-09 Bruno Cardoso LopesMipsTargetLowering cleanup
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-06 Bruno Cardoso LopesAdded custom SELECT_CC lowering
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-12 Bruno Cardoso LopesAdded JumpTable support
2007-11-05 Bruno Cardoso LopesAdded support for PIC code with "explicit relocations...
2007-10-09 Bruno Cardoso LopesPosition Independent Code (PIC) support [3]
2007-08-21 Bruno Cardoso LopesInlineAsm asm support for integer registers added
2007-08-18 Bruno Cardoso LopesLowerRETURNADDR removed since it was wrong and does...
2007-08-02 Dan GohmanMore explicit keywords.
2007-07-11 Lauro Ramos VenancioAssert when TLS is not implemented.
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)