aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/CallSite.h
AgeCommit message (Expand)Author
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