add new function
[oota-llvm.git] / include / llvm / Support / CallSite.h
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Brian GaekeAdd a warning about not "new"ing or "delete"ing CallSites
2003-11-05 Brian GaekeA few handy methods that seem to mesh well with what...
2003-11-02 Chris LattnerAllow CallSites to be used as the key of a map
2003-10-31 Chris LattnerDid I mention that I _HATE_ CPRs?
2003-10-23 Chris LattnerAdd assertions
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-10 Misha BrukmanFix spelling.
2003-06-17 Chris Lattner* Add new CallSite::get factory method
2003-06-17 Chris LattnerMake sure accessor is properly doxygenized. It wants...
2003-06-17 Chris LattnerAdd accessor
2003-06-17 Chris LattnerMake CallSite's default constructable, copyable, and...
2003-02-24 Chris LattnerInitial checkin of CallSite wrapper for Call/Invoke...