summaryrefslogtreecommitdiff
path: root/include/llvm/Support/CallSite.h
Commit message (Expand)AuthorAge
* 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