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