summaryrefslogtreecommitdiff
path: root/lib/Target/IA64/IA64ISelLowering.h
AgeCommit message (Expand)AuthorFilesLines
2009-01-01Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands1-1/+1
2008-09-26Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen1-1/+1
2008-09-23Fix these enums' starting values to reflect the way thatDan Gohman1-1/+1
2008-07-27Rename SDOperand to SDValue.Dan Gohman1-6/+6
2008-06-30Replace some std::vectors that showed up in heap profiling withDan Gohman1-2/+2
2008-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands1-1/+1
2008-03-10- Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.Scott Michel1-1/+3
2008-03-10Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel1-0/+1
2008-02-26De-tabifyBill Wendling1-2/+0
2008-02-14In TargetLowering::LowerCallTo, don't assert thatDuncan Sands1-3/+4
2008-01-30Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng1-2/+0
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-08-02More explicit keywords.Dan Gohman1-1/+1
2007-01-29Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman1-4/+0
2006-12-31For PR950:Reid Spencer1-4/+3
2006-01-27Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman1-9/+0
2006-01-25First part of bug 680:Nate Begeman1-7/+0
2006-01-20remove RET hack, add proper support for rets (watching out for ret voids)Duraid Madina1-2/+14
2006-01-14Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums ...Chris Lattner1-14/+2
2005-12-22this is a hack, which may or may not hang around. In short:Duraid Madina1-2/+5
2005-12-22we can't all have brains now, can weDuraid Madina1-0/+4
2005-10-28DAG->DAG instruction selection for ia64! "hello world" works, not much else.Duraid Madina1-0/+88