aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/IA64/IA64ISelLowering.h
AgeCommit message (Expand)Author
2009-01-30Make LowerCallTo and LowerArguments take a DebugLocDale Johannesen
2009-01-01Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands
2008-09-26Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen
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-06-06Wrap MVT::ValueType in a struct to get type safetyDuncan Sands
2008-03-10- Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency.Scott Michel
2008-03-10Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC'sScott Michel
2008-02-26De-tabifyBill Wendling
2008-02-14In TargetLowering::LowerCallTo, don't assert thatDuncan Sands
2008-01-30Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope...Evan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-08-02More explicit keywords.Dan Gohman
2007-01-29Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman
2006-12-31For PR950:Reid Spencer
2006-01-27Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET forNate Begeman
2006-01-25First part of bug 680:Nate Begeman
2006-01-20remove RET hack, add proper support for rets (watching out for ret voids)Duraid Madina
2006-01-14Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums ...Chris Lattner
2005-12-22this is a hack, which may or may not hang around. In short:Duraid Madina
2005-12-22we can't all have brains now, can weDuraid Madina
2005-10-28DAG->DAG instruction selection for ia64! "hello world" works, not much else.Duraid Madina