Files
llvm-6502/include/llvm/Support
David Blaikie b206103abc Simplify compression API by decompressing into a SmallVector rather than a MemoryBuffer
This avoids an extra copy during decompression and avoids the use of
MemoryBuffer which is a weirdly esoteric device that includes unrelated
concepts like "file name" (its rather generic name is a bit misleading).

Similar refactoring of zlib::compress coming up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205676 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-05 21:26:44 +00:00
..
2014-03-31 20:04:37 +00:00
2013-05-01 21:01:06 +00:00
2013-11-15 01:25:34 +00:00
2014-03-20 17:39:04 +00:00
2013-12-12 15:45:32 +00:00
2014-03-29 10:18:08 +00:00
2014-01-24 17:20:08 +00:00
2014-02-24 01:07:38 +00:00
2013-06-13 21:16:58 +00:00
2013-05-21 20:36:13 +00:00
2013-02-26 18:05:31 +00:00
2014-03-05 00:43:02 +00:00