* s/Method/Function
[oota-llvm.git] / lib / Support /
2002-02-24 Chris Lattner64 bit clean now
2002-01-31 Chris LattnerIf an invalid alternative is listed for an argument...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner* Implement support for folding multiple single letter...
2001-10-27 Chris LattnerProvide option to enable eating of all arguments follow...
2001-10-24 Chris LattnerClean up error handling a bit. Add / as a seperator...
2001-10-13 Chris LattnerAdd StringList support
2001-09-09 Chris LattnerClean up Type class by removing mutable ConstRules...
2001-09-07 Chris LattnerAnnotations are const objects now
2001-08-27 Chris LattnerSupport passing a data pointer to annotation factory...
2001-08-23 Chris LattnerAdd annotation support
2001-07-25 Chris LattnerFixed a bug exposed when doing something like this...
2001-07-23 Chris LattnerDoh! Wrong Optional flag. :(
2001-07-23 Chris LattnerAdd a comment indicating that there is documentation...
2001-07-23 Chris LattnerMinor changes to implementation of CommandLine library...
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerInitial checkin
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-21 Vikram S. AdveProgram options class.