aboutsummaryrefslogtreecommitdiff
path: root/libsframe
AgeCommit message (Expand)AuthorFilesLines
5 dayssframe: doc: prepare SFrame specification for releaseIndu Bhagat1-2/+0
6 dayssframe: doc: minor typos and cosmetic fixesIndu Bhagat1-11/+11
6 dayslibsframe: rename sframe_fre_* internal APIs to use data word instead of offsetIndu Bhagat1-51/+51
6 dayslibsframe: rename flip_fre_stack_offsets to flip_fre_datawordsIndu Bhagat1-8/+9
6 dayslibsframe: rename offset in user-facing sframe_frame_row_entry structIndu Bhagat1-25/+25
6 dayssframe: doc: terminology change from offset to data wordIndu Bhagat1-72/+100
7 dayssframe fre sanity checksAlan Modra1-14/+17
8 dayslibsframe misaligned uint32_tAlan Modra1-7/+7
9 dayslibsframe: use proper FRE type when flipping SFrame V3 FREsJens Remus1-7/+6
13 days[SFrame-V3] libsframe: testsuite: add new testcases for SFRAME_FDE_TYPE_FLEXIndu Bhagat9-2/+470
13 days[SFrame-V3] sframe: s390: gas: testsuite: enable flex FDE for s390xIndu Bhagat1-4/+28
13 days[SFrame-V3] sframe: doc: specification changes for SFrame version 3Indu Bhagat1-218/+587
13 days[SFrame-V3] include: libsframe: remove SFRAME_F_FRAME_POINTER flagIndu Bhagat1-3/+6
13 days[SFrame-V3] include: gas: libsframe: split FDE into idx and attrIndu Bhagat2-109/+309
13 days[SFrame-V3] bfd: ld: sframe: avoid unnecessary decoding of SFrame FREs at lin...Indu Bhagat2-0/+145
13 days[SFrame-V3] libsframe: textual dump of fde type SFRAME_FDE_TYPE_FLEXIndu Bhagat1-67/+311
13 days[SFrame-V3] libsframe: testsuite: add new argument to offset access APIsIndu Bhagat7-59/+143
13 days[SFrame-V3] gas: bfd: include: libsframe: fixup terminology 'PC Type' vs 'FDE...Indu Bhagat7-15/+15
13 days[SFrame-V3] include: gas: libsframe: add 8-bits of func_info2 for extensibili...Indu Bhagat8-10/+23
13 days[SFrame-V3] sframe: gas: bfd: add support for signal framesIndu Bhagat1-8/+15
13 days[SFrame-V3] include: libsframe: bfd: gas: testsuite: support for signed 64-bi...Indu Bhagat8-93/+107
13 days[SFrame-V3] sframe: gas: libsframe: remove padding field from FDEIndu Bhagat2-1/+0
13 days[SFrame-V3] sframe: gas: libsframe: use uint16_t for num_fres of FDEIndu Bhagat2-1/+1
13 days[SFrame-V3] libsframe: add V3 APIs for adding and getting SFrame FDEIndu Bhagat2-0/+70
13 days[SFrame-V3] libsframe: bump so version to libsframe.so.3.0.0Indu Bhagat2-9/+5
13 days[SFrame-V3] sframe: gas: bfd: ld: format bump to version 3Indu Bhagat3-23/+80
13 days[SFrame-V3] sframe: use const for sframe_decoder_ctx object argIndu Bhagat2-36/+37
13 days[SFrame-V3] libsframe: remove old sframe_decoder_get_funcdesc APIIndu Bhagat2-35/+0
13 days[SFrame-V3] libsframe: testsuite: add a new test for SFrame V2Indu Bhagat5-1/+135
2026-01-05libsframe: add README and mention expectationsIndu Bhagat2-1/+7
2026-01-01Update year range in copyright notice of binutils filesAlan Modra22-23/+23
2025-12-24libsframe: refactor out sframe_fre_grow_tblIndu Bhagat1-26/+58
2025-12-24libsframe: use tmp variable for realloc patternIndu Bhagat1-4/+6
2025-12-24libsframe: refactor sframe_decoder_add_funcdesc for internal useIndu Bhagat2-21/+31
2025-12-24gas: libsframe: use SFRAME_V2_* macro where availableIndu Bhagat2-15/+14
2025-12-24libsframe: implement an internal-only SFrame FDE representationIndu Bhagat1-92/+135
2025-12-23include: gas: bfd: sframe: clean the abstractionIndu Bhagat1-0/+2
2025-12-19libsframe: testsuite: fix build failureIndu Bhagat5-5/+5
2025-12-19bfd: include: sframe: fix PR ld/32789Indu Bhagat2-12/+13
2025-12-17PR 33721 load/store of misaligned addressAlan Modra1-23/+15
2025-11-25libsframe: testsuite: remove usage of ##__VA_ARGS__Indu Bhagat1-3/+3
2025-11-25libsframe: bugfix in flip_sframeIndu Bhagat1-2/+2
2025-11-09libsframe: rename encoder to ectx for readabilityIndu Bhagat1-101/+100
2025-11-08libsframe: fix checks in flip_fdeIndu Bhagat1-6/+14
2025-11-06sframe: Minor format string fix in sframe_decodeJan Dubiec1-1/+1
2025-11-02libsframe: use sframe_decoder_get_funcdesc_v2 in dumperIndu Bhagat1-2/+4
2025-11-03tidy m4 plugin config supportAlan Modra1-65/+64
2025-11-01libsframe: use sf_fde_tbl data structure internally for the decoderIndu Bhagat2-15/+66
2025-11-01libsframe: make flip_header version awareIndu Bhagat1-20/+45
2025-11-01libsframe: make flip_fde version awareIndu Bhagat1-28/+79