aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-071-1/+1
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-011-1/+1
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-181-0/+2
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-231-1/+1
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-131-1/+1
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-131-1/+3
* Added Mips support for DYNAMIC_STACKALLOCBruno Cardoso Lopes2008-08-071-0/+1
* Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, theyBruno Cardoso Lopes2008-08-041-2/+0
* Apply the same pattern used in 'and' lowering for 'or'Bruno Cardoso Lopes2008-08-021-1/+1
* Handle more SELECT corner cases considering legalize types, probabily wont wo...Bruno Cardoso Lopes2008-07-311-4/+5
* Added floating point lowering for select.Bruno Cardoso Lopes2008-07-291-0/+4
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-281-0/+2
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-13/+13
* Minor fixes.Bruno Cardoso Lopes2008-07-231-2/+1
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-211-1/+4
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-091-2/+2
* MipsTargetLowering cleanupBruno Cardoso Lopes2008-07-091-0/+1
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-0/+9
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-061-3/+3
* Added custom SELECT_CC loweringBruno Cardoso Lopes2008-06-061-0/+7
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-101-0/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Added JumpTable supportBruno Cardoso Lopes2007-11-121-0/+1
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-051-7/+1
* Position Independent Code (PIC) support [3]Bruno Cardoso Lopes2007-10-091-1/+4
* InlineAsm asm support for integer registers addedBruno Cardoso Lopes2007-08-211-0/+11
* LowerRETURNADDR removed since it was wrong and does not have utility yet!Bruno Cardoso Lopes2007-08-181-2/+3
* More explicit keywords.Dan Gohman2007-08-021-1/+1
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-111-0/+1
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+83