aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/MDBuilder.h
AgeCommit message (Expand)Author
2012-07-15Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth
2012-05-26Add support for branch weight metadata to MDBuilder and use it in various pla...Benjamin Kramer
2012-04-16Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands
2012-04-16Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands
2012-04-16Remove the methods for attaching metadata to instructions/retrieving metadataDuncan Sands
2012-04-16Add convenience methods to MDBuilder for attaching metadata to instructions,Duncan Sands
2012-04-15Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands