Added hook hasReservedCallFrame(). It returns true if the call frame is
[oota-llvm.git] / include / llvm / Support / Compressor.h
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-07-07 Chris LattnerThis patch (written by Reid) changes compressor to...
2006-05-14 Chris LattnerImprove documentation on throwing, it is not complete...
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...