aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Compressor.h
AgeCommit message (Expand)Author
2007-05-06remove dead headerChris Lattner
2006-11-05Unbreak VC++ build.Jeff Cohen
2006-07-07This patch (written by Reid) changes compressor to never throw an exception.Chris Lattner
2006-05-14Improve documentation on throwing, it is not complete still though. :(Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-29There is no reason to include ostream here, include iosfwd instead.Chris Lattner
2004-11-25Restrict the interface to not allow algorithm selectionReid Spencer
2004-11-14Add higher level interface to simplify use of CompressorReid Spencer
2004-10-04Add a context for the callback so different compression scenarios can beReid Spencer
2004-10-04First version of a support utility to provide generalized compression inReid Spencer