summaryrefslogtreecommitdiff
path: root/include/llvm/Support/CallSite.h
Commit message (Expand)AuthorAge
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Implement inalloca codegen for x86 with the new inalloca designReid Kleckner2014-01-31
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Added support for the Builtin attribute.Michael Gottesman2013-06-27
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Remove unneeded #includes.Jakub Staszak2013-03-18
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-22
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Use the attribute builder to add attributes to call/invoke instruction. No fu...Bill Wendling2012-10-09
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-09
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling2012-10-09
* Add method to query for NoCapture attribute.Bill Wendling2012-10-04
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-04
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-03
* Clean up.Chad Rosier2012-09-05
* add CallSite/CallInst/InvokeInst::hasFnAttr()Nuno Lopes2012-06-25
* Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.Nick Lewycky2011-11-20
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Implement PR8644: forwarding a memcpy value to a byval,Chris Lattner2010-11-21
* remove CallSite::get; it is still present (as protected) in the baseclass, us...Gabor Greif2010-09-18
* remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif2010-08-05
* Thread const correctness through a bunch of AliasAnalysis interfaces andDan Gohman2010-08-03
* remove a layer of cruftGabor Greif2010-07-29
* we are supposed to only create proper CallSites from an instruction (esp. Cal...Gabor Greif2010-07-28
* reintroduce original (asserting) semantics of CallSite(Instruction *II)Gabor Greif2010-07-27
* remove bogus assert, use static_cast for additional checkingGabor Greif2010-07-27
* eliminate CallInst::ArgOffsetGabor Greif2010-07-16
* conditionalize on CallInst::ArgOffsetGabor Greif2010-07-07
* Fix typo 'getter' where 'setter' was intended.Nick Lewycky2010-07-06
* reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make...Gabor Greif2010-07-01
* 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
* Move a bunch of methods from CallSite to CallSiteBase, so that they canDan Gohman2010-04-14
* Use FunTy instead of hard-coding Function.Dan Gohman2010-04-14
* Oops, make these public.Dan Gohman2010-04-14
* Move getType() and getCaller() into CallSiteBase so thatDan Gohman2010-04-14
* Don't use reserved identifiers.Dan Gohman2010-04-09
* Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif2010-04-01
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-25
* 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