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