Age | Commit message (Expand) | Author |
---|---|---|
2004-05-23 | Add getCaller() method. | Vikram S. Adve |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-07 | Add a warning about not "new"ing or "delete"ing CallSites | Brian Gaeke |
2003-11-05 | A few handy methods that seem to mesh well with what CallSite already provides. | Brian Gaeke |
2003-11-02 | Allow CallSites to be used as the key of a map | Chris Lattner |
2003-10-31 | Did I mention that I _HATE_ CPRs? | Chris Lattner |
2003-10-23 | Add assertions | Chris Lattner |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-10-10 | Fix spelling. | Misha Brukman |
2003-06-17 | * Add new CallSite::get factory method | Chris Lattner |
2003-06-17 | Make sure accessor is properly doxygenized. It wants two lines | Chris Lattner |
2003-06-17 | Add accessor | Chris Lattner |
2003-06-17 | Make CallSite's default constructable, copyable, and assignable (explicitly) | Chris Lattner |
2003-02-24 | Initial checkin of CallSite wrapper for Call/Invoke instructions | Chris Lattner |