Remove vim settings from source code; people should use llvm/utils/vim/vimrc
[oota-llvm.git] / include / llvm / Support / CallSite.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-18 Chris LattnerUpdate comments, now that CPR's are gone, inline the...
2004-11-13 Chris LattnerAdd useful method, minor cleanups
2004-06-05 Chris LattnerWarning foo
2004-05-23 Vikram S. AdveAdd getCaller() method.
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...