aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/LLVMContext.h
Commit message (Expand)AuthorAgeFilesLines
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-0/+4
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-4/+0
* This parameter should default to true, not false.Owen Anderson2009-07-071-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-051-0/+2
* Even more passes being LLVMContext'd.Owen Anderson2009-07-031-1/+1
* Fill in a few more missing accessors.Owen Anderson2009-07-021-1/+3
* Add accessors for metadata constants.Owen Anderson2009-07-021-0/+5
* Add accessor for MDNode.Owen Anderson2009-07-021-0/+4
* Add accessor for getting UndefValue's.Owen Anderson2009-07-021-0/+4
* Add a few methods that got left out earlier.Owen Anderson2009-07-011-1/+6
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-011-1/+1
* --- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling2009-07-011-93/+89
* Convert LLParser to use LLVMContext for creating constants.Owen Anderson2009-07-011-89/+93
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a global context, for easing backwards compatibility.Owen Anderson2009-06-301-0/+3
* Add wrappers for type construction to LLVMContext.Owen Anderson2009-06-301-0/+30
* Fix up header comments to make Chris happy.Owen Anderson2009-06-301-0/+10
* Add LLVMContext, which will eventually be used as a container for privatizing...Owen Anderson2009-06-301-0/+162