Age | Commit message (Expand) | Author |
2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
2008-09-26 | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen |
2008-09-23 | Fix these enums' starting values to reflect the way that | Dan Gohman |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-06-30 | Replace some std::vectors that showed up in heap profiling with | Dan Gohman |
2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
2008-03-10 | - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency. | Scott Michel |
2008-03-10 | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel |
2008-02-26 | De-tabify | Bill Wendling |
2008-02-14 | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands |
2008-01-30 | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-08-02 | More explicit keywords. | Dan Gohman |
2007-01-29 | Finish off bug 680, allowing targets to custom lower frame and return | Nate Begeman |
2006-12-31 | For PR950: | Reid Spencer |
2006-01-27 | Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for | Nate Begeman |
2006-01-25 | First part of bug 680: | Nate Begeman |
2006-01-20 | remove RET hack, add proper support for rets (watching out for ret voids) | Duraid Madina |
2006-01-14 | Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums ... | Chris Lattner |
2005-12-22 | this is a hack, which may or may not hang around. In short: | Duraid Madina |
2005-12-22 | we can't all have brains now, can we | Duraid Madina |
2005-10-28 | DAG->DAG instruction selection for ia64! "hello world" works, not much else. | Duraid Madina |