Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an MDBuilder utility for creating !tbaa.struct nodes. | Dan Gohman | 2012-09-21 | 1 | -0/+21 |
| | | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164425 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Update the header guard I missed when moving the header. | Chandler Carruth | 2012-07-15 | 1 | -2/+2 |
| | | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160242 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with | Chandler Carruth | 2012-07-15 | 1 | -0/+141 |
IRBuilder, DIBuilder, etc. This is the proper layering as MDBuilder can't be used (or implemented) without the Core Metadata representation. Patches to Clang and Dragonegg coming up. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160237 91177308-0d34-0410-b5e6-96231b3b80d8 |