summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_intrinsics.h
Commit message (Expand)AuthorAgeFilesLines
* gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)Victor Stinner2023-08-211-0/+8
* gh-105481: do not auto-generate pycore_intrinsics.h (#106913)Irit Katriel2023-07-201-5/+15
* gh-103763: Implement PEP 695 (#103764)Jelle Zijlstra2023-05-161-2/+10
* GH-103963: Make dis display names of args for intrinsics opcodes (#104029)Juhi Chandalia2023-05-031-14/+12
* gh-90110: Fix the c-analyzer Tool (#102483)Eric Snow2023-03-071-2/+2
* gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)Irit Katriel2023-02-141-0/+13
* GH-99005: More intrinsics (GH-100774)Mark Shannon2023-01-061-1/+4
* GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)Mark Shannon2023-01-051-0/+10