History log of /isa-l/igzip/encode_df.h (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 55fbfabf 19-Apr-2024 Marcel Cornu <marcel.d.cornu@intel.com>

igzip: reformat using new code style

Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>


Revision tags: v2.31.0
# d3cfb2fb 11-Nov-2021 Ilya Leoshkevich <iii@linux.ibm.com>

Fix s390 build

The goal of this patch is to make isa-l testsuite pass on s390 with
minimal changes to the library. The one and only reason isa-l does not
work on s390 at the moment is that s390 is b

Fix s390 build

The goal of this patch is to make isa-l testsuite pass on s390 with
minimal changes to the library. The one and only reason isa-l does not
work on s390 at the moment is that s390 is big-endian, and isa-l
assumes little-endian at a lot of places.

There are two flavors of this: loading/storing integers from/to
memory, and overlapping structs. Loads/stores are already helpfully
wrapped by unaligned.h header, so replace the functions there with
endianness-aware variants. Solve struct member overlap by reversing
their order on big-endian.

Also, fix a couple of usages of uninitialized memory in the testsuite
(found with MemorySanitizer).

Fixes s390x part of #188.

Change-Id: Iaf14a113bd266900192cc8b44212f8a47a8c7753
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>

show more ...


Revision tags: v2.30.0, v2.29.0, v2.28.0, v2.27.0, v2.26.0, v2.25.0, v2.24.0
# ba1a0006 27-Sep-2018 Roy Oursler <roy.j.oursler@intel.com>

igzip: Implement set_long_icf to compare more than 258

Change-Id: Ia8813d176da6bfcd3c6ef441eca1c59ac99db7f2
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>


Revision tags: v2.23.0, v2.22.0, v2.21.0, v2.20.0, v2.19.0
# 4ae2d1be 10-Jun-2017 Roy Oursler <roy.j.oursler@intel.com>

igzip: Implement optimized level 2 compression

Change-Id: I8cf5bcd56f290d17205ac36dc2828c8acfc66947
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>


Revision tags: v2.18.0
# 47256268 31-Jan-2017 Roy Oursler <roy.j.oursler@intel.com>

igzip: Setup to allow encode_df to decode lit lit pairs.

Change-Id: Ic93797a09c5a908fc1c6005b40439978d7484773
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>


Revision tags: v2.17.0
# 01dfbcc4 03-Oct-2016 Roy Oursler <roy.j.oursler@intel.com>

igzip: implement igzip two pass

Change-Id: I9564b2da251a02197b39cab5f141e7aff1ae8439
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>