summaryrefslogtreecommitdiff
path: root/include/llvm/Support/IRReader.h
Commit message (Expand)AuthorAge
* 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