| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman | 2008-05-23 | 1 | -1/+4 |
* | Add #includes to make some dependencies explicit. | Dan Gohman | 2008-05-23 | 1 | -0/+3 |
* | Make structs and arrays first-class types, and add assembly | Dan Gohman | 2008-05-23 | 2 | -4/+8 |
* | Add more IR support for the new extractvalue and insertvalue | Dan Gohman | 2008-05-23 | 1 | -0/+72 |
* | Suppress warnings about missing placement delete. This should now be std-conf... | Gabor Greif | 2008-05-22 | 1 | -0/+5 |
* | Add a Type::isSingleValueType method. This will be used by code | Dan Gohman | 2008-05-21 | 1 | -1/+11 |
* | Follow-up to the reverting of r51218. This puts the checks out-of-line. Because | Bill Wendling | 2008-05-21 | 1 | -9/+3 |
* | update a comment | Gabor Greif | 2008-05-21 | 1 | -1/+1 |
* | Fix a couple issues with the JIT and multiple modules: | Nate Begeman | 2008-05-21 | 1 | -2/+7 |
* | Reverting r51218 because of breakage on PPC32. | Bill Wendling | 2008-05-20 | 1 | -4/+3 |
* | Add a bool to isEdgeFeasible that tells it whether to treat unknown | Chris Lattner | 2008-05-20 | 1 | -3/+8 |
* | Silence a warning about "*/" outside a comment. | Steve Naroff | 2008-05-20 | 1 | -1/+1 |
* | Handle quoted names when constructing $stub's, | Dale Johannesen | 2008-05-19 | 1 | -0/+5 |
* | add a helper method. | Chris Lattner | 2008-05-19 | 1 | -0/+13 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 18 | -97/+95 |
* | Remove a duplicative binding. Patch by Mahadevan R. | Gordon Henriksen | 2008-05-19 | 1 | -3/+0 |
* | add missing #include. | Chris Lattner | 2008-05-18 | 1 | -0/+1 |
* | On Darwin, the string header file isn't 64-bit clean. The use of | Bill Wendling | 2008-05-17 | 1 | -3/+3 |
* | Move isTrueWhenEqual to ICmpInst. | Nick Lewycky | 2008-05-17 | 1 | -0/+16 |
* | Add CommonLinkage. | Dale Johannesen | 2008-05-16 | 1 | -1/+2 |
* | Add functions to enable adding a single attribute to a function and | Eric Christopher | 2008-05-16 | 2 | -0/+9 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 3 | -62/+155 |
* | Update comments based on Duncan's feedback. | Dan Gohman | 2008-05-15 | 1 | -23/+23 |
* | Fix typos and comments. | Evan Cheng | 2008-05-15 | 2 | -2/+2 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 4 | -20/+359 |
* | Make use of vector load and store operations to implement memcpy, memmove, an... | Evan Cheng | 2008-05-15 | 2 | -0/+16 |
* | Move the operator new and operator delete out of line. This fixes an issue with | Nate Begeman | 2008-05-15 | 1 | -17/+2 |
* | Add support to IR builder for new vicmp, vfcmp routines | Nate Begeman | 2008-05-14 | 1 | -4/+19 |