aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsISelLowering.cpp
AgeCommit message (Expand)Author
2009-03-21Removed AFGR32 register classBruno Cardoso Lopes
2009-03-19Added support for Mips O32 Calling ConventionBruno Cardoso Lopes
2009-02-13Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen
2009-02-07Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman
2009-02-07Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen
2009-02-06Remove more non-DebugLoc versions of getNode.Dale Johannesen
2009-02-04Remove non-DebugLoc forms of CopyToReg and CopyFromReg.Dale Johannesen
2009-02-04Remove non-DebugLoc versions of getLoad and getStore.Dale Johannesen
2009-01-26Fix a typoNate Begeman
2009-01-15Add the private linkage.Rafael Espindola
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-01Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands
2008-12-01There are no longer any places that require aDuncan Sands
2008-11-23Rename SetCCResultContents to BooleanContents. InDuncan Sands
2008-10-18Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman
2008-10-16Trim #includes.Dan Gohman
2008-10-14Rename LoadX to LoadExt.Evan Cheng
2008-10-11Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner
2008-09-16Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling
2008-09-16- Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling
2008-09-13Define CallSDNode, an SDNode subclass for use with ISD::CALL.Dan Gohman
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-08-28erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif
2008-08-26disallow direct access to SDValue::ResNo, provide a getter insteadGabor Greif
2008-08-13Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes
2008-08-08Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes
2008-08-07Added Mips support for DYNAMIC_STACKALLOCBruno Cardoso Lopes
2008-08-04Mips ISelLowering cleanup : Removed old LowerCALL and FORMAL_ARGS helpers, theyBruno Cardoso Lopes
2008-08-04Handle i32->f32 bitconvert results.Bruno Cardoso Lopes
2008-08-02Apply the same pattern used in 'and' lowering for 'or'Bruno Cardoso Lopes
2008-07-31Expand fcopysignBruno Cardoso Lopes
2008-07-31Handle more SELECT corner cases considering legalize types, probabily wont wo...Bruno Cardoso Lopes
2008-07-30Added pattern for floating point zero immediate (avoiding a constant poolBruno Cardoso Lopes
2008-07-30Fixed bug in global address lowering for functions and in Brcond loweringBruno Cardoso Lopes
2008-07-29Changed some methods order.Bruno Cardoso Lopes
2008-07-29Added floating point lowering for select.Bruno Cardoso Lopes
2008-07-28Disable gp_rel relocation for constant pools access for now.Bruno Cardoso Lopes
2008-07-28Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2008-07-23Minor fixes.Bruno Cardoso Lopes
2008-07-22Added small section asm emition logic for mips.Bruno Cardoso Lopes
2008-07-21Added initial support for small sections on Mips.Bruno Cardoso Lopes
2008-07-15Fixed call stack alignment. Improved AsmPrinter alignment issues.Bruno Cardoso Lopes
2008-07-09Silence warning by initializing variable.Bill Wendling
2008-07-09Fixed features usage.Bruno Cardoso Lopes
2008-07-09Fixe typos and 80 column size problemsBruno Cardoso Lopes
2008-07-09MipsTargetLowering cleanupBruno Cardoso Lopes
2008-07-08Pacify gcc-4.3.Duncan Sands
2008-07-07Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman
2008-07-07fixed 32-bit fp_to_sint patternBruno Cardoso Lopes