Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further fixes and improvements to the ConstantInitBuilder API. | John McCall | 2017-03-06 | 1 | -6/+95 |
| | | | | llvm-svn: 297050 | ||||
* | Refactor ConstantInitBuilder to allow other frontends to more | John McCall | 2017-03-04 | 1 | -19/+79 |
| | | | | | | | | | | easily extend the aggregate-builder API. Stupid missing language features. Also add APIs for constructing a relative reference and computing the offset of a position from the start of the initializer. llvm-svn: 296979 | ||||
* | Promote ConstantInitBuilder to be a public CodeGen API; it's | John McCall | 2017-03-02 | 1 | -0/+131 |
a generally useful utility for other frontends. NFC. llvm-svn: 296806 |