aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling2010-01-231-8/+5
* When XDEBUG is enabled, check for SelectionDAG cycles at some keyDavid Greene2010-01-201-1/+35
* Add some asserts to check SelectionDAG problems earlier.David Greene2010-01-201-0/+12
* Add some new debugging APIs to print out "raw" SelectionDAGs to makeDavid Greene2010-01-191-28/+24
* Add some debug routines to SelectionDAG to dump full DAGs.David Greene2010-01-151-0/+43
* Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNodeDan Gohman2010-01-091-11/+28
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-061-0/+2
* Change errs() to dbgs().David Greene2010-01-051-10/+11
* Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling2009-12-221-3/+3
* - Add a bit more plumbing assigning an order to SDNodes.Bill Wendling2009-12-211-1/+17
* Place SDNodeOrdering.h in the directory it's used.Bill Wendling2009-12-211-1/+2
* Use 4-arg getVTList) variant instead of generic one, when possibleAnton Korobeynikov2009-12-191-0/+1
* Changes from review:Bill Wendling2009-12-181-133/+54
* Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar2009-12-161-29/+146
* Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar2009-12-161-146/+29
* Initial work on disabling the scheduler. This is a work in progress, and thisBill Wendling2009-12-151-29/+146
* Fix integer cast code to handle vector types.Dan Gohman2009-12-141-19/+44
* Fix weird typo which leads to unallocated memory access for nodes with 4 resu...Anton Korobeynikov2009-12-131-1/+1
* Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.Dan Gohman2009-12-111-11/+21
* Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ...Evan Cheng2009-12-091-0/+6
* Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr...Evan Cheng2009-12-091-0/+43
* Infer alignment for non-fixed stack object.Evan Cheng2009-12-091-3/+4
* Add const qualifier.Evan Cheng2009-12-091-1/+1
* Refactor InferAlignment out of DAGCombine.Evan Cheng2009-12-091-0/+44
* Added support to allow clients to custom widen. For X86, custom widen vectors...Mon P Wang2009-11-301-0/+61
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-18/+0
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-19/+1
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-201-5/+10
* Adjust isConstantSplat to allow for big-endian targets.Dale Johannesen2009-11-131-4/+7
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-2/+2
* Fix memoizing of CvtRndSatSDNodeMon P Wang2009-11-071-1/+2
* Avoid printing a redundant space in SDNode->dump().Dan Gohman2009-11-051-2/+1
* Make -print-machineinstrs more readable.Dan Gohman2009-10-311-2/+2
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-301-0/+31
* Remove some unnecessary spaces in debug output.Dan Gohman2009-10-291-3/+3
* Rewrite SelectionDAG::isPredecessorOf to be iterative instead ofDan Gohman2009-10-281-21/+16
* Fix null pointer dereference.Anton Korobeynikov2009-10-221-1/+1
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-181-41/+15
* Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...Evan Cheng2009-10-181-15/+41
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-171-5/+5
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-171-5/+5
* Report errors correctly for unselected target intrinsics.Jakob Stoklund Olesen2009-10-151-6/+9
* Introduce new convenience methods for sign extending orDuncan Sands2009-10-131-0/+12
* Make getMachineNode return a MachineSDNode* instead of a generic SDNode*Dan Gohman2009-10-101-42/+53
* Add a SelectionDAG getTargetInsertSubreg convenience function,Bob Wilson2009-10-081-0/+11
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-204/+309
* Rename getTargetNode to getMachineNode, for consistency with theDan Gohman2009-09-251-44/+44
* Add a version of dumpr() that has a SelectionDAG* argument.Dan Gohman2009-09-251-0/+5
* Use getStoreSize() instead of getStoreSizeInBits()/8.Dan Gohman2009-09-231-1/+1
* Rename several variables from EVT to more descriptive names, now that EVTDan Gohman2009-09-231-10/+10