Remove CloningDirector and associated code
[oota-llvm.git] / include / llvm / IR / MDBuilder.h
2015-09-02 Sanjay Pateladd unpredictable metadata type for control flow
2015-06-01 Artur PilipenkoAdd isConstant argument to MDBuilder::createTBAAStructT...
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-02-25 Charles Davis[IC] Turn non-null MD on pointer loads to range MD...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-07-25 Hal FinkelSimplify and improve scoped-noalias metadata semantics
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-04-12 Benjamin KramerMove MDBuilder's methods out of line.
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2013-04-27 Manman RenStruct-path aware TBAA: change the format of TBAAStruct...
2013-04-11 Manman RenTBAA: add utility to create a TBAA scalar type node
2013-04-02 Manman RenAdd MDBuilder utilities for path-aware TBAA.
2013-01-10 Jakub StaszakFix indent and remove unneeded #includes in MDBuilder.h.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...