summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/LLVMContextImpl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Privatize the ConstantArray table.Owen Anderson2009-07-211-2/+129
| | | | llvm-svn: 76639
* Privatize the first of the value maps.Owen Anderson2009-07-211-0/+300
| | | | llvm-svn: 76634
* Privatize the MDNode uniquing table.Owen Anderson2009-07-161-0/+30
| | | | llvm-svn: 76126
* Privatize the MDString uniquing table.Owen Anderson2009-07-161-1/+20
| | | | llvm-svn: 76113
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-0/+33
| | | | llvm-svn: 76097
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a ↵Owen Anderson2009-07-161-0/+48
number of issues in our current context-passing stuff, which is also fixed here llvm-svn: 76089
OpenPOWER on IntegriCloud