aboutsummaryrefslogtreecommitdiff
path: root/string/arm
AgeCommit message (Expand)Author
2022-12-07string: arm: Fix cfi restore info for hot loop exitVictor Do Nascimento
2022-12-07string: arm: Ensure correct cfi state at strcmp entryVictor Do Nascimento
2022-11-17string: arm: Refactor ENTRY/END macrosSzabolcs Nagy
2022-11-17string: arm: Use /**/ comments in asmdefs.hSzabolcs Nagy
2022-11-17string: arm: Include asmdefs.h even into empty asm filesSzabolcs Nagy
2022-11-17string: Add separate asmdefs.h per targetSzabolcs Nagy
2022-10-21string: arm: Add new functionality to prologue/epilogue assembler macros.Victor Do Nascimento
2022-08-23string: arm: Fix CFI auto-alignment issues.Victor Do Nascimento
2022-08-22string: arm: Augment M-profile PACBTI-enablement macrosVictor Do Nascimento
2022-08-22string: arm: Prevent leaf function unwindingVictor Do Nascimento
2022-08-03string: arm: Augument unwind information for PAC instructionsVictor Do Nascimento
2022-08-03string: arm: Update feature test macro use in .arch selectionVictor Do Nascimento
2022-08-03string: arm: Implement conditional leaf PAC signingVictor Do Nascimento
2022-07-04string: simplify M-profile strlen PACBTI epilogueVictor Do Nascimento
2022-07-04string: simplify M-profile memchr PACBTI epilogueVictor Do Nascimento
2022-06-22string: Add M-profile PACBTI implementation of memchrVictor Do Nascimento
2022-06-22string: Add M-profile PACBTI implementation of strlenVictor Do Nascimento
2022-06-22string: Add M-profile PACBTI implementation of strcmpVictor Do Nascimento
2022-06-22string: Fix header file issue in arm strcmp-armv6m.SVictor Do Nascimento
2022-02-10Update lincense to MIT OR Apache-2.0 WITH LLVM-exceptionSzabolcs Nagy
2021-02-17Update copyright yearsSzabolcs Nagy
2021-01-08string: Assembly code cleanupWilco Dijkstra
2020-07-29string: Fix CVE-2020-6096 for arm memcpyAdhemerval Zanella
2020-02-18string: change build system to avoid fragile includesSzabolcs Nagy
2020-01-02string: Use L(name) for labelsWilco Dijkstra
2020-01-02string: Use asmdefs.h, ENTRY and ENDWilco Dijkstra
2019-08-27Remove strcmp comment that's no longer relevantSzabolcs Nagy
2019-08-27Change license of string functions to MITSzabolcs Nagy
2019-08-27Re-license arm v6t2 strlen to MITAdhemerval Zanella
2019-08-27Re-license arm memset to MITAdhemerval Zanella
2019-08-27Re-license arm memcpy to MITAdhemerval Zanella
2019-08-27Re-license arm memchr to MITAdhemerval Zanella
2019-08-23Import arm strlen armv6t2Adhemerval Zanella
2019-08-23Import arm strcmp armv6-mAdhemerval Zanella
2019-08-23Import arm strcmpAdhemerval Zanella
2019-08-23Import arm strcpyAdhemerval Zanella
2019-08-23Import arm memchrAdhemerval Zanella
2019-08-23Import arm memsetAdhemerval Zanella
2019-08-23Import arm memcpyAdhemerval Zanella