| Age | Commit message (Expand) | Author |
| 2008-02-21 | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth |
| 2008-02-21 | Add support for matching mem operands. This fixes PR1133, patch by | Chris Lattner |
| 2008-02-21 | Fix a (harmless) but where vregs were added to the used reg lists for | Chris Lattner |
| 2008-02-20 | assert is more effective reminder then FIXME tag for unimplemented features. | Devang Patel |
| 2008-02-20 | LegalizeTypes support for scalarizing a vector store | Duncan Sands |
| 2008-02-20 | Convert Legalize to use the APInt form of ComputeMaskedBits. | Dan Gohman |
| 2008-02-20 | Add explicit keywords. | Dan Gohman |
| 2008-02-20 | Convert DAGCombiner to use the APInt form of ComputeMaskedBits. | Dan Gohman |
| 2008-02-20 | Use APInt::intersects. | Dan Gohman |
| 2008-02-20 | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov |
| 2008-02-20 | Fix an incredibly subtle bug exposed by Ted's change to APInt profiling. | Chris Lattner |
| 2008-02-19 | Add GetResultInst. First step for multiple return value support. | Devang Patel |
| 2008-02-18 | - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c... | Evan Cheng |
| 2008-02-16 | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth |
| 2008-02-16 | Teach LegalizeTypes how to expand the operands of | Duncan Sands |
| 2008-02-16 | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth |
| 2008-02-16 | Rename CountMemOperands to ComputeMemOperandsEnd to reflect what | Dan Gohman |
| 2008-02-16 | Revert 47177, which was incorrect. | Dan Gohman |
| 2008-02-15 | Make tblgen a little smarter about constants smaller than i32. Currently, | Scott Michel |
| 2008-02-15 | Skip over the defs and start at the uses when looking for operands | Dan Gohman |
| 2008-02-15 | Use the TargetInstrDescr to determine the number of operands | Dan Gohman |
| 2008-02-15 | Teach LegalizeTypes how to promote the flags | Duncan Sands |
| 2008-02-15 | Use StoreSDNode::getValue instead of calling getOperand directly | Dan Gohman |
| 2008-02-14 | Fix a miscompilation from Dan's recent apintification. | Chris Lattner |
| 2008-02-14 | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands |
| 2008-02-14 | Change how FP immediates are handled. | Nate Begeman |
| 2008-02-13 | Allow the APInt form of ComputeMaskedBits to operate on i128 types. | Dan Gohman |
| 2008-02-13 | Avoid setting bits that aren't demanded. | Dan Gohman |
| 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 |