Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks...
[oota-llvm.git] / lib / VMCore / LLVMContextImpl.h
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Owen AndersonPrivatize the ConstantVector tables.
2009-07-23 Owen AndersonPrivatize the ConstantStruct table.
2009-07-23 Devang PatelMDString
2009-07-21 Owen AndersonPrivatize the ConstantArray table.
2009-07-21 Owen AndersonPrivatize the first of the value maps.
2009-07-21 Owen AndersonRename getConstantInt{True|False} to get{True|False...
2009-07-21 Owen AndersonMove a bit more state over to the LLVMContext.
2009-07-16 Owen AndersonPrivatize the MDNode uniquing table.
2009-07-16 Owen AndersonPrivatize the MDString uniquing table.
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
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...