| Age | Commit message (Expand) | Author |
| 2009-02-06 | Get rid of one more non-DebugLoc getNode and | Dale Johannesen |
| 2009-02-05 | Remove a non-DebugLoc version of getNode. | Dale Johannesen |
| 2009-02-04 | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen |
| 2009-01-29 | Explain why this is here. | Bill Wendling |
| 2009-01-29 | - Add DebugLoc to getTargetNode(). | Bill Wendling |
| 2009-01-29 | Move the code that starts printing the Select_* functions | Dan Gohman |
| 2009-01-16 | Avoid triggering an assertion failure when an instruction pattern | Dan Gohman |
| 2009-01-16 | Add support for instructions with multiple ComplexPatterns, by | Dan Gohman |
| 2009-01-05 | Delete an unused variable and simplify the code. | Dan Gohman |
| 2008-12-19 | Use dyn_cast intead of isa + cast in the generated DAGISel code. This | Dan Gohman |
| 2008-12-03 | Add a sanity-check to tablegen to catch the case where isSimpleLoad | Dan Gohman |
| 2008-11-27 | On x86 favors folding short immediate into some arithmetic operations (e.g. a... | Evan Cheng |
| 2008-11-05 | Use an assert to check that SelectCode isn't called on | Dan Gohman |
| 2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman |
| 2008-10-27 | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene |
| 2008-10-17 | Use INT64_C to emit constant values, to avoid problems with | Dan Gohman |
| 2008-10-17 | Fun x86 encoding tricks: when adding an immediate value of 128, | Dan Gohman |
| 2008-10-15 | Add support for having multiple predicates on a TreePatternNode. | Dan Gohman |
| 2008-09-27 | Move the code that handles DAGISel error conditions into | Dan Gohman |
| 2008-09-26 | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman |
| 2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
| 2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
| 2008-09-12 | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman |
| 2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
| 2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
| 2008-08-26 | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif |
| 2008-08-26 | code simplification, no functionality change. | Chris Lattner |
| 2008-08-23 | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman |
| 2008-08-22 | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman |
| 2008-08-20 | Factor the code for determining the target-specific instruction | Dan Gohman |
| 2008-08-13 | Oops, check in these files too, for the FastISel -> Fast rename. | Dan Gohman |
| 2008-07-30 | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang |
| 2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
| 2008-07-17 | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman |
| 2008-07-07 | Refactor the tablegen DAGISelEmitter code for outputing calls to | Dan Gohman |
| 2008-07-03 | isel load folding is disabled at -fast. Now hoist the check up to the top lev... | Evan Cheng |
| 2008-07-02 | Replace a few uses of SelectionDAG::getTargetNode with | Dan Gohman |
| 2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
| 2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
| 2008-06-06 | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands |
| 2008-06-02 | Fix the position of MemOperands in nodes that use variadic_ops | Dan Gohman |
| 2008-05-31 | Teach the DAGISelEmitter to not compute the variable_ops operand | Dan Gohman |
| 2008-05-29 | Add patterns for CALL32m and CALL64m. They aren't matched in most | Dan Gohman |
| 2008-05-29 | Fix a tblgen problem handling variable_ops in tblgen instruction | Dan Gohman |
| 2008-05-14 | Do not generate by TableGen the hard-coded standard, target-independent part of | Roman Levenstein |
| 2008-03-25 | Add explicit keywords. | Dan Gohman |
| 2008-03-15 | Replace all target specific implicit def instructions with a target independe... | Evan Cheng |
| 2008-03-13 | Get rid of a pseudo instruction and replace it with subreg based operation on... | Christopher Lamb |
| 2008-02-26 | De-tabify. | Bill Wendling |
| 2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |