summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.h
Commit message (Expand)AuthorAge
...
* Major calling convention code refactoring.Dan Gohman2009-08-05
* remove more remnants of small section support.Chris Lattner2009-07-24
* Small cleanups in the PowerPC backend.Tilmann Scheller2009-07-03
* Update comments to make it clear that the function alignment is the Log2 of theBill Wendling2009-07-01
* Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling2009-06-30
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-27
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-07
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-01
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-18
* Fix these enums' starting values to reflect the way thatDan Gohman2008-09-23
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-13
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-13
* Added Mips support for DYNAMIC_STACKALLOCBruno Cardoso Lopes2008-08-07
* Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, theyBruno Cardoso Lopes2008-08-04
* Apply the same pattern used in 'and' lowering for 'or'Bruno Cardoso Lopes2008-08-02
* Handle more SELECT corner cases considering legalize types, probabily wont wo...Bruno Cardoso Lopes2008-07-31
* Added floating point lowering for select.Bruno Cardoso Lopes2008-07-29
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-28
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Minor fixes.Bruno Cardoso Lopes2008-07-23
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-21
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-09
* MipsTargetLowering cleanupBruno Cardoso Lopes2008-07-09
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-05
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Added custom SELECT_CC loweringBruno Cardoso Lopes2008-06-06
* Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel2008-03-10
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Added JumpTable supportBruno Cardoso Lopes2007-11-12
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-05
* Position Independent Code (PIC) support [3]Bruno Cardoso Lopes2007-10-09
* InlineAsm asm support for integer registers addedBruno Cardoso Lopes2007-08-21
* LowerRETURNADDR removed since it was wrong and does not have utility yet!Bruno Cardoso Lopes2007-08-18
* More explicit keywords.Dan Gohman2007-08-02
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-11
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-06