| Age | Commit message (Expand) | Author |
| 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 | Rearrange operands of the BranchInst, to be able to | Gabor Greif |
| 2009-03-09 | fix Analysis/BasicAA/2004-12-08-BasicAACrash.ll by allowing opaque types. | Chris Lattner |
| 2009-03-09 | Fix PR3746 - Crash in isel with GEP of function pointer | Chris Lattner |
| 2009-01-11 | simplify CallSite helper class to not consult the Instruction's | Gabor Greif |
| 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-11-21 | Silence unused variable warnings. | Devang Patel |
| 2008-11-10 | Added support for the following definition of shufflevector | Mon P Wang |
| 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 |