aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instructions.h
Commit message (Expand)AuthorAgeFilesLines
* Remove compatibilty code for old-style multiple return values.Dan Gohman2010-10-061-5/+3
* Add a getPointerOperand() helper function to VAArgInst, for consistencyDan Gohman2010-09-091-0/+4
* Add a predicate to determine if a call is an inline asm statement.Owen Anderson2010-08-071-0/+5
* remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif2010-08-051-20/+0
* doxygenize argument accessorsGabor Greif2010-07-311-0/+10
* Move MaximumAlignment to Value.h, now that GlobalValue.h needs it.Dan Gohman2010-07-281-4/+0
* Define a maximum supported alignment value for load, store, andDan Gohman2010-07-281-0/+4
* restore aestheticsGabor Greif2010-07-211-24/+24
* eliminate CallInst::ArgOffsetGabor Greif2010-07-161-7/+6
* rotate CallInst operandsGabor Greif2010-07-131-13/+4
* make the prototypes for CreateMalloc and CreateFree more consistent. PatchChris Lattner2010-07-121-1/+2
* minor cosmetic changes that happened to sit in my treeGabor Greif2010-07-071-3/+3
* second round of low-level interface squeeze-out:Gabor Greif2010-07-061-2/+24
* Add default value to setIsNoInline for parity with the other methods of itsNick Lewycky2010-07-061-15/+7
* back out r107580, I have seen what I wantedGabor Greif2010-07-041-21/+1
* [another test commit, just to tickle the selfhost buildbots; I'll back out in...Gabor Greif2010-07-041-1/+21
* back out r107480, it was just testing the waters anyway...Gabor Greif2010-07-021-21/+1
* [test commit, just to tickle the selfhost buildbots; I'll back out in a few m...Gabor Greif2010-07-021-1/+21
* evil hack to coerce external users (projects)Gabor Greif2010-07-011-0/+11
* back out r107396 for now, it needs another minor change to function as advert...Gabor Greif2010-07-011-7/+0
* evil hack to coerce external users (projects)Gabor Greif2010-07-011-0/+7
* minor cosmeticsGabor Greif2010-06-291-1/+1
* use ArgOffset constant to prepare for operand rotationGabor Greif2010-06-291-4/+4
* extend ArgOperand interface: setArgOperandGabor Greif2010-06-281-1/+4
* add some named accessors for StoreInstChris Lattner2010-06-261-0/+3
* Create new accessors to get arguments for call/invoke instructions. It breaksBill Wendling2010-06-071-0/+6
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-161-5/+5
* reapply r101434Gabor Greif2010-04-161-5/+5
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-161-5/+5
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-151-5/+5
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-151-5/+5
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-151-5/+5
* Reapply r99451 with a fix to move the NoInline check to the cost functionsEric Christopher2010-03-251-0/+14
* Temporarily revert this, it's causing an issue with an internal project.Eric Christopher2010-03-241-14/+0
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-10/+10
* add some accessors to callsite/callinst/invokeinst to checkChris Lattner2010-03-231-0/+14
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-221-10/+10
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-221-10/+10
* Add a setCalledFunction member to InvokeInst (like in CallInst)Gabor Greif2010-03-201-0/+5
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-191-9/+9
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-191-9/+9
* fix PR6589Gabor Greif2010-03-161-1/+1
* Fix various doxygen warnings.Dan Gohman2010-02-221-1/+1
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-3/+3
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-6/+6
* sink the Instruction::HasMetadata bit into SubclassData.Chris Lattner2009-12-291-34/+37
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-291-24/+54
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-071-2/+3
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-061-3/+2
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-2/+3