aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcISelLowering.h
AgeCommit message (Expand)Author
2009-06-30Add an "alignment" field to the MachineFunction object. It makes more sense toBill Wendling
2009-02-07Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman
2009-01-30Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen
2008-10-18Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman
2008-10-10Add rudimentary support for 'r' register operandAnton Korobeynikov
2008-09-23Fix these enums' starting values to reflect the way thatDan Gohman
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2008-06-30Replace some std::vectors that showed up in heap profiling withDan Gohman
2008-03-17Switch sparc from using LowerCallTo to using LowerOperation(CALL) like Chris Lattner
2008-03-17split sparc lowering out into SparcISelLowering.{cpp|h} to followChris Lattner