Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Support / CallSite.h
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-09 Bill WendlingUse the attribute builder to add attributes to call...
2012-10-09 Bill WendlingUse the attribute enums to query if a function has...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Bill WendlingRemove more uses of the attribute enums by supplying...
2012-10-04 Bill WendlingAdd method to query for NoCapture attribute.
2012-10-04 Bill WendlingAdd method to query for 'NoAlias' attribute on call...
2012-10-03 Bill WendlingAdd methods which query for the specific attribute...
2012-09-05 Chad RosierClean up.
2012-06-25 Nuno Lopesadd CallSite/CallInst/InvokeInst::hasFnAttr()
2011-11-20 Nick LewyckyRefactor code to use new attribute getters on CallSite...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2010-11-21 Chris LattnerImplement PR8644: forwarding a memcpy value to a byval,
2010-09-18 Gabor Greifremove CallSite::get; it is still present (as protected...
2010-08-05 Gabor Greifremove the private hack from CallInst, it was not suppo...
2010-08-03 Dan GohmanThread const correctness through a bunch of AliasAnalys...
2010-07-29 Gabor Greifremove a layer of cruft
2010-07-28 Gabor Greifwe are supposed to only create proper CallSites from...
2010-07-27 Gabor Greifreintroduce original (asserting) semantics of CallSite...
2010-07-27 Gabor Greifremove bogus assert, use static_cast for additional...
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-07 Gabor Greifconditionalize on CallInst::ArgOffset
2010-07-06 Nick LewyckyFix typo 'getter' where 'setter' was intended.
2010-07-01 Gabor Greifreformulate CallSiteBase::getCallee to adapt to CallIns...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-14 Dan GohmanMove a bunch of methods from CallSite to CallSiteBase...
2010-04-14 Dan GohmanUse FunTy instead of hard-coding Function.
2010-04-14 Dan GohmanOops, make these public.
2010-04-14 Dan GohmanMove getType() and getCaller() into CallSiteBase so...
2010-04-09 Dan GohmanDon't use reserved identifiers.
2010-04-01 Gabor GreifIntroduce ImmutableCallSite, useful for contexts where...
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
2010-03-24 Eric ChristopherTemporarily revert this, it's causing an issue with...
2010-03-24 Gabor GreifFinally land the InvokeInst operand reordering.
2010-03-23 Chris Lattneradd some accessors to callsite/callinst/invokeinst...
2010-03-22 Gabor Greifbacking out r99170 because it still fails on clang...
2010-03-22 Gabor GreifNow that hopefully all direct accesses to InvokeInst...
2010-03-19 Gabor Greifback out r98957, it broke smooshlab.apple.com:8010...
2010-03-19 Gabor GreifRecommit r80858 again (which has been backed out in...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-01 Dan GohmanUse the default copy ctor and copy-assignment operators.
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-01-22 Gabor Greifintroduce a useful abstraction to find out if a Use...
2009-01-17 Gabor Greifmake comparisons a bist faster
2009-01-11 Gabor Greifdrats! remove tabs
2009-01-11 Gabor Greifsimplify CallSite helper class to not consult the Instr...
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-07-08 Matthijs KooijmanAdd CallSite::getArgumentNo() to be able to translate...
2008-07-08 Matthijs KooijmanAdd CallSite::getArgumentOffset() to hide the differenc...
2008-07-08 Duncan SandsAdd some convenience methods for manipulating
2008-06-05 Matthijs Kooijman * Make CallSite::hasArgument const and let it take...
2008-06-04 Matthijs KooijmanAdd CallSite::hasArgument to allow for seeing if a...
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-04-13 Chris LattnerAdd support for equality comparison of CallSite's.
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-02-18 Duncan SandsSimplify caller updating using a CallSite, as
2008-02-18 Owen AndersonAdd support for setting parameters to CallSite.
2008-01-02 Chris LattnerSplit param attr implementation out from Function.cpp...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-19 Duncan SandsWhen inlining through an 'nounwind' call, mark inlined
2007-12-18 Duncan SandsRename isNoReturn to doesNotReturn, and isNoUnwind to
2007-12-16 Duncan SandsMake instcombine promote inline asm calls to 'nounwind'
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-10-01 Dan GohmanAdd empty() member functions to a few container-like...
2005-05-15 Reid SpencerSome cleanups for compilation with GCC 4.0.0 to remove...
2005-05-06 Chris LattnerAdd support for explicit calling conventions
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-18 Chris LattnerUpdate comments, now that CPR's are gone, inline the...
2004-11-13 Chris LattnerAdd useful method, minor cleanups
2004-06-05 Chris LattnerWarning foo
2004-05-23 Vikram S. AdveAdd getCaller() method.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Brian GaekeAdd a warning about not "new"ing or "delete"ing CallSites
2003-11-05 Brian GaekeA few handy methods that seem to mesh well with what...
2003-11-02 Chris LattnerAllow CallSites to be used as the key of a map
2003-10-31 Chris LattnerDid I mention that I _HATE_ CPRs?
2003-10-23 Chris LattnerAdd assertions
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-10 Misha BrukmanFix spelling.
2003-06-17 Chris Lattner* Add new CallSite::get factory method
2003-06-17 Chris LattnerMake sure accessor is properly doxygenized. It wants...
next