Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2024-01-01 | 3 | -3/+3 |
| | |||||
* | Loongarch: Add ifunc support and add different versions of strlen | dengjianbo | 2023-08-14 | 1 | -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. | dengjianbo | 2023-08-14 | 1 | -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. | caiyinyu | 2023-07-11 | 2 | -0/+20 |
| | |||||
* | LoongArch: Add support for dl_runtime_profile | caiyinyu | 2023-06-13 | 1 | -0/+1 |
| | | | | This commit can fix the FAIL item: elf/tst-sprof-basic. | ||||
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 3 | -3/+3 |
| | |||||
* | LoongArch: Build Infrastructure | caiyinyu | 2022-07-26 | 1 | -0/+93 |
| | |||||
* | LoongArch: Linux ABI | caiyinyu | 2022-07-26 | 1 | -0/+30 |
| | |||||
* | LoongArch: ABI Implementation | caiyinyu | 2022-07-26 | 1 | -0/+59 |