| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Convert LLParser to use LLVMContext for creating constants. | Owen Anderson | 2009-07-01 | 1 | -89/+93 | |
| | | | | | llvm-svn: 74648 | |||||
| * | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 | |
| | | | | | llvm-svn: 74640 | |||||
| * | Add a global context, for easing backwards compatibility. | Owen Anderson | 2009-06-30 | 1 | -0/+3 | |
| | | | | | llvm-svn: 74574 | |||||
| * | Add wrappers for type construction to LLVMContext. | Owen Anderson | 2009-06-30 | 1 | -0/+30 | |
| | | | | | llvm-svn: 74542 | |||||
| * | Fix up header comments to make Chris happy. | Owen Anderson | 2009-06-30 | 1 | -0/+10 | |
| | | | | | llvm-svn: 74537 | |||||
| * | Add LLVMContext, which will eventually be used as a container for ↵ | Owen Anderson | 2009-06-30 | 1 | -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 | ||||||

