aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Constants.h
Commit message (Expand)AuthorAgeFilesLines
* Add helper functions to ConstantInt and ConstantFP to accept strings.Erick Tryzelaar2009-08-161-0/+6
* Add a getOffsetOf, for building a target-independent expression forDan Gohman2009-08-161-0/+5
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+2
* Add convenience functions for creating nsw add operators.Dan Gohman2009-08-111-0/+1
* Add convenience functions for creating inbounds GEPs.Dan Gohman2009-08-111-1/+10
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Add convenience functions for creating exact sdiv operators, andDan Gohman2009-08-111-0/+2
* Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc.Daniel Dunbar2009-08-101-2/+2
* Change the MDNode uniquing to a ValueMap, at Devang's request.Owen Anderson2009-08-101-2/+2
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-2/+4
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-311-0/+3
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-0/+2
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-2/+34
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-281-0/+5
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+13
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-1/+6
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-271-1/+13
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-0/+29
* Privatize the ConstantVector tables.Owen Anderson2009-07-241-3/+0
* Privatize the ConstantStruct table.Owen Anderson2009-07-231-4/+1
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-221-52/+0
* Privatize the ConstantArray table.Owen Anderson2009-07-211-3/+1
* Privatize the first of the value maps.Owen Anderson2009-07-211-4/+0
* Move a bit more state over to the LLVMContext.Owen Anderson2009-07-211-13/+0
* Privatize the MDString uniquing table.Owen Anderson2009-07-161-5/+1
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-3/+1
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-4/+1
* Move a few more convenience factory functions from Constant to LLVMContext.Owen Anderson2009-07-151-10/+0
* Move the ConstantStruct factory methods over to LLVMContext.Owen Anderson2009-07-151-6/+0
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-37/+0
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-18/+0
* Move a bit more functionality to LLVMContext, which apparently wasn't being u...Owen Anderson2009-07-131-6/+0
* These don't really need contexts either.Owen Anderson2009-07-131-0/+6
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-131-1/+1
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-11/+0
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-22/+1
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-4/+1
* Add constructor to create MDString using std::stringDevang Patel2009-06-241-0/+1
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-201-91/+73
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-191-73/+91
* Add comments to ConstantInt::get and ConstantFP::get to more fullyDan Gohman2009-06-161-7/+12
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-151-3/+12
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-0/+4
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-2/+2
* Add a getAlignOf helper for getting the ABI alignment of aDuncan Sands2009-05-211-0/+6
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-50/+0
* Use intptr_t.Bill Wendling2009-04-251-1/+1
* size() should return a size_t; avoids a warning for 64 bit machines.Mon P Wang2009-04-251-1/+1
* fix a typo noticed by duncanChris Lattner2009-04-241-1/+1