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