| Commit message (Expand) | Author | Age | Files | Lines |
* | Add malloc call utility functions. Patch by Victor Hernandez. | Evan Cheng | 2009-09-10 | 1 | -0/+12 |
* | fix pasto | Chris Lattner | 2009-09-08 | 1 | -1/+1 |
* | add getVectorOperand/getIndexOperand accessors to ExtractElementInst. | Chris Lattner | 2009-09-08 | 1 | -4/+17 |
* | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman | 2009-09-07 | 1 | -4/+8 |
* | Public and private corrections, warned about by icc (#304). | Duncan Sands | 2009-09-06 | 1 | -13/+13 |
* | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar | 2009-09-06 | 1 | -8/+4 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 1 | -4/+8 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -1/+7 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 1 | -9/+9 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 1 | -9/+9 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -6/+11 |
* | add getPointerAddressSpace() to GEP instruction, use the method | Chris Lattner | 2009-08-30 | 1 | -0/+4 |
* | add a "getPointerAddressSpace" helper method to LoadInst and StoreInst. | Chris Lattner | 2009-08-30 | 1 | -0/+9 |
* | Eliminate the unused Context argument on one of the ICmpInst and FCmpInst | Dan Gohman | 2009-08-25 | 1 | -2/+0 |
* | Use covariant return types for Instruction::clone, and eliminate | Dan Gohman | 2009-08-25 | 1 | -20/+13 |
* | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman | 2009-08-25 | 1 | -79/+2 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -13/+16 |
* | Revert 78680 until I figure out why it completely broke things. | Daniel Dunbar | 2009-08-11 | 1 | -1/+8 |
* | Add convenience functions for creating inbounds GEPs. | Dan Gohman | 2009-08-11 | 1 | -0/+38 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Remove some unnecessary LoadInst constructors, missed during Twinification. | Daniel Dunbar | 2009-08-11 | 1 | -8/+1 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 1 | -1/+1 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -7/+6 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 1 | -129/+129 |
* | Move ExtractElementInst to ::Create instead of new. Update all uses. | Eric Christopher | 2009-07-25 | 1 | -5/+15 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -6/+4 |
* | Add a GEPOperator class, and move the hasNoPointerOverflow | Dan Gohman | 2009-07-17 | 1 | -18/+0 |
* | Define a no-pointer-overflow flag for GetElementPtr instructions. | Dan Gohman | 2009-07-17 | 1 | -0/+17 |
* | Fix an apparent typo. | Dan Gohman | 2009-07-17 | 1 | -1/+1 |
* | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 1 | -29/+26 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -53/+51 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -54/+95 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -112/+0 |
* | Fix a typo and a grammaro in a comment. | Dan Gohman | 2009-07-07 | 1 | -1/+1 |
* | 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 |