| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move the code that handles DAGISel error conditions into | Dan Gohman | 2008-09-27 | 1 | -25/+27 |
| * | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman | 2008-09-26 | 1 | -2/+2 |
| * | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -3/+3 |
| * | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -3/+3 |
| * | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman | 2008-09-12 | 1 | -3/+3 |
| * | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -5/+6 |
| * | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -34/+34 |
| * | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -2/+2 |
| * | code simplification, no functionality change. | Chris Lattner | 2008-08-26 | 1 | -11/+1 |
| * | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -1/+1 |
| * | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman | 2008-08-22 | 1 | -20/+4 |
| * | Factor the code for determining the target-specific instruction | Dan Gohman | 2008-08-20 | 1 | -11/+2 |
| * | Oops, check in these files too, for the FastISel -> Fast rename. | Dan Gohman | 2008-08-13 | 1 | -1/+1 |
| * | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 1 | -1/+4 |
| * | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -76/+76 |
| * | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -42/+55 |
| * | Refactor the tablegen DAGISelEmitter code for outputing calls to | Dan Gohman | 2008-07-07 | 1 | -201/+208 |
| * | isel load folding is disabled at -fast. Now hoist the check up to the top lev... | Evan Cheng | 2008-07-03 | 1 | -8/+27 |
| * | Replace a few uses of SelectionDAG::getTargetNode with | Dan Gohman | 2008-07-02 | 1 | -13/+28 |
| * | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -15/+2 |
| * | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 1 | -5/+2 |
| * | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -15/+17 |
| * | Fix the position of MemOperands in nodes that use variadic_ops | Dan Gohman | 2008-06-02 | 1 | -12/+15 |
| * | Teach the DAGISelEmitter to not compute the variable_ops operand | Dan Gohman | 2008-05-31 | 1 | -29/+52 |
| * | Add patterns for CALL32m and CALL64m. They aren't matched in most | Dan Gohman | 2008-05-29 | 1 | -6/+5 |
| * | Fix a tblgen problem handling variable_ops in tblgen instruction | Dan Gohman | 2008-05-29 | 1 | -19/+28 |
| * | Do not generate by TableGen the hard-coded standard, target-independent part of | Roman Levenstein | 2008-05-14 | 1 | -140/+3 |
| * | Add explicit keywords. | Dan Gohman | 2008-03-25 | 1 | -1/+1 |
| * | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 2008-03-15 | 1 | -2/+8 |
| * | Get rid of a pseudo instruction and replace it with subreg based operation on... | Christopher Lamb | 2008-03-13 | 1 | -11/+6 |
| * | De-tabify. | Bill Wendling | 2008-02-26 | 1 | -7/+7 |
| * | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
| * | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel | 2008-02-15 | 1 | -4/+7 |
| * | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -0/+13 |
| * | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -0/+28 |
| * | Fix PR1975: dag isel emitter produces patterns that isel wrong flag result. | Evan Cheng | 2008-02-05 | 1 | -4/+21 |
| * | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -3/+0 |
| * | Change the 'global modification' APIs in SelectionDAG to take a new | Chris Lattner | 2008-02-03 | 1 | -22/+35 |
| * | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+25 |
| * | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -27/+0 |
| * | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng | 2008-01-31 | 1 | -4/+7 |
| * | Allow ComplexExpressions in InstrInfo.td files to be slightly more... complex... | Christopher Lamb | 2008-01-31 | 1 | -4/+10 |
| * | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -0/+27 |
| * | Fix to bug 1951: tblgen gratuitously renames variables when no temporary was | Scott Michel | 2008-01-29 | 1 | -22/+26 |
| * | rename hasVariableOperands() -> isVariadic(). Add some comments. | Chris Lattner | 2008-01-07 | 1 | -1/+1 |
| * | improve const correctness. | Chris Lattner | 2008-01-06 | 1 | -1/+1 |
| * | rename CodegenDAGPatterns -> CodeGenDAGPatterns | Chris Lattner | 2008-01-06 | 1 | -16/+16 |
| * | now that computing CodegenDAGPatterns doesn't implicitly print stuff | Chris Lattner | 2008-01-05 | 1 | -28/+23 |
| * | move Node Transformation printing from CodeGenDAGPatterns -> DAGISelEmitter. | Chris Lattner | 2008-01-05 | 1 | -1/+35 |
| * | move predicate printing code from CodeGenDAGPatterns -> DAGISelEmitter. | Chris Lattner | 2008-01-05 | 1 | -2/+52 |