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