Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
[oota-llvm.git] / include / llvm / LLVMContext.h
2009-06-30 Owen AndersonAdd a global context, for easing backwards compatibility.
2009-06-30 Owen AndersonAdd wrappers for type construction to LLVMContext.
2009-06-30 Owen AndersonFix up header comments to make Chris happy.
2009-06-30 Owen AndersonAdd LLVMContext, which will eventually be used as a...