summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IRReader
Commit message (Expand)AuthorAgeFilesLines
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola2014-01-151-5/+7
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-131-4/+5
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-3/+3
* [llvm-c] Expose IRReader interfacePeter Zotov2013-11-061-0/+32
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-2/+2
* keep only the StringRef version of getFileOrSTDIN.Rafael Espindola2013-06-251-2/+2
* Measure time that IR parsing took as part of the -time-passes measurement.Eli Bendersky2013-04-031-0/+11
* Fix top-comment header and some indentationEli Bendersky2013-04-012-3/+3
* Split out the IRReader header and the utility functions it provides intoChandler Carruth2013-03-264-0/+117
OpenPOWER on IntegriCloud