summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCModuleYAML.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move CFG building code to a new lib/MC/MCAnalysis library.Rafael Espindola2014-07-021-464/+0
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* Use unique_ptr to own MCFunctions within MCModule.David Blaikie2014-04-151-5/+5
* Use std::unique_ptr to manage MCBasicBlocks in MCFunction.David Blaikie2014-04-151-6/+6
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-101-0/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-1/+1
* MC CFG: Add YAML MCModule representation to enable MC CFG testing.Ahmed Bougacha2013-08-211-0/+461
OpenPOWER on IntegriCloud