aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/IRReader.h
AgeCommit message (Expand)Author
2013-03-26Split out the IRReader header and the utility functions it provides intoChandler Carruth
2013-03-22Revert r177543: Add timing of the IR parsing code with a newChandler Carruth
2013-03-20Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner
2010-12-16MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer
2010-12-09Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer
2010-08-04Don't print the filename twice in file-not-found errors.Dan Gohman
2010-07-23Fix use-after-free error.Owen Anderson
2010-05-27Make ParseIRFile and getLazyIRFileModule incoporate the underlyingDan Gohman
2010-04-06enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner
2010-04-06Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner
2010-01-29Rename two IRReader.h functions to indicate that they return a ModuleJeffrey Yasskin
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2009-09-08Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman
2009-09-02Add convenience functions for reading in LLVM IR that autodetectDan Gohman