Age | Commit message (Expand) | Author |
2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
2009-11-20 | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman |
2009-11-13 | Adjust isConstantSplat to allow for big-endian targets. | Dale Johannesen |
2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
2009-11-07 | Fix memoizing of CvtRndSatSDNode | Mon P Wang |
2009-11-05 | Avoid printing a redundant space in SDNode->dump(). | Dan Gohman |
2009-10-31 | Make -print-machineinstrs more readable. | Dan Gohman |
2009-10-30 | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman |
2009-10-29 | Remove some unnecessary spaces in debug output. | Dan Gohman |
2009-10-28 | Rewrite SelectionDAG::isPredecessorOf to be iterative instead of | Dan Gohman |
2009-10-22 | Fix null pointer dereference. | Anton Korobeynikov |
2009-10-18 | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng |
2009-10-18 | Only fixed stack objects and spill slots should be get FixedStack PseudoSourc... | Evan Cheng |
2009-10-17 | Revert 84315 for now. Re-thinking the patch. | Evan Cheng |
2009-10-17 | Rename getFixedStack to getStackObject. The stack objects represented are not | Evan Cheng |
2009-10-15 | Report errors correctly for unselected target intrinsics. | Jakob Stoklund Olesen |
2009-10-13 | Introduce new convenience methods for sign extending or | Duncan Sands |
2009-10-10 | Make getMachineNode return a MachineSDNode* instead of a generic SDNode* | Dan Gohman |
2009-10-08 | Add a SelectionDAG getTargetInsertSubreg convenience function, | Bob Wilson |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
2009-09-25 | Add a version of dumpr() that has a SelectionDAG* argument. | Dan Gohman |
2009-09-23 | Use getStoreSize() instead of getStoreSizeInBits()/8. | Dan Gohman |
2009-09-23 | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman |
2009-09-23 | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman |
2009-09-21 | Change MachineMemOperand's alignment value to be the alignment of | Dan Gohman |
2009-09-20 | tidy up | Chris Lattner |
2009-09-15 | Do not add the SVOffset to the Node CSE ID. The same pointer argument cannot... | Nate Begeman |
2009-09-15 | Better solution for tracking both the original alignment of the access, and t... | Nate Begeman |
2009-09-15 | Remove incorrect CSE code from r81813. | Nate Begeman |
2009-09-15 | Add an "original alignment" field to load and store nodes. This enables the | Nate Begeman |
2009-09-03 | Recognize more opportunities to use SSE min and max instructions, | Dan Gohman |
2009-08-28 | Reapply 79977. | Devang Patel |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
2009-08-25 | Get rid of this horrible "benign race" by exploiting ManagedStatic to initialize | Owen Anderson |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-08-22 | Record variable debug info at ISel time directly. | Devang Patel |
2009-08-22 | Reapply r79708 with the appropriate fix for the case that still requires lock... | Owen Anderson |
2009-08-22 | revert r79708 + r79711 | Chris Lattner |
2009-08-22 | Actually remove unused static. Previous commit removed trailing | Eric Christopher |
2009-08-22 | Remove unused static. | Eric Christopher |
2009-08-22 | Ease contention on this lock by noticing that all writes to the VTs array will | Owen Anderson |
2009-08-19 | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman |
2009-08-15 | Needs to check whether unaligned load / store of i64 is legal here. | Evan Cheng |
2009-08-15 | Unbreak build. Evan, please make sure my changes are correct. | Benjamin Kramer |
2009-08-14 | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |