summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/LLVMContext.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Convert LLParser to use LLVMContext for creating constants.Owen Anderson2009-07-011-89/+93
| | | | llvm-svn: 74648
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
| | | | llvm-svn: 74640
* Add a global context, for easing backwards compatibility.Owen Anderson2009-06-301-0/+3
| | | | llvm-svn: 74574
* Add wrappers for type construction to LLVMContext.Owen Anderson2009-06-301-0/+30
| | | | llvm-svn: 74542
* Fix up header comments to make Chris happy.Owen Anderson2009-06-301-0/+10
| | | | llvm-svn: 74537
* Add LLVMContext, which will eventually be used as a container for ↵Owen Anderson2009-06-301-0/+162
privatizing a lot of (currently) global state, including the constant and type uniquing tables. For now, just make it a wrapper around the existing APIs. llvm-svn: 74488
OpenPOWER on IntegriCloud