Age | Commit message (Expand) | Author |
2008-11-05 | Silence unused variable warnings. | Devang Patel |
2008-09-25 | Large mechanical patch. | Devang Patel |
2008-09-23 | s/ParameterAttributes/Attributes/g | Devang Patel |
2008-08-14 | Improve support for vector casts in LLVM IR and CodeGen. | Dan Gohman |
2008-07-29 | Add vector shifts to the IR, patch by Eli Friedman. | Nate Begeman |
2008-07-29 | Add a GetElementPtrInst::getIndexedType that accepts uint64_t's instead of ju... | Matthijs Kooijman |
2008-07-25 | Tab removal | Nate Begeman |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
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 | Use std::copy instead of a loop. | Dan Gohman |
2008-06-20 | Simplify this code. Thanks Chris! | Dan Gohman |
2008-06-17 | In InsertValueInst's copy ctor, actually copy the operands. | Dan Gohman |
2008-06-17 | Implement the ExtractValueInst::getIndexedType that accepts one | Dan Gohman |
2008-06-16 | fix pr2460 | Chris Lattner |
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 | * Make CallSite::hasArgument const and let it take a const parameter. | Matthijs Kooijman |
2008-06-04 | Add CallSite::hasArgument to allow for seeing if a call passes a certain valu... | 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 | Factor several methods, including getInversePredicate and | Dan Gohman |
2008-05-31 | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman |
2008-05-27 | prune unneeded #includes | Gabor Greif |
2008-05-27 | remove unneeded reinterpret_casts | Gabor Greif |
2008-05-27 | We have the correct headers included to know that BB isa Value. No reinterpre... | Gabor Greif |
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-16 | Add functions to enable adding a single attribute to a function and | Eric Christopher |
2008-05-16 | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif |
2008-05-16 | Revert the change from r51157 in | Dan Gohman |
2008-05-15 | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman |
2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |
2008-05-13 | Merge of r51073-51074 from use-diet branch. | Gabor Greif |
2008-05-13 | Derive GetResultInst from UnaryInstruction, this simplifies code and removes ... | Gabor Greif |
2008-05-12 | Pointer comparisons should be handled by icmp, not vicmp :) | Nate Begeman |
2008-05-12 | Hard code CmpInst back to i1 for now while I go track down what in the bitcod... | Nate Begeman |
2008-05-12 | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman |
2008-05-12 | Update comments. | Dan Gohman |
2008-05-10 | merge of use-diet branch to trunk | Gabor Greif |
2008-04-23 | Enforce that multiple return values have to have at least one result. | Chris Lattner |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
2008-03-24 | Shrink the size of AllocationInst by using its SubclassData | Dan Gohman |
2008-03-13 | move a bunch of trivial methods to be inline. | Chris Lattner |
2008-03-12 | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner |
2008-03-03 | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel |
2008-03-02 | Add a new ShuffleVectorInst::getMaskValue method. | Chris Lattner |
2008-02-27 | Add comment. | Devang Patel |
2008-02-26 | Remove unncessary ReturnInst constructors. | Devang Patel |
2008-02-26 | Use SmallVector while constructing ReturnInst. | Devang Patel |