Hold the LLVMContext by reference rather than by pointer.
[oota-llvm.git] / include / llvm / LLVMContext.h
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
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...