| Age | Commit message (Expand) | Author |
| 2010-07-11 | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola |
| 2010-07-07 | Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f... | Evan Cheng |
| 2010-07-06 | Propagate debug loc. | Devang Patel |
| 2010-06-26 | When splitting a VAARG, remember its alignment. | Rafael Espindola |
| 2010-06-18 | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman |
| 2010-05-29 | SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue | Dan Gohman |
| 2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman |
| 2010-05-07 | Fix PR 7087, and probably other things, by extending | Dale Johannesen |
| 2010-04-26 | Add DBG_VALUE handling for byval parameters; this | Dale Johannesen |
| 2010-04-19 | Give SelectionDAG a TargetMachine too, rather than having it | Dan Gohman |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
| 2010-04-07 | Three changes: | Chris Lattner |
| 2010-04-05 | remove the now-redundant MMI pointer in SelectionDAG. | Chris Lattner |
| 2010-04-05 | remove some redundant MMI arguments. | Chris Lattner |
| 2010-04-05 | selection dag doesn't need DwarfWriter, remove some tendrils. | Chris Lattner |
| 2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-04-02 | remove uses of DebugLoc::getUnknownLoc. | Chris Lattner |
| 2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
| 2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
| 2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
| 2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
| 2010-03-29 | Pool allocate SDDbgValue nodes. | Evan Cheng |
| 2010-03-25 | Fix typo. | Devang Patel |
| 2010-03-25 | Change how dbg_value sdnodes are converted into machine instructions. Their p... | Evan Cheng |
| 2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
| 2010-03-10 | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen |
| 2010-03-01 | remove all but one version of SelectionDAG::MorphNodeTo | Chris Lattner |
| 2010-02-24 | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman |
| 2010-02-15 | Add non-temporal flags and remove an assumption of default arguments. | David Greene |
| 2010-01-28 | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling |
| 2010-01-20 | When XDEBUG is enabled, check for SelectionDAG cycles at some key | David Greene |
| 2009-12-21 | - Add a bit more plumbing assigning an order to SDNodes. | Bill Wendling |
| 2009-12-18 | Changes from review: | Bill Wendling |
| 2009-12-16 | Reapply r91392, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar |
| 2009-12-16 | Revert "Initial work on disabling the scheduler. This is a work in progress, and | Daniel Dunbar |
| 2009-12-15 | Initial work on disabling the scheduler. This is a work in progress, and this | Bill Wendling |
| 2009-12-09 | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng |
| 2009-12-09 | Add const qualifier. | Evan Cheng |
| 2009-12-09 | Refactor InferAlignment out of DAGCombine. | Evan Cheng |
| 2009-12-05 | Remove the unused DisableLegalizeTypes option and related code. | Dan Gohman |
| 2009-11-30 | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-20 | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman |
| 2009-10-30 | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman |
| 2009-10-13 | Introduce new convenience methods for sign extending or | Duncan Sands |
| 2009-10-10 | Make getMachineNode return a MachineSDNode* instead of a generic SDNode* | Dan Gohman |
| 2009-10-08 | Add a SelectionDAG getTargetInsertSubreg convenience function, | Bob Wilson |
| 2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
| 2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |