Introduce a string_ostream string builder facilty
[oota-llvm.git] / lib / IRReader / IRReader.cpp
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
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...