Replace OwningPtr<T> with std::unique_ptr<T>.
[oota-llvm.git] / lib / IRReader / IRReader.cpp
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-01-15 Rafael EspindolaMake parseBitcodeFile return an ErrorOr<Module *>.
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-06 Peter Zotov[llvm-c] Expose IRReader interface
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-06-25 Rafael Espindolakeep only the StringRef version of getFileOrSTDIN.
2013-04-03 Eli BenderskyMeasure time that IR parsing took as part of the -time...
2013-04-01 Eli BenderskyFix top-comment header and some indentation
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...