| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove warnings when using -Wshorten-64-to-32. | Bill Wendling | 2008-05-10 | 1 | -3/+3 |
* | Prevent -W64-to-32-shortened warnings. | Bill Wendling | 2008-05-10 | 1 | -2/+2 |
* | Prevent warnings from the -Wshorten-64-to-32 flag. | Bill Wendling | 2008-05-10 | 1 | -5/+2 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 1 | -239/+352 |
* | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng | 2008-05-05 | 1 | -5/+4 |
* | Fix 80 column violations. | Evan Cheng | 2008-05-05 | 1 | -25/+46 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -15/+182 |
* | Remove an unnecessary #include. | Dan Gohman | 2008-03-24 | 1 | -1/+0 |
* | Shrink the size of AllocationInst by using its SubclassData | Dan Gohman | 2008-03-24 | 1 | -6/+3 |
* | move a bunch of trivial methods to be inline. | Chris Lattner | 2008-03-13 | 1 | -15/+43 |
* | Various improvements suggested by Duncan | Chris Lattner | 2008-03-13 | 1 | -5/+5 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -21/+13 |
* | Fix getOperand() for ReturnInst. | Devang Patel | 2008-03-11 | 1 | -2/+6 |
* | RetVal is not used when there are more then one return operands. | Devang Patel | 2008-03-07 | 1 | -2/+3 |
* | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel | 2008-03-03 | 1 | -4/+6 |