Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Struct GEPs must use i32, not whatever size_t is. It should be safe | John McCall | 2016-12-01 | 1 | -2/+4 |
* | Teach ConstantBuilder how to emit a reference to the current position | John McCall | 2016-12-01 | 1 | -0/+40 |
* | Finish adopting ConstantInitBuilder in CGObjCGNU. NFC. | John McCall | 2016-11-30 | 1 | -0/+7 |
* | Switch CGObjCMac to use ConstantInitBuilder. Whew. | John McCall | 2016-11-30 | 1 | -2/+63 |
* | Hide the result of building a constant initializer. NFC. | John McCall | 2016-11-28 | 1 | -31/+74 |
* | ConstantBuilder -> ConstantInitBuilder for clarity, and | John McCall | 2016-11-28 | 1 | -95/+112 |
* | Introduce a helper class for building complex constant initializers. NFC. | John McCall | 2016-11-19 | 1 | -0/+274 |