summaryrefslogtreecommitdiff
path: root/libsframe/sframe.c
Commit message (Expand)AuthorAgeFilesLines
* libsframe: minor formatting fixes in sframe_encoder_write_freIndu Bhagat2023-04-191-11/+7
* libsframe: use consistent function argument namesIndu Bhagat2023-04-191-14/+14
* sframe: correct some typosIndu Bhagat2023-04-191-1/+1
* libsframe: use return type of bool for predicate functionsIndu Bhagat2023-04-191-9/+9
* sframe: fix the defined SFRAME_FRE_TYPE_*_LIMIT constantsIndu Bhagat2023-01-061-2/+4
* libsframe: adjust an incorrect check in flip_sframeIndu Bhagat2023-01-061-9/+13
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* libsframe: write out SFrame FRE start address correctlyIndu Bhagat2022-12-251-3/+35
* libsframe: fix a memory leak in sframe_decodeIndu Bhagat2022-12-231-0/+9
* libsframe: provide new access API for mangled RA bitIndu Bhagat2022-12-161-0/+18
* libsframe asan: avoid generating misaligned loadsIndu Bhagat2022-12-151-2/+16
* libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_infoIndu Bhagat2022-12-091-3/+3
* sframe: gas: libsframe: define constants and remove magic numbersIndu Bhagat2022-12-091-3/+3
* libsframe: minor formatting nitsIndu Bhagat2022-12-091-16/+14
* bfd: linker: merge .sframe sectionsIndu Bhagat2022-11-151-5/+23
* libsframe: add the SFrame libraryWeimin Pan2022-11-151-0/+1658