summaryrefslogtreecommitdiff
path: root/libc/src/setjmp/x86_64
AgeCommit message (Expand)Author
2025-10-26[libc] fix architecture guarding for 32bit sigsetjmp (#164923)Shreeyash Pandey
2025-07-24[libc] Fix issue with sigjmp_buf.h not being found (#150439)William Huynh
2025-05-01[libc][NFC] add remarks to the setjmp implementation (#137066)Schrodinger ZHU Yifan
2025-04-29Reland "[libc] build fix for sigsetjmp (#137047)" (#137214)Schrodinger ZHU Yifan
2025-04-23Revert "[libc] build fix for sigsetjmp (#137047)" (#137077)gulfemsavrun
2025-04-23[libc] build fix for sigsetjmp (#137047)Schrodinger ZHU Yifan
2025-04-23[libc] implement sigsetjmp/siglongjmp for x86-64 (#136072)Schrodinger ZHU Yifan
2024-11-26[libc] suppress more clang-cl warnings (#117718)Schrodinger ZHU Yifan
2024-10-30[libc][i386] setjmp/longjmp (#112437)Nick Desaulniers
2024-10-17[libc][setjmp] make x86_64 longjmp naked (#112581)Nick Desaulniers
2024-10-15[libc] fix -Wmissing-attributes in setjmp (#112415)Nick Desaulniers
2024-10-15[libc][setjmp] fix setjmp test via naked fn attr (#88054)Nick Desaulniers
2024-09-08[libc] Add proxy header for the jmp_buf type (#107712)wldfngrs
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-05-20[libc][setjmp] disable -ftrivial-auto-var-init=pattern for now (#92796)Nick Desaulniers (paternity leave)
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-03-27[libc] Fix longjmp's fake return in x86_64Mikhail R. Gadelha
2023-03-24[libc][Obvious] Remove a compile opt to x86_64 longjmp in a previous commit.Siva Chandra Reddy
2023-03-24[libc] Add support for setjmp and longjmp in riscvMikhail R. Gadelha