summaryrefslogtreecommitdiffstats
path: root/include/llvm/MDBuilder.h
Commit message (Collapse)AuthorAgeFilesLines
* Add an MDBuilder utility for creating !tbaa.struct nodes.Dan Gohman2012-09-211-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 Carruth2012-07-151-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 withChandler Carruth2012-07-151-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