summaryrefslogtreecommitdiff
path: root/lib/IRReader
Commit message (Expand)AuthorAge
* IRReader: don't mark MemoryBuffers constAlp Toker2014-06-27
* Propagate const-correctness into parseBitcodeFile()Alp Toker2014-06-27
* ParseIR: don't take ownership of the MemoryBufferAlp Toker2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* MSVC build fix following r211749Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* 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
* Remove system_error.h.Rafael Espindola2014-06-12
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola2014-01-15
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-13
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-06
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-25
* Measure time that IR parsing took as part of the -time-passes measurement.Eli Bendersky2013-04-03
* Fix top-comment header and some indentationEli Bendersky2013-04-01
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-26