summaryrefslogtreecommitdiff
path: root/lib/MC/MCModuleYAML.cpp
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-29
* 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