aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAG.h
Commit message (Expand)AuthorAgeFilesLines
* finish pushing MachinePointerInfo through selectiondags. At this point,Chris Lattner2010-09-211-3/+0
* eliminate an old SelectionDAG::getTruncStore method, propagatingChris Lattner2010-09-211-4/+0
* eliminate last SelectionDAG::getLoad old entrypoint, on to stores.Chris Lattner2010-09-211-5/+0
* fix the code that infers SV info to be correct when dealingChris Lattner2010-09-211-4/+0
* propagate MachinePointerInfo through various uses of the oldChris Lattner2010-09-211-2/+2
* continue MachinePointerInfo'izing, eliminating use of one of the oldChris Lattner2010-09-211-3/+0
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-211-5/+12
* add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take aChris Lattner2010-09-211-1/+13
* simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac...Chris Lattner2010-09-211-2/+2
* chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo,Chris Lattner2010-09-211-2/+2
* zap unused method. x86 is the only user and already has a more powerfull versionBruno Cardoso Lopes2010-08-311-4/+0
* Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola2010-07-111-1/+1
* Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...Evan Cheng2010-07-071-6/+8
* Propagate debug loc.Devang Patel2010-07-061-3/+3
* When splitting a VAARG, remember its alignment.Rafael Espindola2010-06-261-1/+1
* Change UpdateNodeOperands' operand and return value from SDValue toDan Gohman2010-06-181-6/+6
* SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValueDan Gohman2010-05-291-4/+1
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-0/+3
* Fix PR 7087, and probably other things, by extendingDale Johannesen2010-05-071-0/+2
* Add DBG_VALUE handling for byval parameters; thisDale Johannesen2010-04-261-4/+22
* Give SelectionDAG a TargetMachine too, rather than having itDan Gohman2010-04-191-2/+3
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-3/+3
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-4/+4
* Three changes:Chris Lattner2010-04-071-0/+3
* remove the now-redundant MMI pointer in SelectionDAG.Chris Lattner2010-04-051-4/+1
* remove some redundant MMI arguments.Chris Lattner2010-04-051-1/+1
* selection dag doesn't need DwarfWriter, remove some tendrils.Chris Lattner2010-04-051-4/+1
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-041-3/+3
* remove uses of DebugLoc::getUnknownLoc.Chris Lattner2010-04-021-6/+4
* Revert r100191 since it breaks objc in clang Mon P Wang2010-04-021-3/+3
* Reapply address space patch after fixing an issue in MemCopyOptimizer.Mon P Wang2010-04-021-3/+3
* Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots.Bob Wilson2010-03-301-3/+3
* Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang2010-03-301-3/+3
* Pool allocate SDDbgValue nodes.Evan Cheng2010-03-291-0/+10
* Fix typo.Devang Patel2010-03-251-4/+4
* Change how dbg_value sdnodes are converted into machine instructions. Their p...Evan Cheng2010-03-251-33/+33
* change the LabelSDNode to be EHLabelSDNode and make it holdChris Lattner2010-03-141-2/+1
* Progress towards shepherding debug info through SelectionDAG.Dale Johannesen2010-03-101-0/+58
* remove all but one version of SelectionDAG::MorphNodeToChris Lattner2010-03-011-20/+1
* When forming SSE min and max nodes for UGE and ULE comparisons, it'sDan Gohman2010-02-241-0/+9
* Add non-temporal flags and remove an assumption of default arguments.David Greene2010-02-151-10/+11
* Assign the ordering of SDNodes in a much less intrusive fashion. After theBill Wendling2010-01-281-1/+1
* When XDEBUG is enabled, check for SelectionDAG cycles at some keyDavid Greene2010-01-201-1/+10
* - Add a bit more plumbing assigning an order to SDNodes.Bill Wendling2009-12-211-0/+3
* Changes from review:Bill Wendling2009-12-181-50/+11
* Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar2009-12-161-0/+50
* Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar2009-12-161-50/+0
* Initial work on disabling the scheduler. This is a work in progress, and thisBill Wendling2009-12-151-0/+50
* Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr...Evan Cheng2009-12-091-0/+6
* Add const qualifier.Evan Cheng2009-12-091-1/+1