| Commit message (Expand) | Author | Age | Files | Lines |
* | Add helper functions to ConstantInt and ConstantFP to accept strings. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+6 |
* | Add a getOffsetOf, for building a target-independent expression for | Dan Gohman | 2009-08-16 | 1 | -0/+5 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+2 |
* | Add convenience functions for creating nsw add operators. | Dan Gohman | 2009-08-11 | 1 | -0/+1 |
* | Add convenience functions for creating inbounds GEPs. | Dan Gohman | 2009-08-11 | 1 | -1/+10 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Add convenience functions for creating exact sdiv operators, and | Dan Gohman | 2009-08-11 | 1 | -0/+2 |
* | Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc. | Daniel Dunbar | 2009-08-10 | 1 | -2/+2 |
* | Change the MDNode uniquing to a ValueMap, at Devang's request. | Owen Anderson | 2009-08-10 | 1 | -2/+2 |
* | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 2009-08-05 | 1 | -2/+4 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 1 | -1/+1 |
* | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 1 | -0/+3 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -0/+2 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+34 |
* | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -0/+5 |
* | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -1/+13 |
* | Move ConstantStruct back to 2.5 API. | Owen Anderson | 2009-07-27 | 1 | -1/+6 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -1/+13 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -0/+29 |
* | Privatize the ConstantVector tables. | Owen Anderson | 2009-07-24 | 1 | -3/+0 |
* | Privatize the ConstantStruct table. | Owen Anderson | 2009-07-23 | 1 | -4/+1 |
* | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 1 | -52/+0 |
* | Privatize the ConstantArray table. | Owen Anderson | 2009-07-21 | 1 | -3/+1 |
* | Privatize the first of the value maps. | Owen Anderson | 2009-07-21 | 1 | -4/+0 |
* | Move a bit more state over to the LLVMContext. | Owen Anderson | 2009-07-21 | 1 | -13/+0 |
* | Privatize the MDString uniquing table. | Owen Anderson | 2009-07-16 | 1 | -5/+1 |
* | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson | 2009-07-16 | 1 | -3/+1 |
* | Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num... | Owen Anderson | 2009-07-16 | 1 | -4/+1 |
* | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -10/+0 |
* | Move the ConstantStruct factory methods over to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -6/+0 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -37/+0 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -18/+0 |
* | Move a bit more functionality to LLVMContext, which apparently wasn't being u... | Owen Anderson | 2009-07-13 | 1 | -6/+0 |
* | These don't really need contexts either. | Owen Anderson | 2009-07-13 | 1 | -0/+6 |
* | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -11/+0 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -22/+1 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -4/+1 |
* | Add constructor to create MDString using std::string | Devang Patel | 2009-06-24 | 1 | -0/+1 |
* | Revert r73790, and replace it with a significantly less ugly solution. Rathe... | Owen Anderson | 2009-06-20 | 1 | -91/+73 |
* | Fix a serious bug that would cause deadlock during abstract type refinement. ... | Owen Anderson | 2009-06-19 | 1 | -73/+91 |
* | Add comments to ConstantInt::get and ConstantFP::get to more fully | Dan Gohman | 2009-06-16 | 1 | -7/+12 |
* | Support vector casts in more places, fixing a variety of assertion | Dan Gohman | 2009-06-15 | 1 | -3/+12 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -0/+4 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 1 | -2/+2 |
* | Add a getAlignOf helper for getting the ABI alignment of a | Duncan Sands | 2009-05-21 | 1 | -0/+6 |
* | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky | 2009-05-10 | 1 | -50/+0 |
* | Use intptr_t. | Bill Wendling | 2009-04-25 | 1 | -1/+1 |
* | size() should return a size_t; avoids a warning for 64 bit machines. | Mon P Wang | 2009-04-25 | 1 | -1/+1 |
* | fix a typo noticed by duncan | Chris Lattner | 2009-04-24 | 1 | -1/+1 |