summaryrefslogtreecommitdiffstats
path: root/Tools/jit/_stencils.py
Commit message (Expand)AuthorAgeFilesLines
* GH-119726: Emit AArch64 trampolines out-of-line (GH-121280)Diego Russo2024-07-031-8/+6
* GH-119726: Use LDR for AArch64 trampolines (GH-121001)Diego Russo2024-07-011-22/+9
* GH-116017: Get rid of _COLD_EXITs (GH-120960)Brandt Bucher2024-07-011-3/+0
* GH-117062: Make _JUMP_TO_TOP a general absolute jump (GH-120854)Brandt Bucher2024-06-241-3/+0
* GH-119726: Deduplicate JIT trampolines for out-of-range jumps (GH-120250)Diego Russo2024-06-191-4/+16
* GH-113464: Generate a more efficient JIT (GH-118512)Brandt Bucher2024-05-031-10/+106
* GH-113464: Display a warning when building the JIT (GH-118481)Brandt Bucher2024-05-011-4/+4
* GH-118306: Update JIT to use LLVM 18 (GH-118307)Savannah Ostrowski2024-04-291-1/+3
* GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)Brandt Bucher2024-04-061-1/+4
* GH-116422: Tier2 hot/cold splitting (GH-116813)Mark Shannon2024-03-261-0/+6
* GH-116017: Put JIT code and data on the same page (GH-116845)Brandt Bucher2024-03-191-4/+3
* GH-115802: Don't JIT zero-length jumps (GH-116177)Brandt Bucher2024-03-041-17/+68
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-291-1/+8
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-291-0/+220