search for: mdint

Displaying 1 result from an estimated 1 matches for "mdint".

Did you mean: maint
2014 Dec 05
2
[LLVMdev] [RFC] Semantic changes in the Metadata/Value split
...: - Change assembly syntax to make metadata look as typeless as it is. (This will come with painful clang testcase updates... yay!) - Ditto for bitcode. - Add assembly syntax, bitcode support, and C++ API for `MDNode::getDistinct()`, which explicitly opts out of uniquing. - Add `MDInt`, which is a generic integer represented by an `APSInt` for use in metadata. - Upgrade various types of metadata to use `MDInt` and/or `getDistinct()`. - Add reference counting semantics to some types of metadata, so that no-longer-referenced metadata gets cleaned up. - Upgrade...