summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the obsolete SelectionDAG::getNodeValueTypes and simplifyDan Gohman2009-04-091-5/+5
* fix an apparently real bug exposed by a warning in -asserts mode.Chris Lattner2009-03-261-3/+4
* Removed AFGR32 register classBruno Cardoso Lopes2009-03-211-20/+9
* Added support for Mips O32 Calling ConventionBruno Cardoso Lopes2009-03-191-20/+129
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-131-3/+4
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-071-2/+1
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-2/+2
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-061-13/+21
* Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen2009-02-041-9/+12
* Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen2009-02-041-31/+37
* Fix a typoNate Begeman2009-01-261-3/+2
* Add the private linkage.Rafael Espindola2009-01-151-2/+2
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-2/+2
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-011-1/+1
* There are no longer any places that require aDuncan Sands2008-12-011-4/+4
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-231-1/+1
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-181-0/+6
* Trim #includes.Dan Gohman2008-10-161-3/+0
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-3/+3
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-111-6/+3
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-6/+6
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-6/+6
* Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman2008-09-131-10/+10
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-4/+6
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-9/+9
* disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif2008-08-261-2/+2
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-131-22/+14
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-081-1/+3
* Added Mips support for DYNAMIC_STACKALLOCBruno Cardoso Lopes2008-08-071-23/+48
* Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, theyBruno Cardoso Lopes2008-08-041-38/+9
* Handle i32->f32 bitconvert results.Bruno Cardoso Lopes2008-08-041-1/+1
* Apply the same pattern used in 'and' lowering for 'or'Bruno Cardoso Lopes2008-08-021-7/+9
* Expand fcopysignBruno Cardoso Lopes2008-07-311-0/+1
* Handle more SELECT corner cases considering legalize types, probabily wont wo...Bruno Cardoso Lopes2008-07-311-27/+43
* Added pattern for floating point zero immediate (avoiding a constant poolBruno Cardoso Lopes2008-07-301-0/+3
* Fixed bug in global address lowering for functions and in Brcond loweringBruno Cardoso Lopes2008-07-301-6/+7
* Changed some methods order.Bruno Cardoso Lopes2008-07-291-45/+46
* Added floating point lowering for select.Bruno Cardoso Lopes2008-07-291-79/+136
* Disable gp_rel relocation for constant pools access for now.Bruno Cardoso Lopes2008-07-281-7/+11
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-281-0/+81
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-76/+76
* Minor fixes.Bruno Cardoso Lopes2008-07-231-10/+27
* Added small section asm emition logic for mips.Bruno Cardoso Lopes2008-07-221-3/+4
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-211-20/+56
* Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes2008-07-151-3/+5
* Silence warning by initializing variable.Bill Wendling2008-07-091-1/+1
* Fixed features usage.Bruno Cardoso Lopes2008-07-091-1/+1
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-091-1/+1
* MipsTargetLowering cleanupBruno Cardoso Lopes2008-07-091-34/+39
* Pacify gcc-4.3.Duncan Sands2008-07-081-2/+4
OpenPOWER on IntegriCloud