aboutsummaryrefslogtreecommitdiff
path: root/libsframe
AgeCommit message (Expand)Author
2023-06-29doc: sframe: update specification for SFRAME_VERSION_2Indu Bhagat
2023-06-29sframe: bfd: gas: ld: format bump to SFrame version 2Indu Bhagat
2023-06-29libsframe: add new APIs to get SFrame versionIndu Bhagat
2023-06-29libsframe: fix sframe_find_fre for pltN entriesIndu Bhagat
2023-06-27libsframe: bfd: use uint32_t for return type of get_num_fidx APIsIndu Bhagat
2023-06-27libsframe: use appropriate data types for args of sframe_encodeIndu Bhagat
2023-06-27libsframe: use uint8_t for return type of sframe_fre_get_base_reg_idIndu Bhagat
2023-06-27libsframe: use uint8_t instead of unsigned char for abi_archIndu Bhagat
2023-06-27libsframe: bfd: use uint32_t for return type of sframe_calc_fre_typeIndu Bhagat
2023-06-27libsframe: use uint32_t for fre_type and fde_type function argsIndu Bhagat
2023-06-27libsframe: update the semantics of sframe_fre_get_fp_offsetIndu Bhagat
2023-06-27libsframe: update the semantics of sframe_fre_get_ra_offsetIndu Bhagat
2023-06-27libsframe: add symbol versioningIndu Bhagat
2023-06-27libsframe: remove sframe_get_funcdesc_with_addr APIIndu Bhagat
2023-06-27libsframe: add library versioningIndu Bhagat
2023-06-09libsframe: testsuite: add sframe_find_fre tests for pltN entriesIndu Bhagat
2023-06-09libsframe: fix sframe_find_fre for pltN entriesIndu Bhagat
2023-06-07libsframe: reuse static function sframe_decoder_get_funcdesc_at_indexIndu Bhagat
2023-06-06libsframe: fix cosmetic issues and typosIndu Bhagat
2023-06-05libsframe: avoid unnecessary type castsIndu Bhagat
2023-06-01libsframe: avoid using magic numberIndu Bhagat
2023-05-31libsframe: minor fixups in flip_fre related functionsIndu Bhagat
2023-05-25sframe/doc: minor improvements for readabilityIndu Bhagat
2023-05-25libsframe: revisit sframe_find_fre APIIndu Bhagat
2023-05-25libsframe: use const char * consistently for immutable FRE buffersIndu Bhagat
2023-05-25libsframe: use uint8_t data type for FRE info related stubsIndu Bhagat
2023-05-17libsframe: testsuite: add tests for sframe_get_funcdesc_with_addr APIIndu Bhagat
2023-05-17libsframe: testsuite: add new tests for sframe_find_fre APIIndu Bhagat
2023-04-19libsframe: minor formatting fixes in sframe_encoder_write_freIndu Bhagat
2023-04-19libsframe: use consistent function argument namesIndu Bhagat
2023-04-19sframe: correct some typosIndu Bhagat
2023-04-19libsframe: use return type of bool for predicate functionsIndu Bhagat
2023-03-22Remove unnecessary memsets in sframe-dump.cAlan Modra
2023-02-02libsframe/doc: use "stack trace" instead of "unwind" for SFrameIndu Bhagat
2023-01-24libsframe/doc: fix some warningsIndu Bhagat
2023-01-19libsframe: Use AM_SILENT_RULES macro in configure.acIndu Bhagat
2023-01-13libsframe: replace an strncat with strcatIndu Bhagat
2023-01-06sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constantsIndu Bhagat
2023-01-06libsframe: adjust an incorrect check in flip_sframeIndu Bhagat
2023-01-01Update year range in copyright notice of binutils filesAlan Modra
2022-12-25libsframe: write out SFrame FRE start address correctlyIndu Bhagat
2022-12-23libsframe: testsuite: fix memory leaks in testcasesIndu Bhagat
2022-12-23libsframe: fix a memory leak in sframe_decodeIndu Bhagat
2022-12-22sframe: doc: update documentation for pauth key in SFrame FDEIndu Bhagat
2022-12-22objdump/readelf: sframe: emit marker for SFrame FDE with B keyIndu Bhagat
2022-12-16sframe: doc: update spec for the mangled-RA bit in FREIndu Bhagat
2022-12-16objdump/readelf: sframe: emit marker for FREs with mangled RAIndu Bhagat
2022-12-16libsframe: provide new access API for mangled RA bitIndu Bhagat
2022-12-15libsframe asan: avoid generating misaligned loadsIndu Bhagat
2022-12-09libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_infoIndu Bhagat