| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tighten up the abstraction slightly. | Duncan Sands | 2008-06-06 | 1 | -2/+9 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 7 | -667/+682 |
* | Refine stack slot interval weight computation. | Evan Cheng | 2008-06-06 | 1 | -4/+6 |
* | Expose a public interface to this pass. | Chris Lattner | 2008-06-05 | 1 | -0/+61 |
* | Add a helper for constructing new live ranges that ended from an instruction ... | Owen Anderson | 2008-06-05 | 1 | -0/+5 |
* | * Make CallSite::hasArgument const and let it take a const parameter. | Matthijs Kooijman | 2008-06-05 | 1 | -1/+1 |
* | Cast because I think I know what I'm doing. There are warnings about converting | Bill Wendling | 2008-06-05 | 1 | -2/+2 |
* | Fix 80 column violations. | Matthijs Kooijman | 2008-06-05 | 1 | -4/+7 |
* | Remove unused parameter. Some clients might use -Werror when compiling and | Bill Wendling | 2008-06-05 | 1 | -2/+2 |
* | Add CallSite::hasArgument to allow for seeing if a call passes a certain valu... | Matthijs Kooijman | 2008-06-04 | 1 | -0/+4 |
* | Add a Name parameter to two of the init methods of GetElementPointer to make ... | Matthijs Kooijman | 2008-06-04 | 1 | -6/+4 |
* | Implement the two constructors in InsertValueInst and ExtractValueInst. | Matthijs Kooijman | 2008-06-04 | 1 | -12/+8 |
* | Add a stack slot coloring pass. Not yet enabled. | Evan Cheng | 2008-06-04 | 4 | -9/+111 |
* | Change packed struct layout so that field sizes | Duncan Sands | 2008-06-04 | 1 | -2/+1 |
* | Expand documentation of StringConstantPrefix. | Dale Johannesen | 2008-06-03 | 1 | -2/+4 |
* | Add StringConstantPrefix to control what the | Dale Johannesen | 2008-06-03 | 1 | -0/+7 |
* | move CannotBeNegativeZero to ValueTracking. Simplify some signbit comparisons. | Chris Lattner | 2008-06-02 | 1 | -0/+7 |
* | move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits | Chris Lattner | 2008-06-02 | 1 | -0/+48 |
* | add a predicate. | Chris Lattner | 2008-06-01 | 1 | -0/+1 |
* | Fix a copy+paste error in a comment. | Dan Gohman | 2008-05-31 | 1 | -1/+1 |
* | Fix some bugs with the handling of indices in insertvalue/extractvalue. | Dan Gohman | 2008-05-31 | 1 | -12/+8 |
* | Factor several methods, including getInversePredicate and | Dan Gohman | 2008-05-31 | 2 | -73/+33 |
* | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman | 2008-05-31 | 3 | -95/+102 |
* | Revert 51775. | Evan Cheng | 2008-05-30 | 11 | -39/+39 |
* | Add an isAggregateType predicate. | Dan Gohman | 2008-05-30 | 1 | -0/+9 |
* | Add an operator< for SmallVector. | Dan Gohman | 2008-05-30 | 1 | -0/+5 |
* | Forgot to commit this file. | Owen Anderson | 2008-05-30 | 1 | -3/+3 |
* | Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. | Evan Cheng | 2008-05-30 | 11 | -39/+39 |
* | Fix an error in the comment for APInt::getMinSignedBits. | Dan Gohman | 2008-05-30 | 1 | -3/+1 |
* | Fix doxygen comment syntax. | Dan Gohman | 2008-05-30 | 1 | -3/+3 |
* | add doxygen comments | Gabor Greif | 2008-05-29 | 1 | -0/+18 |
* | Remove guard, so *each* inclusion will result in a warning | Anton Korobeynikov | 2008-05-29 | 1 | -4/+0 |
* | Remove more iostream header includes. Needed to implement a "FlushStream" | Bill Wendling | 2008-05-29 | 1 | -0/+8 |
* | Prune and tidy #includes. | Dan Gohman | 2008-05-29 | 14 | -21/+8 |
* | Add file with warning for backward comptibility. Should be removed after 2.4 | Anton Korobeynikov | 2008-05-29 | 1 | -0/+36 |
* | Update guards | Anton Korobeynikov | 2008-05-29 | 4 | -12/+12 |
* | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov | 2008-05-29 | 24 | -27/+27 |
* | Force postdom to be linked into opt and bugpoint, even though it is no longer... | Owen Anderson | 2008-05-29 | 2 | -0/+5 |
* | Add a flag to indicate that an instruction is as cheap (or cheaper) than a move | Bill Wendling | 2008-05-28 | 1 | -1/+11 |
* | Factor the numbering computation into a separate method, and add the slightes... | Owen Anderson | 2008-05-28 | 1 | -0/+3 |
* | Make Use::init() private, it breaks invariants, clients should assign or use ... | Gabor Greif | 2008-05-27 | 1 | -3/+2 |
* | Fix a word-o and add an explicit keyword. | Dan Gohman | 2008-05-27 | 1 | -2/+3 |
* | Use an explicit llvm:: prefix in the STATISTIC macro, so STATISTIC can still be | Matthijs Kooijman | 2008-05-27 | 1 | -1/+1 |
* | eliminate calls to deprecated Use::init() interface | Gabor Greif | 2008-05-26 | 1 | -6/+6 |
* | Factor code to copy global value attributes like | Duncan Sands | 2008-05-26 | 3 | -0/+12 |
* | "ret (constexpr)" can't be folded into a Constant. Add a method to | Nick Lewycky | 2008-05-25 | 1 | -0/+6 |
* | Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq. | Evan Cheng | 2008-05-24 | 1 | -11/+0 |
* | Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2... | Evan Cheng | 2008-05-24 | 1 | -12/+0 |
* | Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo... | Evan Cheng | 2008-05-24 | 1 | -6/+0 |
* | It turns out there are only 3 non-first-class type kinds left now, so | Dan Gohman | 2008-05-23 | 1 | -2/+3 |