| Age | Commit message (Expand) | Author |
| 2008-02-13 | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman |
| 2008-02-13 | Rename APInt's isPositive to isNonNegative, to reflect what it | Dan Gohman |
| 2008-02-13 | Add countTrailingOnes member functions to APInt. | Dan Gohman |
| 2008-02-13 | Fix a typo in a comment. | Dan Gohman |
| 2008-02-13 | Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations. | Dan Gohman |
| 2008-02-13 | Enable exception handling int JIT | Nicolas Geoffray |
| 2008-02-13 | Remove use of ltdl | Devang Patel |
| 2008-02-13 | Simplify. | Evan Cheng |
| 2008-02-13 | Initial support for copy elimination by commuting its definition MI. | Evan Cheng |
| 2008-02-13 | - Added removeValNo() to remove all live ranges of a particular value#. | Evan Cheng |
| 2008-02-13 | Added debugging routine dumpUses. | Evan Cheng |
| 2008-02-13 | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman |
| 2008-02-12 | Change APInt::getBitsSet to accept a "half-open" range, where the | Dan Gohman |
| 2008-02-12 | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson |
| 2008-02-12 | Add a doxygen comment for SrcValueSDNode, to make its purpose | Dan Gohman |
| 2008-02-11 | Correct the order of the arguments in the examples in the comments | Dan Gohman |
| 2008-02-11 | The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional) | Ted Kremenek |
| 2008-02-11 | From Chris' review: change MemOperandSDNode's constructor to pass its | Dan Gohman |
| 2008-02-11 | Added "Profile" method to APFloat for use with FoldingSet. | Ted Kremenek |
| 2008-02-11 | Add arbitrary integer support to getRegisterType and | Duncan Sands |
| 2008-02-11 | Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an | Wojciech Matyjewicz |
| 2008-02-11 | Add a isBigEndian method to complement isLittleEndian. | Duncan Sands |
| 2008-02-10 | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman |
| 2008-02-09 | Add a check if the initial value of the induction variable is 0 (the method c... | Wojciech Matyjewicz |
| 2008-02-08 | Change ConstantSDNode to store an APInt instead of a uint64_t, and | Dan Gohman |
| 2008-02-08 | Add an isSignedIntN, like isIntN but for signed integer values instead of | Dan Gohman |
| 2008-02-08 | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng |
| 2008-02-08 | Constified operator<< in APSInt. | Ted Kremenek |
| 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 | Add support to FoldingSet for hashing APInt objects. | Dan Gohman |
| 2008-02-06 | Re-apply the memory operand changes, with a fix for the static | Dan Gohman |
| 2008-02-05 | Don't dereference an invalid pointer if string is empty. | Anton Korobeynikov |
| 2008-02-05 | Implement sseregparm. | Dale Johannesen |
| 2008-02-05 | Added FoldingSet profiling support to ImmutableSet. | Ted Kremenek |
| 2008-02-05 | Changed profiling method for ImmutableMap to once again just use its | Ted Kremenek |
| 2008-02-05 | Missed one. | Dale Johannesen |
| 2008-02-05 | Unbreak teh build. | Evan Cheng |
| 2008-02-04 | Do not unconditionally redefine vec_ext_v16qi and | Dale Johannesen |
| 2008-02-04 | Typo. | Evan Cheng |
| 2008-02-04 | Modified 'Profile' method of ImmutableMap to use the 'Profile' method | Ted Kremenek |
| 2008-02-04 | Modified node creation of ImutAVLTree to do a hash lookup for an existing | Ted Kremenek |
| 2008-02-04 | Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration | Ted Kremenek |
| 2008-02-04 | constified operator~(). | Ted Kremenek |
| 2008-02-03 | SSE 4.1 Intrinsics and detection | Nate Begeman |
| 2008-02-03 | Change the 'global modification' APIs in SelectionDAG to take a new | Chris Lattner |
| 2008-02-02 | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng |
| 2008-02-02 | Fixing a bug creating floating point constants of type other | Gordon Henriksen |
| 2008-02-02 | Frame index can be negative. | Evan Cheng |
| 2008-02-01 | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng |