aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Instructions.h
AgeCommit message (Expand)Author
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-01Various Instructions' resizeOperands() methods are only used to grow theJay Foad
2011-03-30Add a comment on PHINode::Create().Jay Foad
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2011-02-01Make SwitchInst::removeCase() more efficient.Jay Foad
2011-01-14Remove casts between Value** and Constant**, which won't work if aJay Foad
2011-01-11FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad
2011-01-07Simplify the allocation and freeing of Users' operand lists, now thatJay Foad
2011-01-07Remove the "ugly" method BranchInst::setUnconditionalDest().Jay Foad
2010-12-03Fix paste-o in ExtractValueInst::getIndexedType() comments.Frits van Bommel
2010-11-17fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::initChris Lattner
2010-11-17Fix a layering violation: hasConstantValue, which is part of the PHINodeDuncan Sands
2010-11-14If dom tree information is available, make it possible to passDuncan Sands
2010-10-27It is confusing to call a random-access iterator 'InputIterator'.Mikhail Glushenkov
2010-10-27Trailing whitespace.Mikhail Glushenkov
2010-10-06Remove compatibilty code for old-style multiple return values.Dan Gohman
2010-09-09Add a getPointerOperand() helper function to VAArgInst, for consistencyDan Gohman
2010-08-07Add a predicate to determine if a call is an inline asm statement.Owen Anderson
2010-08-05remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif
2010-07-31doxygenize argument accessorsGabor Greif
2010-07-28Move MaximumAlignment to Value.h, now that GlobalValue.h needs it.Dan Gohman
2010-07-28Define a maximum supported alignment value for load, store, andDan Gohman
2010-07-21restore aestheticsGabor Greif
2010-07-16eliminate CallInst::ArgOffsetGabor Greif
2010-07-13rotate CallInst operandsGabor Greif
2010-07-12make the prototypes for CreateMalloc and CreateFree more consistent. PatchChris Lattner
2010-07-07minor cosmetic changes that happened to sit in my treeGabor Greif
2010-07-06second round of low-level interface squeeze-out:Gabor Greif
2010-07-06Add default value to setIsNoInline for parity with the other methods of itsNick Lewycky
2010-07-04back out r107580, I have seen what I wantedGabor Greif
2010-07-04[another test commit, just to tickle the selfhost buildbots; I'll back out in...Gabor Greif
2010-07-02back out r107480, it was just testing the waters anyway...Gabor Greif
2010-07-02[test commit, just to tickle the selfhost buildbots; I'll back out in a few m...Gabor Greif
2010-07-01evil hack to coerce external users (projects)Gabor Greif
2010-07-01back out r107396 for now, it needs another minor change to function as advert...Gabor Greif
2010-07-01evil hack to coerce external users (projects)Gabor Greif
2010-06-29minor cosmeticsGabor Greif
2010-06-29use ArgOffset constant to prepare for operand rotationGabor Greif
2010-06-28extend ArgOperand interface: setArgOperandGabor Greif
2010-06-26add some named accessors for StoreInstChris Lattner
2010-06-07Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher
2010-04-16reapply r101434Gabor Greif
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif
2010-03-25Reapply r99451 with a fix to move the NoInline check to the cost functionsEric Christopher
2010-03-24Temporarily revert this, it's causing an issue with an internal project.Eric Christopher
2010-03-24Finally land the InvokeInst operand reordering.Gabor Greif