Remove vim settings from source code; people should use llvm/utils/vim/vimrc
[oota-llvm.git] / include / llvm / Support / Compressor.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-29 Chris LattnerThere is no reason to include ostream here, include...
2004-11-25 Reid SpencerRestrict the interface to not allow algorithm selection
2004-11-14 Reid SpencerAdd higher level interface to simplify use of Compressor
2004-10-04 Reid SpencerAdd a context for the callback so different compression...
2004-10-04 Reid SpencerFirst version of a support utility to provide generaliz...