Fix use-after-free error.
[oota-llvm.git] / include / llvm / Support / IRReader.h
2010-07-23 Owen AndersonFix use-after-free error.
2010-05-27 Dan GohmanMake ParseIRFile and getLazyIRFileModule incoporate...
2010-04-06 Chris Lattnerenhance SMDiagnostic to also maintain a pointer to...
2010-04-06 Chris LattnerGive llvm::SourceMgr the ability to have a client-specified
2010-01-29 Jeffrey YasskinRename two IRReader.h functions to indicate that they...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-09-08 Dan GohmanUse MemoryBuffer::getBufferIdentifier() in the AsmPrint...
2009-09-02 Dan GohmanAdd convenience functions for reading in LLVM IR that...