summaryrefslogtreecommitdiff
path: root/lib/IRReader
AgeCommit message (Expand)AuthorFilesLines
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-7/+7
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-3/+2
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles1-2/+2
2014-01-15Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola1-5/+7
2014-01-13Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola1-4/+5
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth1-3/+3
2013-11-06[llvm-c] Expose IRReader interfacePeter Zotov1-0/+32
2013-07-16Add 'const' qualifiers to static const char* variables.Craig Topper1-2/+2
2013-06-25keep only the StringRef version of getFileOrSTDIN.Rafael Espindola1-2/+2
2013-04-03Measure time that IR parsing took as part of the -time-passes measurement.Eli Bendersky1-0/+11
2013-04-01Fix top-comment header and some indentationEli Bendersky2-3/+3
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth4-0/+117