aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CallSite.h
Commit message (Expand)AuthorAgeFilesLines
* Large mechanical patch.Devang Patel2008-09-251-3/+3
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-2/+2
* Add CallSite::getArgumentNo() to be able to translate an operand number into aMatthijs Kooijman2008-07-081-0/+9
* Add CallSite::getArgumentOffset() to hide the differences in operands betwenMatthijs Kooijman2008-07-081-10/+13
* Add some convenience methods for manipulatingDuncan Sands2008-07-081-0/+6
* * Make CallSite::hasArgument const and let it take a const parameter.Matthijs Kooijman2008-06-051-1/+1
* Add CallSite::hasArgument to allow for seeing if a call passes a certain valu...Matthijs Kooijman2008-06-041-0/+4
* Revert 51775.Evan Cheng2008-05-301-6/+6
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-6/+6
* Add support for equality comparison of CallSite's.Chris Lattner2008-04-131-0/+3
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-3/+2
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-221-0/+3
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-1/+2
* Simplify caller updating using a CallSite, asDuncan Sands2008-02-181-0/+1
* Add support for setting parameters to CallSite.Owen Anderson2008-02-181-0/+9
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-021-2/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-191-0/+1
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-181-1/+1
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-161-0/+3
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-0/+6
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-281-0/+4
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-0/+6
* Add empty() member functions to a few container-like classes.Dan Gohman2007-10-011-0/+1
* Some cleanups for compilation with GCC 4.0.0 to remove warnings:Reid Spencer2005-05-151-4/+4
* Add support for explicit calling conventionsChris Lattner2005-05-061-0/+5
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Update comments, now that CPR's are gone, inline the methodsChris Lattner2004-11-181-2/+3
* Add useful method, minor cleanupsChris Lattner2004-11-131-3/+7
* Warning fooChris Lattner2004-06-051-1/+1
* Add getCaller() method.Vikram S. Adve2004-05-231-0/+5
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Add a warning about not "new"ing or "delete"ing CallSitesBrian Gaeke2003-11-071-0/+6
* A few handy methods that seem to mesh well with what CallSite already provides.Brian Gaeke2003-11-051-0/+5
* Allow CallSites to be used as the key of a mapChris Lattner2003-11-021-0/+4
* Did I mention that I _HATE_ CPRs?Chris Lattner2003-10-311-3/+2
* Add assertionsChris Lattner2003-10-231-1/+6
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Fix spelling.Misha Brukman2003-10-101-1/+1
* * Add new CallSite::get factory methodChris Lattner2003-06-171-1/+22
* Make sure accessor is properly doxygenized. It wants two linesChris Lattner2003-06-171-0/+1
* Add accessorChris Lattner2003-06-171-0/+3
* Make CallSite's default constructable, copyable, and assignable (explicitly)Chris Lattner2003-06-171-0/+3
* Initial checkin of CallSite wrapper for Call/Invoke instructionsChris Lattner2003-02-241-0/+49