summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAG.h
Commit message (Expand)AuthorAge
* zap unused method. x86 is the only user and already has a more powerfull versionBruno Cardoso Lopes2010-08-31
* Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola2010-07-11
* Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...Evan Cheng2010-07-07
* Propagate debug loc.Devang Patel2010-07-06
* When splitting a VAARG, remember its alignment.Rafael Espindola2010-06-26
* Change UpdateNodeOperands' operand and return value from SDValue toDan Gohman2010-06-18
* SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman2010-05-29
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Fix PR 7087, and probably other things, by extendingDale Johannesen2010-05-07
* Add DBG_VALUE handling for byval parameters; thisDale Johannesen2010-04-26
* Give SelectionDAG a TargetMachine too, rather than having itDan Gohman2010-04-19
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-15
* Three changes:Chris Lattner2010-04-07
* remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner2010-04-05
* remove some redundant MMI arguments.Chris Lattner2010-04-05
* selection dag doesn't need DwarfWriter, remove some tendrils.Chris Lattner2010-04-05
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-04
* remove uses of DebugLoc::getUnknownLoc.Chris Lattner2010-04-02
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-02
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-02
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-30
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-30
* Pool allocate SDDbgValue nodes.Evan Cheng2010-03-29
* Fix typo.Devang Patel2010-03-25
* Change how dbg_value sdnodes are converted into machine instructions. Their p...Evan Cheng2010-03-25
* change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner2010-03-14
* Progress towards shepherding debug info through SelectionDAG.Dale Johannesen2010-03-10
* remove all but one version of SelectionDAG::MorphNodeToChris Lattner2010-03-01
* When forming SSE min and max nodes for UGE and ULE comparisons, it'sDan Gohman2010-02-24
* Add non-temporal flags and remove an assumption of default arguments.David Greene2010-02-15
* Assign the ordering of SDNodes in a much less intrusive fashion. After theBill Wendling2010-01-28
* When XDEBUG is enabled, check for SelectionDAG cycles at some keyDavid Greene2010-01-20
* - Add a bit more plumbing assigning an order to SDNodes.Bill Wendling2009-12-21
* Changes from review:Bill Wendling2009-12-18
* Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar2009-12-16
* Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar2009-12-16
* Initial work on disabling the scheduler. This is a work in progress, and thisBill Wendling2009-12-15
* Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr...Evan Cheng2009-12-09
* Add const qualifier.Evan Cheng2009-12-09
* Refactor InferAlignment out of DAGCombine.Evan Cheng2009-12-09
* Remove the unused DisableLegalizeTypes option and related code.Dan Gohman2009-12-05
* Added support to allow clients to custom widen. For X86, custom widen vectors...Mon P Wang2009-11-30
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-21
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-20
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-30
* Introduce new convenience methods for sign extending orDuncan Sands2009-10-13
* Make getMachineNode return a MachineSDNode* instead of a generic SDNode*Dan Gohman2009-10-10
* Add a SelectionDAG getTargetInsertSubreg convenience function,Bob Wilson2009-10-08
* Improve MachineMemOperand handling.Dan Gohman2009-09-25