| Age | Commit message (Expand) | Author |
| 2008-02-13 | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman |
| 2008-02-13 | Teach LegalizeTypes how to expand and promote CTLZ, | Duncan Sands |
| 2008-02-13 | In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower this | Chris Lattner |
| 2008-02-13 | teach dag combiner how to eliminate MERGE_VALUES nodes. | Chris Lattner |
| 2008-02-13 | Support legalizing insert_vector_elt on targets where the element | Nate Begeman |
| 2008-02-13 | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman |
| 2008-02-12 | Generalize getCopyFromParts and getCopyToParts to | Duncan Sands |
| 2008-02-11 | Generalize the handling of call and return arguments, | Duncan Sands |
| 2008-02-11 | From Chris' review: use isa instead of explicitly using classof. | Dan Gohman |
| 2008-02-11 | From Chris' review: minor corrections in comments. | Dan Gohman |
| 2008-02-11 | From Chris' review: use cast instead of dyn_cast with an assert. | Dan Gohman |
| 2008-02-11 | Added "Profile" method to APFloat for use with FoldingSet. | Ted Kremenek |
| 2008-02-11 | Add a isBigEndian method to complement isLittleEndian. | Duncan Sands |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-02-10 | Add truncate and AssertZext result expansion. | Duncan Sands |
| 2008-02-10 | Return "(c1 + c2)" instead of yet another ADD node (which made this a | Bill Wendling |
| 2008-02-08 | Change ConstantSDNode to store an APInt instead of a uint64_t, and | Dan Gohman |
| 2008-02-08 | Avoid needlessly casting away const qualifiers. | Dan Gohman |
| 2008-02-07 | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman |
| 2008-02-06 | Re-apply the memory operand changes, with a fix for the static | Dan Gohman |
| 2008-02-05 | Fix PR1975: dag isel emitter produces patterns that isel wrong flag result. | Evan Cheng |
| 2008-02-04 | Typo. | Evan Cheng |
| 2008-02-04 | I don't see how NodeUpdated can be called with a | Duncan Sands |
| 2008-02-03 | Fix typo | Chris Lattner |
| 2008-02-03 | handle the case where a node can become ready to process | Chris Lattner |
| 2008-02-03 | Use the new infrastructure for listening to node updates to | Chris Lattner |
| 2008-02-03 | the world doesn't need my debugging code. | Chris Lattner |
| 2008-02-03 | Change the 'global modification' APIs in SelectionDAG to take a new | Chris Lattner |
| 2008-02-03 | Generalize the SDOperand->SDOperand form of | Chris Lattner |
| 2008-02-03 | add a -view-legalize-types-dags option, for viewing the dags going into legal... | Chris Lattner |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2008-02-01 | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng |
| 2008-02-01 | Rename RecordLabel to RecordSourceLine because that's what it is doing. | Evan Cheng |
| 2008-01-31 | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng |
| 2008-01-31 | Add a comment for a nasty short term hack. | Evan Cheng |
| 2008-01-31 | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng |
| 2008-01-31 | Add more thorough error checking for NULL register classes. | Christopher Lamb |
| 2008-01-31 | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman |
| 2008-01-31 | Create a new class, MemOperand, for describing memory references | Dan Gohman |
| 2008-01-30 | Treat the label for the first @llvm.dbg.stoppoint the same way as the dbg_fun... | Evan Cheng |
| 2008-01-30 | A semi-gross fix for a debug info issue. When inserting the "function start" ... | Evan Cheng |
| 2008-01-30 | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng |
| 2008-01-30 | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman |
| 2008-01-29 | When expanding an operand, it's not the result value | Duncan Sands |
| 2008-01-29 | Use empty() instead of comparing size() with zero. | Dan Gohman |
| 2008-01-29 | Fix a typo in a comment. | Dan Gohman |
| 2008-01-29 | Fix a typo in a comment. | Dan Gohman |
| 2008-01-29 | Properly expand extract-element for non-power-of-2 codegen | Nate Begeman |
| 2008-01-29 | Handle 'X' constraint in asm's better. | Dale Johannesen |
| 2008-01-27 | Fix PowerPC/./2007-10-18-PtrArithmetic.ll | Chris Lattner |