about summary refs log tree commit diff
path: root/sysdeps/loongarch/sys
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-013-3/+3
|
* Loongarch: Add ifunc support and add different versions of strlendengjianbo2023-08-141-0/+57
| | | | | | strlen-lasx is implemeted by LASX simd instructions(256bit) strlen-lsx is implemeted by LSX simd instructions(128bit) strlen-align is implemented by LA basic instructions and never use unaligned memory acess
* LoongArch: Redefine macro LEAF/ENTRY.dengjianbo2023-08-141-10/+26
| | | | | | The following usage of macro LEAF/ENTRY are all feasible: 1. LEAF(fcn) -- the align value of fcn is .align 3(default value) 2. LEAF(fcn, 6) -- the align value of fcn is .align 6
* LoongArch: Add vector implementation for _dl_runtime_resolve.caiyinyu2023-07-112-0/+20
|
* LoongArch: Add support for dl_runtime_profilecaiyinyu2023-06-131-0/+1
| | | | This commit can fix the FAIL item: elf/tst-sprof-basic.
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-063-3/+3
|
* LoongArch: Build Infrastructurecaiyinyu2022-07-261-0/+93
|
* LoongArch: Linux ABIcaiyinyu2022-07-261-0/+30
|
* LoongArch: ABI Implementationcaiyinyu2022-07-261-0/+59