aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/CallSite.h
AgeCommit message (Expand)Author
2009-03-13Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling
2009-03-13Second installment of "BasicBlock operands to the back"Gabor Greif
2009-01-22introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif
2009-01-17make comparisons a bist fasterGabor Greif
2009-01-11drats! remove tabsGabor Greif
2009-01-11simplify CallSite helper class to not consult the Instruction'sGabor Greif
2008-09-25 Large mechanical patch.Devang Patel
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel
2008-07-08Add CallSite::getArgumentNo() to be able to translate an operand number into aMatthijs Kooijman
2008-07-08Add CallSite::getArgumentOffset() to hide the differences in operands betwenMatthijs Kooijman
2008-07-08Add some convenience methods for manipulatingDuncan Sands
2008-06-05 * Make CallSite::hasArgument const and let it take a const parameter.Matthijs Kooijman
2008-06-04Add CallSite::hasArgument to allow for seeing if a call passes a certain valu...Matthijs Kooijman
2008-05-30Revert 51775.Evan Cheng
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng
2008-04-13Add support for equality comparison of CallSite's.Chris Lattner
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner
2008-02-22Pass alignment on ByVal parameters, from FE, allDale Johannesen
2008-02-19Expand ParameterAttributes to 32 bits (in preparationDale Johannesen
2008-02-18Simplify caller updating using a CallSite, asDuncan Sands
2008-02-18Add support for setting parameters to CallSite.Owen Anderson
2008-01-02Split param attr implementation out from Function.cpp into itsChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-19When inlining through an 'nounwind' call, mark inlinedDuncan Sands
2007-12-18Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands
2007-12-16Make instcombine promote inline asm calls to 'nounwind'Duncan Sands
2007-12-03Rather than having special rules like "intrinsics cannotDuncan Sands
2007-11-28Add some convenience methods for querying attributes, andDuncan Sands
2007-11-27Fix PR1146: parameter attributes are longer part ofDuncan Sands
2007-10-01Add empty() member functions to a few container-like classes.Dan Gohman
2005-05-15Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer
2005-05-06Add support for explicit calling conventionsChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-18Update comments, now that CPR's are gone, inline the methodsChris Lattner
2004-11-13Add useful method, minor cleanupsChris Lattner
2004-06-05Warning fooChris Lattner
2004-05-23Add getCaller() method.Vikram S. Adve
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-07Add a warning about not "new"ing or "delete"ing CallSitesBrian Gaeke
2003-11-05A few handy methods that seem to mesh well with what CallSite already provides.Brian Gaeke
2003-11-02Allow CallSites to be used as the key of a mapChris Lattner
2003-10-31Did I mention that I _HATE_ CPRs?Chris Lattner
2003-10-23Add assertionsChris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-06-17* Add new CallSite::get factory methodChris Lattner
2003-06-17Make sure accessor is properly doxygenized. It wants two linesChris Lattner
2003-06-17Add accessorChris Lattner
2003-06-17Make CallSite's default constructable, copyable, and assignable (explicitly)Chris Lattner
2003-02-24Initial checkin of CallSite wrapper for Call/Invoke instructionsChris Lattner