| Commit message (Expand) | Author | Age | Files | Lines |
* | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 1 | -2/+2 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -0/+1 |
* | Support a new type of MachineOperand, MO_FPImmediate, used for holding | Nate Begeman | 2008-02-14 | 1 | -0/+15 |
* | Nuke dead comment | Nate Begeman | 2008-02-14 | 1 | -2/+0 |
* | Fix a typo in a comment. | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 2 | -2/+2 |
* | Rename APInt's isPositive to isNonNegative, to reflect what it | Dan Gohman | 2008-02-13 | 1 | -6/+7 |
* | Add countTrailingOnes member functions to APInt. | Dan Gohman | 2008-02-13 | 1 | -2/+12 |
* | Fix a typo in a comment. | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Add count{Leading,Trailing}Ones_{32,64} functions with simple implementations. | Dan Gohman | 2008-02-13 | 1 | -0/+32 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 3 | -0/+105 |
* | Remove use of ltdl | Devang Patel | 2008-02-13 | 1 | -3/+0 |
* | Simplify. | Evan Cheng | 2008-02-13 | 1 | -8/+8 |
* | Initial support for copy elimination by commuting its definition MI. | Evan Cheng | 2008-02-13 | 1 | -0/+14 |
* | - Added removeValNo() to remove all live ranges of a particular value#. | Evan Cheng | 2008-02-13 | 1 | -9/+7 |
* | Added debugging routine dumpUses. | Evan Cheng | 2008-02-13 | 1 | -6/+10 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 2 | -3/+9 |
* | Change APInt::getBitsSet to accept a "half-open" range, where the | Dan Gohman | 2008-02-12 | 1 | -7/+7 |
* | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson | 2008-02-12 | 1 | -0/+5 |
* | Add a doxygen comment for SrcValueSDNode, to make its purpose | Dan Gohman | 2008-02-12 | 1 | -0/+8 |
* | Correct the order of the arguments in the examples in the comments | Dan Gohman | 2008-02-11 | 1 | -3/+3 |
* | The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional) | Ted Kremenek | 2008-02-11 | 2 | -6/+28 |
* | From Chris' review: change MemOperandSDNode's constructor to pass its | Dan Gohman | 2008-02-11 | 1 | -1/+1 |
* | Added "Profile" method to APFloat for use with FoldingSet. | Ted Kremenek | 2008-02-11 | 3 | -15/+24 |
* | Add arbitrary integer support to getRegisterType and | Duncan Sands | 2008-02-11 | 1 | -1/+11 |
* | Fix PR1798 - an error in the evaluation of SCEVAddRecExpr at an | Wojciech Matyjewicz | 2008-02-11 | 3 | -14/+14 |
* | Add a isBigEndian method to complement isLittleEndian. | Duncan Sands | 2008-02-11 | 1 | -0/+1 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 13 | -49/+53 |
* | Add a check if the initial value of the induction variable is 0 (the method c... | Wojciech Matyjewicz | 2008-02-09 | 1 | -6/+10 |
* | Change ConstantSDNode to store an APInt instead of a uint64_t, and | Dan Gohman | 2008-02-08 | 2 | -4/+10 |
* | Add an isSignedIntN, like isIntN but for signed integer values instead of | Dan Gohman | 2008-02-08 | 1 | -2/+13 |
* | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng | 2008-02-08 | 1 | -2/+4 |
* | Constified operator<< in APSInt. | Ted Kremenek | 2008-02-08 | 1 | -2/+2 |
* | Avoid needlessly casting away const qualifiers. | Dan Gohman | 2008-02-08 | 1 | -1/+1 |
* | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman | 2008-02-07 | 1 | -5/+5 |
* | Add support to FoldingSet for hashing APInt objects. | Dan Gohman | 2008-02-06 | 1 | -0/+2 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 8 | -13/+222 |
* | Don't dereference an invalid pointer if string is empty. | Anton Korobeynikov | 2008-02-05 | 1 | -4/+4 |
* | Implement sseregparm. | Dale Johannesen | 2008-02-05 | 1 | -1/+5 |
* | Added FoldingSet profiling support to ImmutableSet. | Ted Kremenek | 2008-02-05 | 1 | -1/+14 |
* | Changed profiling method for ImmutableMap to once again just use its | Ted Kremenek | 2008-02-05 | 2 | -26/+29 |
* | Missed one. | Dale Johannesen | 2008-02-05 | 1 | -3/+3 |
* | Unbreak teh build. | Evan Cheng | 2008-02-05 | 1 | -0/+6 |
* | Do not unconditionally redefine vec_ext_v16qi and | Dale Johannesen | 2008-02-04 | 1 | -2/+2 |
* | Typo. | Evan Cheng | 2008-02-04 | 1 | -1/+1 |
* | Modified 'Profile' method of ImmutableMap to use the 'Profile' method | Ted Kremenek | 2008-02-04 | 1 | -2/+2 |
* | Modified node creation of ImutAVLTree to do a hash lookup for an existing | Ted Kremenek | 2008-02-04 | 1 | -77/+124 |
* | Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration | Ted Kremenek | 2008-02-04 | 1 | -0/+62 |
* | constified operator~(). | Ted Kremenek | 2008-02-04 | 1 | -1/+1 |
* | SSE 4.1 Intrinsics and detection | Nate Begeman | 2008-02-03 | 1 | -0/+150 |