Age | Commit message (Expand) | Author |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
2009-07-07 | Fix a typo and a grammaro in a comment. | Dan Gohman |
2009-05-18 | Remove getType() overrides for ExtractValueInst and InsertValueInst. | Eric Christopher |
2009-03-23 | Make getOperandNumForIncomingValue and getOperandNumForIncomingBlock | Dan Gohman |
2009-03-13 | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling |
2009-03-13 | Second installment of "BasicBlock operands to the back" | Gabor Greif |
2009-03-12 | cosmetic change, in preparation of future change | Gabor Greif |
2009-03-12 | Rearrange operands of the BranchInst, to be able to | Gabor Greif |
2009-02-15 | 80-column violation. | Mikhail Glushenkov |
2009-02-09 | incorporate review feedback | Gabor Greif |
2009-02-09 | 80-column violations. | Mikhail Glushenkov |
2009-02-09 | make sure that BranchInst::getSuccessor() does not assert in cast<> | Gabor Greif |
2009-01-23 | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif |
2009-01-09 | add a helper method. | Chris Lattner |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
2008-12-29 | move select validation logic into a shared place where the select ctor, | Chris Lattner |
2008-11-26 | add a long-overdue AllocaInst::isStaticAlloca method. | Chris Lattner |
2008-10-29 | Don't force things to be Value * when they're not. | David Greene |
2008-09-26 | Now Attributes are divided in three groups | Devang Patel |
2008-09-26 | Make some minor reorganizations and comment changes to eliminate trivial | Dan Gohman |
2008-09-25 | Large mechanical patch. | Devang Patel |
2008-09-23 | s/ParameterAttributes/Attributes/g | Devang Patel |
2008-09-16 | FCmpInst predicates UNO, ORD, FALSE, and TRUE are commutative. | Dan Gohman |
2008-09-09 | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman |
2008-07-29 | Add a GetElementPtrInst::getIndexedType that accepts uint64_t's instead of ju... | Matthijs Kooijman |
2008-07-24 | Rename instance variables, parameter argument names to eliminate a bunch of c... | Evan Cheng |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
2008-07-22 | Removing tabs. | Bill Wendling |
2008-07-08 | Add some convenience methods for manipulating | Duncan Sands |
2008-06-23 | Remove two convenience constructors because they're now private, and the | Dan Gohman |
2008-06-23 | Remove an unnecessary cast. | Dan Gohman |
2008-06-19 | Add an idx_iterator to the insertvalue and extractvalue instructions. | Owen Anderson |
2008-06-06 | get rid of ExtractValueInst::init's Value argument, it is already passed to t... | Gabor Greif |
2008-06-06 | make ExtractValueInst derived from UnaryInstruction | Gabor Greif |
2008-06-05 | Cast because I think I know what I'm doing. There are warnings about converting | Bill Wendling |
2008-06-05 | Fix 80 column violations. | Matthijs Kooijman |
2008-06-04 | Add a Name parameter to two of the init methods of GetElementPointer to make ... | Matthijs Kooijman |
2008-06-04 | Implement the two constructors in InsertValueInst and ExtractValueInst. | Matthijs Kooijman |
2008-05-31 | Fix a copy+paste error in a comment. | Dan Gohman |
2008-05-31 | Fix some bugs with the handling of indices in insertvalue/extractvalue. | Dan Gohman |
2008-05-31 | Factor several methods, including getInversePredicate and | Dan Gohman |
2008-05-31 | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman |
2008-05-26 | eliminate calls to deprecated Use::init() interface | Gabor Greif |
2008-05-23 | Add more IR support for the new extractvalue and insertvalue | Dan Gohman |
2008-05-17 | Move isTrueWhenEqual to ICmpInst. | Nick Lewycky |
2008-05-16 | Add functions to enable adding a single attribute to a function and | Eric Christopher |
2008-05-15 | Update comments based on Duncan's feedback. | Dan Gohman |
2008-05-15 | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman |