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 | -372/+14 |
* | Privatize the ConstantVector tables. | Owen Anderson | 2009-07-24 | 1 | -1/+55 |
* | Privatize the ConstantStruct table. | Owen Anderson | 2009-07-23 | 1 | -0/+104 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 1 | -3/+3 |
* | MDString | Devang Patel | 2009-07-23 | 1 | -5/+6 |
* | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 1 | -1/+1 |
* | Privatize the ConstantArray table. | Owen Anderson | 2009-07-21 | 1 | -2/+129 |
* | Privatize the first of the value maps. | Owen Anderson | 2009-07-21 | 1 | -0/+300 |
* | Privatize the MDNode uniquing table. | Owen Anderson | 2009-07-16 | 1 | -0/+30 |
* | Privatize the MDString uniquing table. | Owen Anderson | 2009-07-16 | 1 | -1/+20 |
* | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -0/+33 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -0/+48 |