aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/LLVMContextImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-251-2/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-372/+14
* Privatize the ConstantVector tables.Owen Anderson2009-07-241-1/+55
* Privatize the ConstantStruct table.Owen Anderson2009-07-231-0/+104
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-231-3/+3
* MDStringDevang Patel2009-07-231-5/+6
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-231-1/+1
* Privatize the ConstantArray table.Owen Anderson2009-07-211-2/+129
* Privatize the first of the value maps.Owen Anderson2009-07-211-0/+300
* Privatize the MDNode uniquing table.Owen Anderson2009-07-161-0/+30
* Privatize the MDString uniquing table.Owen Anderson2009-07-161-1/+20
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-0/+33
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+48