summaryrefslogtreecommitdiff
path: root/include/llvm/LLVMContext.h
Commit message (Expand)AuthorAge
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Tidy #includes.Dan Gohman2009-08-11
* Remove dead metadata.Devang Patel2009-08-11
* Remove unused forward decls.Benjamin Kramer2009-08-05
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Privatize the last bit of Constant-creation state.Owen Anderson2009-08-04
* Privatize all but one of the remaining constant tables.Owen Anderson2009-07-31
* Move the metadata constructors back to 2.5 syntax.Owen Anderson2009-07-31
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-31
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-28
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-27
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-27
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Privatize the ConstantVector tables.Owen Anderson2009-07-24
* Privatize the ConstantStruct table.Owen Anderson2009-07-23
* MDStringDevang Patel2009-07-23
* Privatize the ConstantArray table.Owen Anderson2009-07-21
* Privatize the first of the value maps.Owen Anderson2009-07-21
* Rename getConstantInt{True|False} to get{True|False} at Chris' behest.Owen Anderson2009-07-21
* Privatize the MDNode uniquing table.Owen Anderson2009-07-16
* Privatize the MDString uniquing table.Owen Anderson2009-07-16
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Move a bit more functionality to LLVMContext, which apparently wasn't being u...Owen Anderson2009-07-13
* Move more functionality over to LLVMContext.Owen Anderson2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-09
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* This parameter should default to true, not false.Owen Anderson2009-07-07
* More LLVMContext-ification.Owen Anderson2009-07-05
* Even more passes being LLVMContext'd.Owen Anderson2009-07-03
* Fill in a few more missing accessors.Owen Anderson2009-07-02
* Add accessors for metadata constants.Owen Anderson2009-07-02
* Add accessor for MDNode.Owen Anderson2009-07-02
* Add accessor for getting UndefValue's.Owen Anderson2009-07-02
* Add a few methods that got left out earlier.Owen Anderson2009-07-01
* Make the use of const with respect to LLVMContext sane. Hopefully this is th...Owen Anderson2009-07-01
* --- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling2009-07-01
* Convert LLParser to use LLVMContext for creating constants.Owen Anderson2009-07-01
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-01
* Add a global context, for easing backwards compatibility.Owen Anderson2009-06-30
* Add wrappers for type construction to LLVMContext.Owen Anderson2009-06-30
* Fix up header comments to make Chris happy.Owen Anderson2009-06-30