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