Age | Commit message (Expand) | Author |
---|---|---|
2018-09-14 | complier.h: add __always_inline and use it in code base | Aaron Durbin |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-07-01 | riscv: Update the gcc built-in macro __riscv__ | wxjstz |
2017-03-13 | commonlib: Wrap lines at 80 columns | Lee Leahy |
2017-03-10 | commonlib: Fix issues with { } and else | Lee Leahy |
2016-06-24 | src/commonlib/lz4_wrapper: Correct inline asm for unaligned 64-bit copy | Benjamin Barenblat |
2016-05-31 | commonlib/lz4: Avoid unaligned memory access on RISC-V | Jonathan Neuschäfer |
2016-03-05 | lz4_wrapper: Use __asm__ rather than asm. | Vladimir Serbinenko |
2016-02-25 | cbfs: Fix compiler error for gcc versions < 4.6 | Werner Zeh |
2016-02-24 | commonlib/lz4_wrapper: Use correct casts to ensure valid calculations | Paul Menzel |
2016-02-22 | cbfs: Add LZ4 in-place decompression support for pre-RAM stages | Julius Werner |