| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | "I got annoyed at the compiler warnings from ConstantInt::get(Ty, -1, | Chris Lattner | 2009-04-24 | 1 | -0/+9 |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 1 | -0/+104 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -1/+2 |
* | Fix a duplicated word in a comment. | Bob Wilson | 2009-02-26 | 1 | -1/+1 |
* | Reword the comment for ConstantInt's getLimitedValue. | Dan Gohman | 2008-12-20 | 1 | -3/+5 |
* | Make ConstantAggregateZero::get return a ConstantAggregateZero*, | Dan Gohman | 2008-12-08 | 1 | -1/+1 |
* | A file missed from previous checkin. | Dale Johannesen | 2008-10-09 | 1 | -1/+2 |
* | Prevent warning about conversion from 64-bit to 32-bit by (yuck) casting... | Bill Wendling | 2008-09-19 | 1 | -1/+1 |
* | Add a new ConstantExpr::getWithOperands that takes any array of operands | Chris Lattner | 2008-08-20 | 1 | -1/+4 |
* | Remove unnecessary implicit argument | Nate Begeman | 2008-07-25 | 1 | -2/+2 |
* | Fix minor issues with VICmp/VFCmp constant expressions | Nate Begeman | 2008-07-25 | 1 | -2/+3 |
* | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman | 2008-05-31 | 1 | -4/+13 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -4/+4 |
* | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman | 2008-05-15 | 1 | -0/+9 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -0/+2 |
* | remove commented-out code, it is subsumed by DECLARE_TRANSPARENT_OPERAND_ACCE... | Gabor Greif | 2008-05-10 | 1 | -9/+0 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 1 | -5/+37 |
* | remove obsolete method. | Chris Lattner | 2008-05-04 | 1 | -3/+0 |
* | Don't try to convert PPC long double. | Dale Johannesen | 2008-04-28 | 1 | -0/+3 |
* | ConstantFP::get should be static. | Chris Lattner | 2008-04-09 | 1 | -1/+1 |
* | Unbreak teh build. | Evan Cheng | 2008-04-09 | 1 | -0/+5 |