summaryrefslogtreecommitdiff
path: root/lib/MC/MCModuleYAML.cpp
Commit message (Expand)AuthorAge
* Use unique_ptr to own MCFunctions within MCModule.David Blaikie2014-04-15
* Use std::unique_ptr to manage MCBasicBlocks in MCFunction.David Blaikie2014-04-15
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-21