The TargetData is not used for the isPowerOfTwo determination. It has never
[oota-llvm.git] / include / llvm / Support / IRReader.h
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-08-04 Dan GohmanDon't print the filename twice in file-not-found errors.
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...