aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/LLVMContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move a few more convenience factory functions from Constant to LLVMContext.Owen Anderson2009-07-151-4/+7
* Move the ConstantStruct factory methods over to LLVMContext.Owen Anderson2009-07-151-3/+8
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-6/+43
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-18/+18
* Move a bit more functionality to LLVMContext, which apparently wasn't being u...Owen Anderson2009-07-131-1/+29
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-12/+11
* Fix build on Linux.Nick Lewycky2009-07-131-0/+1
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-7/+79
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-0/+7
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-10/+0
* More LLVMContext-ification.Owen Anderson2009-07-051-0/+8
* Even more passes being LLVMContext'd.Owen Anderson2009-07-031-1/+2
* Fill in a few more missing accessors.Owen Anderson2009-07-021-1/+7
* Add accessors for metadata constants.Owen Anderson2009-07-021-0/+9
* Add accessor for MDNode.Owen Anderson2009-07-021-0/+6
* Add accessor for getting UndefValue's.Owen Anderson2009-07-021-0/+5
* Add a few methods that got left out earlier.Owen Anderson2009-07-011-1/+14
* 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-107/+89
* Fix typo.Owen Anderson2009-07-011-1/+1
* Convert LLParser to use LLVMContext for creating constants.Owen Anderson2009-07-011-90/+108
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-2/+2
* Add a global context, for easing backwards compatibility.Owen Anderson2009-06-301-0/+7
* Add wrappers for type construction to LLVMContext.Owen Anderson2009-06-301-0/+58
* Fix up header comments to make Chris happy.Owen Anderson2009-06-301-0/+5
* Add LLVMContext, which will eventually be used as a container for privatizing...Owen Anderson2009-06-301-0/+379