[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
[oota-llvm.git] / lib / MC / MCModuleYAML.cpp
2014-04-15 David BlaikieUse unique_ptr to own MCFunctions within MCModule.
2014-04-15 David BlaikieUse std::unique_ptr to manage MCBasicBlocks in MCFunction.
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...