Age | Commit message (Expand) | Author |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-22 | Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut... | Bill Wendling |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-07 | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-10-09 | Use the attribute builder to add attributes to call/invoke instruction. No fu... | Bill Wendling |
2012-10-09 | Use the attribute enums to query if a function has an attribute. | Bill Wendling |
2012-10-09 | Use the attribute enums to query if a parameter has an attribute. | Bill Wendling |
2012-10-09 | Remove more uses of the attribute enums by supplying appropriate query method... | Bill Wendling |
2012-10-04 | Add method to query for NoCapture attribute. | Bill Wendling |
2012-10-04 | Add method to query for 'NoAlias' attribute on call/invoke instructions. | Bill Wendling |
2012-10-03 | Add methods which query for the specific attribute instead of using the | Bill Wendling |
2012-09-05 | Clean up. | Chad Rosier |
2012-06-25 | add CallSite/CallInst/InvokeInst::hasFnAttr() | Nuno Lopes |
2011-11-20 | Refactor code to use new attribute getters on CallSite for NoCapture and ByVal. | Nick Lewycky |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2010-11-21 | Implement PR8644: forwarding a memcpy value to a byval, | Chris Lattner |
2010-09-18 | remove CallSite::get; it is still present (as protected) in the baseclass, us... | Gabor Greif |
2010-08-05 | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif |
2010-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman |
2010-07-29 | remove a layer of cruft | Gabor Greif |
2010-07-28 | we are supposed to only create proper CallSites from an instruction (esp. Cal... | Gabor Greif |
2010-07-27 | reintroduce original (asserting) semantics of CallSite(Instruction *II) | Gabor Greif |
2010-07-27 | remove bogus assert, use static_cast for additional checking | Gabor Greif |
2010-07-16 | eliminate CallInst::ArgOffset | Gabor Greif |
2010-07-07 | conditionalize on CallInst::ArgOffset | Gabor Greif |
2010-07-06 | Fix typo 'getter' where 'setter' was intended. | Nick Lewycky |
2010-07-01 | reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make... | Gabor Greif |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
2010-04-14 | Move a bunch of methods from CallSite to CallSiteBase, so that they can | Dan Gohman |
2010-04-14 | Use FunTy instead of hard-coding Function. | Dan Gohman |
2010-04-14 | Oops, make these public. | Dan Gohman |
2010-04-14 | Move getType() and getCaller() into CallSiteBase so that | Dan Gohman |
2010-04-09 | Don't use reserved identifiers. | Dan Gohman |
2010-04-01 | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif |
2010-03-25 | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif |
2010-03-25 | Reapply r99451 with a fix to move the NoInline check to the cost functions | Eric Christopher |
2010-03-24 | Temporarily revert this, it's causing an issue with an internal project. | Eric Christopher |
2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |
2010-03-23 | add some accessors to callsite/callinst/invokeinst to check | Chris Lattner |
2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif |
2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif |
2010-03-19 | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif |
2010-03-19 | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif |
2009-09-03 | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif |