| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Reapply r91392, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar | 2009-12-16 | 1 | -29/+146 |
| * | Revert "Initial work on disabling the scheduler. This is a work in progress, and | Daniel Dunbar | 2009-12-16 | 1 | -146/+29 |
| * | Initial work on disabling the scheduler. This is a work in progress, and this | Bill Wendling | 2009-12-15 | 1 | -29/+146 |
| * | Fix integer cast code to handle vector types. | Dan Gohman | 2009-12-14 | 1 | -19/+44 |
| * | Fix weird typo which leads to unallocated memory access for nodes with 4 resu... | Anton Korobeynikov | 2009-12-13 | 1 | -1/+1 |
| * | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 1 | -11/+21 |
| * | Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ... | Evan Cheng | 2009-12-09 | 1 | -0/+6 |
| * | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng | 2009-12-09 | 1 | -0/+43 |
| * | Infer alignment for non-fixed stack object. | Evan Cheng | 2009-12-09 | 1 | -3/+4 |
| * | Add const qualifier. | Evan Cheng | 2009-12-09 | 1 | -1/+1 |
| * | Refactor InferAlignment out of DAGCombine. | Evan Cheng | 2009-12-09 | 1 | -0/+44 |
| * | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang | 2009-11-30 | 1 | -0/+61 |
| * | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -18/+0 |
| * | We are not using DBG_STOPPOINT anymore. | Devang Patel | 2009-11-21 | 1 | -19/+1 |
| * | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman | 2009-11-20 | 1 | -5/+10 |
| * | Adjust isConstantSplat to allow for big-endian targets. | Dale Johannesen | 2009-11-13 | 1 | -4/+7 |
| * | Add a bool flag to StackObjects telling whether they reference spill | David Greene | 2009-11-12 | 1 | -2/+2 |
| * | Fix memoizing of CvtRndSatSDNode | Mon P Wang | 2009-11-07 | 1 | -1/+2 |
| * | Avoid printing a redundant space in SDNode->dump(). | Dan Gohman | 2009-11-05 | 1 | -2/+1 |
| * | Make -print-machineinstrs more readable. | Dan Gohman | 2009-10-31 | 1 | -2/+2 |
| * | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -0/+31 |
| * | Remove some unnecessary spaces in debug output. | Dan Gohman | 2009-10-29 | 1 | -3/+3 |
| * | Rewrite SelectionDAG::isPredecessorOf to be iterative instead of | Dan Gohman | 2009-10-28 | 1 | -21/+16 |
| * | Fix null pointer dereference. | Anton Korobeynikov | 2009-10-22 | 1 | -1/+1 |
| * | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng | 2009-10-18 | 1 | -41/+15 |
| * | Only fixed stack objects and spill slots should be get FixedStack PseudoSourc... | Evan Cheng | 2009-10-18 | 1 | -15/+41 |
| * | Revert 84315 for now. Re-thinking the patch. | Evan Cheng | 2009-10-17 | 1 | -5/+5 |
| * | Rename getFixedStack to getStackObject. The stack objects represented are not | Evan Cheng | 2009-10-17 | 1 | -5/+5 |
| * | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen | 2009-10-15 | 1 | -6/+9 |
| * | Introduce new convenience methods for sign extending or | Duncan Sands | 2009-10-13 | 1 | -0/+12 |
| * | Make getMachineNode return a MachineSDNode* instead of a generic SDNode* | Dan Gohman | 2009-10-10 | 1 | -42/+53 |
| * | Add a SelectionDAG getTargetInsertSubreg convenience function, | Bob Wilson | 2009-10-08 | 1 | -0/+11 |
| * | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -204/+309 |
| * | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman | 2009-09-25 | 1 | -44/+44 |
| * | Add a version of dumpr() that has a SelectionDAG* argument. | Dan Gohman | 2009-09-25 | 1 | -0/+5 |
| * | Use getStoreSize() instead of getStoreSizeInBits()/8. | Dan Gohman | 2009-09-23 | 1 | -1/+1 |
| * | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman | 2009-09-23 | 1 | -10/+10 |
| * | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman | 2009-09-23 | 1 | -4/+1 |
| * | Change MachineMemOperand's alignment value to be the alignment of | Dan Gohman | 2009-09-21 | 1 | -2/+2 |
| * | tidy up | Chris Lattner | 2009-09-20 | 1 | -3/+3 |
| * | Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot... | Nate Begeman | 2009-09-15 | 1 | -5/+0 |
| * | Better solution for tracking both the original alignment of the access, and t... | Nate Begeman | 2009-09-15 | 1 | -22/+19 |
| * | Remove incorrect CSE code from r81813. | Nate Begeman | 2009-09-15 | 1 | -2/+0 |
| * | Add an "original alignment" field to load and store nodes. This enables the | Nate Begeman | 2009-09-15 | 1 | -13/+23 |
| * | Recognize more opportunities to use SSE min and max instructions, | Dan Gohman | 2009-09-03 | 1 | -0/+13 |
| * | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -1/+1 |
| * | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -1/+1 |
| * | Get rid of this horrible "benign race" by exploiting ManagedStatic to initialize | Owen Anderson | 2009-08-25 | 1 | -7/+14 |
| * | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -1/+1 |
| * | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -6/+7 |