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