Age | Commit message (Expand) | Author |
2010-10-20 | Make CodeGen TBAA-aware. | Dan Gohman |
2010-09-21 | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner |
2010-09-21 | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner |
2010-09-21 | eliminate last SelectionDAG::getLoad old entrypoint, on to stores. | Chris Lattner |
2010-09-21 | fix the code that infers SV info to be correct when dealing | Chris Lattner |
2010-09-21 | propagate MachinePointerInfo through various uses of the old | Chris Lattner |
2010-09-21 | continue MachinePointerInfo'izing, eliminating use of one of the old | Chris Lattner |
2010-09-21 | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner |
2010-09-21 | add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a | Chris Lattner |
2010-09-21 | simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac... | Chris Lattner |
2010-09-21 | chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo, | Chris Lattner |
2010-08-31 | zap unused method. x86 is the only user and already has a more powerfull version | Bruno Cardoso Lopes |
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 |