Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
[oota-llvm.git] / support /
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
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-29 Chris LattnerCheckin of C string stuff. Fix several bugs, including...
2001-10-28 Chris LattnerInitial checkin of name mangling code moved from linker
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-22 Chris LattnerConvert from using C style char*'s to strings.
2001-07-22 Chris LattnerRemove String file some more
2001-07-22 Chris LattnerRemove stringutils.h file
2001-07-21 Vikram S. AdveProgram options class.