aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
AgeCommit message (Expand)Author
2010-01-15Add some debug routines to SelectionDAG to dump full DAGs.David Greene
2010-01-09Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNodeDan Gohman
2010-01-06Teach dag combine to fold the following transformation more aggressively:Evan Cheng
2010-01-05Change errs() to dbgs().David Greene
2009-12-22Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling
2009-12-21- Add a bit more plumbing assigning an order to SDNodes.Bill Wendling
2009-12-21Place SDNodeOrdering.h in the directory it's used.Bill Wendling
2009-12-19Use 4-arg getVTList) variant instead of generic one, when possibleAnton Korobeynikov
2009-12-18Changes from review:Bill Wendling
2009-12-16Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar
2009-12-16Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar
2009-12-15Initial work on disabling the scheduler. This is a work in progress, and thisBill Wendling
2009-12-14Fix integer cast code to handle vector types.Dan Gohman
2009-12-13Fix weird typo which leads to unallocated memory access for nodes with 4 resu...Anton Korobeynikov
2009-12-11Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.Dan Gohman
2009-12-09Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ...Evan Cheng
2009-12-09Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr...Evan Cheng
2009-12-09Infer alignment for non-fixed stack object.Evan Cheng
2009-12-09Add const qualifier.Evan Cheng
2009-12-09Refactor InferAlignment out of DAGCombine.Evan Cheng
2009-11-30Added support to allow clients to custom widen. For X86, custom widen vectors...Mon P Wang
2009-11-23Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman
2009-11-21We are not using DBG_STOPPOINT anymore.Devang Patel
2009-11-20Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman
2009-11-13Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen
2009-11-12Add a bool flag to StackObjects telling whether they reference spillDavid Greene
2009-11-07Fix memoizing of CvtRndSatSDNodeMon P Wang
2009-11-05Avoid printing a redundant space in SDNode->dump().Dan Gohman
2009-10-31Make -print-machineinstrs more readable.Dan Gohman
2009-10-30Initial target-independent CodeGen support for BlockAddresses.Dan Gohman
2009-10-29Remove some unnecessary spaces in debug output.Dan Gohman
2009-10-28Rewrite SelectionDAG::isPredecessorOf to be iterative instead ofDan Gohman
2009-10-22Fix null pointer dereference.Anton Korobeynikov
2009-10-18-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng
2009-10-18Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...Evan Cheng
2009-10-17Revert 84315 for now. Re-thinking the patch.Evan Cheng
2009-10-17Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng
2009-10-15Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen
2009-10-13Introduce new convenience methods for sign extending orDuncan Sands
2009-10-10Make getMachineNode return a MachineSDNode* instead of a generic SDNode*Dan Gohman
2009-10-08Add a SelectionDAG getTargetInsertSubreg convenience function,Bob Wilson
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-09-25Rename getTargetNode to getMachineNode, for consistency with theDan Gohman
2009-09-25Add a version of dumpr() that has a SelectionDAG* argument.Dan Gohman
2009-09-23Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman
2009-09-23Rename several variables from EVT to more descriptive names, now that EVTDan Gohman
2009-09-23Give MachineMemOperand an operator<<, factoring out code fromDan Gohman
2009-09-21Change MachineMemOperand's alignment value to be the alignment ofDan Gohman
2009-09-20tidy upChris Lattner
2009-09-15Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot...Nate Begeman