aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/LLVMContextImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-15/+335
* Privatize the ConstantVector tables.Owen Anderson2009-07-241-0/+8
* Privatize the ConstantStruct table.Owen Anderson2009-07-231-0/+11
* MDStringDevang Patel2009-07-231-1/+1
* Privatize the ConstantArray table.Owen Anderson2009-07-211-2/+15
* Privatize the first of the value maps.Owen Anderson2009-07-211-1/+17
* Rename getConstantInt{True|False} to get{True|False} at Chris' behest.Owen Anderson2009-07-211-2/+2
* Move a bit more state over to the LLVMContext.Owen Anderson2009-07-211-1/+20
* Privatize the MDNode uniquing table.Owen Anderson2009-07-161-0/+7
* Privatize the MDString uniquing table.Owen Anderson2009-07-161-0/+9
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-1/+36
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-2/+50
* Fix up header comments to make Chris happy.Owen Anderson2009-06-301-1/+6
* Add LLVMContext, which will eventually be used as a container for privatizing...Owen Anderson2009-06-301-0/+20