summaryrefslogtreecommitdiff
path: root/include/llvm/Instructions.h
AgeCommit message (Expand)AuthorFilesLines
2010-11-17fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::initChris Lattner1-1/+1
2010-11-17Fix a layering violation: hasConstantValue, which is part of the PHINodeDuncan Sands1-8/+1
2010-11-14If dom tree information is available, make it possible to passDuncan Sands1-1/+1
2010-10-27It is confusing to call a random-access iterator 'InputIterator'.Mikhail Glushenkov1-122/+158
2010-10-27Trailing whitespace.Mikhail Glushenkov1-30/+30
2010-10-06Remove compatibilty code for old-style multiple return values.Dan Gohman1-5/+3
2010-09-09Add a getPointerOperand() helper function to VAArgInst, for consistencyDan Gohman1-0/+4
2010-08-07Add a predicate to determine if a call is an inline asm statement.Owen Anderson1-0/+5
2010-08-05remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif1-20/+0
2010-07-31doxygenize argument accessorsGabor Greif1-0/+10
2010-07-28Move MaximumAlignment to Value.h, now that GlobalValue.h needs it.Dan Gohman1-4/+0
2010-07-28Define a maximum supported alignment value for load, store, andDan Gohman1-0/+4
2010-07-21restore aestheticsGabor Greif1-24/+24
2010-07-16eliminate CallInst::ArgOffsetGabor Greif1-7/+6
2010-07-13rotate CallInst operandsGabor Greif1-13/+4
2010-07-12make the prototypes for CreateMalloc and CreateFree more consistent. PatchChris Lattner1-1/+2
2010-07-07minor cosmetic changes that happened to sit in my treeGabor Greif1-3/+3
2010-07-06second round of low-level interface squeeze-out:Gabor Greif1-2/+24
2010-07-06Add default value to setIsNoInline for parity with the other methods of itsNick Lewycky1-15/+7
2010-07-04back out r107580, I have seen what I wantedGabor Greif1-21/+1
2010-07-04[another test commit, just to tickle the selfhost buildbots; I'll back out in...Gabor Greif1-1/+21
2010-07-02back out r107480, it was just testing the waters anyway...Gabor Greif1-21/+1
2010-07-02[test commit, just to tickle the selfhost buildbots; I'll back out in a few m...Gabor Greif1-1/+21
2010-07-01evil hack to coerce external users (projects)Gabor Greif1-0/+11
2010-07-01back out r107396 for now, it needs another minor change to function as advert...Gabor Greif1-7/+0
2010-07-01evil hack to coerce external users (projects)Gabor Greif1-0/+7
2010-06-29minor cosmeticsGabor Greif1-1/+1
2010-06-29use ArgOffset constant to prepare for operand rotationGabor Greif1-4/+4
2010-06-28extend ArgOperand interface: setArgOperandGabor Greif1-1/+4
2010-06-26add some named accessors for StoreInstChris Lattner1-0/+3
2010-06-07Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling1-0/+6
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher1-5/+5
2010-04-16reapply r101434Gabor Greif1-5/+5
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif1-5/+5
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif1-5/+5
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif1-5/+5
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif1-5/+5
2010-03-25Reapply r99451 with a fix to move the NoInline check to the cost functionsEric Christopher1-0/+14
2010-03-24Temporarily revert this, it's causing an issue with an internal project.Eric Christopher1-14/+0
2010-03-24Finally land the InvokeInst operand reordering.Gabor Greif1-10/+10
2010-03-23add some accessors to callsite/callinst/invokeinst to checkChris Lattner1-0/+14
2010-03-22backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif1-10/+10
2010-03-22Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif1-10/+10
2010-03-20Add a setCalledFunction member to InvokeInst (like in CallInst)Gabor Greif1-0/+5
2010-03-19back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif1-9/+9
2010-03-19Recommit r80858 again (which has been backed out in r80871).Gabor Greif1-9/+9
2010-03-16fix PR6589Gabor Greif1-1/+1
2010-02-22Fix various doxygen warnings.Dan Gohman1-1/+1
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands1-3/+3
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands1-6/+6