| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -52/+7 |
* | Privatize the ConstantVector tables. | Owen Anderson | 2009-07-24 | 1 | -1/+5 |
* | Privatize the ConstantStruct table. | Owen Anderson | 2009-07-23 | 1 | -1/+10 |
* | MDString | Devang Patel | 2009-07-23 | 1 | -3/+3 |
* | Add newline at end of file. | Duncan Sands | 2009-07-22 | 1 | -1/+1 |
* | Privatize the ConstantArray table. | Owen Anderson | 2009-07-21 | 1 | -1/+10 |
* | Privatize the first of the value maps. | Owen Anderson | 2009-07-21 | 1 | -1/+5 |
* | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson | 2009-07-21 | 1 | -4/+4 |
* | Move a bit more state over to the LLVMContext. | Owen Anderson | 2009-07-21 | 1 | -2/+6 |
* | Fix "no newline at end of file" warning from gcc. | Jeffrey Yasskin | 2009-07-16 | 1 | -1/+1 |
* | Privatize the MDNode uniquing table. | Owen Anderson | 2009-07-16 | 1 | -1/+5 |
* | Privatize the MDString uniquing table. | Owen Anderson | 2009-07-16 | 1 | -2/+6 |
* | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -1/+1 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -2/+2 |
* | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -4/+7 |
* | Move the ConstantStruct factory methods over to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -3/+8 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -6/+43 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -18/+18 |
* | Move a bit more functionality to LLVMContext, which apparently wasn't being u... | Owen Anderson | 2009-07-13 | 1 | -1/+29 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -12/+11 |
* | Fix build on Linux. | Nick Lewycky | 2009-07-13 | 1 | -0/+1 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -7/+79 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -0/+7 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -10/+0 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 1 | -0/+8 |
* | Even more passes being LLVMContext'd. | Owen Anderson | 2009-07-03 | 1 | -1/+2 |
* | Fill in a few more missing accessors. | Owen Anderson | 2009-07-02 | 1 | -1/+7 |
* | Add accessors for metadata constants. | Owen Anderson | 2009-07-02 | 1 | -0/+9 |
* | Add accessor for MDNode. | Owen Anderson | 2009-07-02 | 1 | -0/+6 |
* | Add accessor for getting UndefValue's. | Owen Anderson | 2009-07-02 | 1 | -0/+5 |
* | Add a few methods that got left out earlier. | Owen Anderson | 2009-07-01 | 1 | -1/+14 |
* | Make the use of const with respect to LLVMContext sane. Hopefully this is th... | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | --- Reverse-merging (from foreign repository) r74648 into '.': | Bill Wendling | 2009-07-01 | 1 | -107/+89 |
* | Fix typo. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Convert LLParser to use LLVMContext for creating constants. | Owen Anderson | 2009-07-01 | 1 | -90/+108 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -2/+2 |
* | Add a global context, for easing backwards compatibility. | Owen Anderson | 2009-06-30 | 1 | -0/+7 |
* | Add wrappers for type construction to LLVMContext. | Owen Anderson | 2009-06-30 | 1 | -0/+58 |
* | Fix up header comments to make Chris happy. | Owen Anderson | 2009-06-30 | 1 | -0/+5 |
* | Add LLVMContext, which will eventually be used as a container for privatizing... | Owen Anderson | 2009-06-30 | 1 | -0/+379 |