| Age | Commit message (Expand) | Author |
| 2008-02-27 | LegalizeTypes support for legalizing the mask | Duncan Sands |
| 2008-02-27 | LegalizeTypes support for INSERT_VECTOR_ELT. | Duncan Sands |
| 2008-02-27 | Support for legalizing MEMBARRIER. | Duncan Sands |
| 2008-02-27 | Final de-tabification. | Bill Wendling |
| 2008-02-27 | Teach Legalize how to expand an EXTRACT_ELEMENT. | Dan Gohman |
| 2008-02-27 | Convert the last remaining users of the non-APInt form of | Dan Gohman |
| 2008-02-27 | Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. | Dan Gohman |
| 2008-02-26 | Rename PrintableName to Name. | Bill Wendling |
| 2008-02-26 | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling |
| 2008-02-26 | Avoid aborting on invalid shift counts. | Dan Gohman |
| 2008-02-26 | Fix PR2096, a regression introduced with my patch last night. This | Chris Lattner |
| 2008-02-26 | Fix a nasty bug in LegalizeTypes (spotted in | Duncan Sands |
| 2008-02-26 | Fix isNegatibleForFree to not return true for ConstantFP nodes | Chris Lattner |
| 2008-02-26 | Refactor inline asm constraint matching code out of SDIsel into TargetLowering. | Evan Cheng |
| 2008-02-25 | Make some static variables const. | Dan Gohman |
| 2008-02-25 | Convert MaskedValueIsZero and all its users to use APInt. Also add | Dan Gohman |
| 2008-02-25 | In debug builds check that the key property holds: all | Duncan Sands |
| 2008-02-24 | Add support to LegalizeTypes for building legal vectors | Duncan Sands |
| 2008-02-22 | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen |
| 2008-02-22 | Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test | Dan Gohman |
| 2008-02-21 | Make the clobber analysis a bit more smart: we only are careful about | Chris Lattner |
| 2008-02-21 | Treat clobber operands like early clobbers: if we have | Chris Lattner |
| 2008-02-21 | Better names as per Evan's request | Andrew Lenharth |
| 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 |