Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-06 | Further fixes and improvements to the ConstantInitBuilder API. | John McCall | 1 | -6/+95 | |
llvm-svn: 297050 | |||||
2017-03-04 | Refactor ConstantInitBuilder to allow other frontends to more | John McCall | 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 | |||||
2017-03-02 | Promote ConstantInitBuilder to be a public CodeGen API; it's | John McCall | 1 | -0/+131 | |
a generally useful utility for other frontends. NFC. llvm-svn: 296806 |