summaryrefslogtreecommitdiffstats
path: root/Tools/jit/_writer.py
Commit message (Expand)AuthorAgeFilesLines
* GH-115869: Make jit_stencils.h reproducible (GH-127166)Brandt Bucher2024-11-241-1/+1
* GH-125911: Rename big trampoline to "shim" (GH-126339)Savannah Ostrowski2024-11-051-2/+2
* GH-125498: Update JIT builds to use LLVM 19 and preserve_none (GH-125499)Savannah Ostrowski2024-10-301-1/+1
* gh-125207: Fix MSVC 1935 build with JIT (#125209)Michael Droettboom2024-10-181-2/+5
* GH-119726: Deduplicate AArch64 trampolines within a trace (GH-123872)Diego Russo2024-10-021-5/+19
* GH-113464: Generate a more efficient JIT (GH-118512)Brandt Bucher2024-05-031-71/+36
* GH-113464: Display a warning when building the JIT (GH-118481)Brandt Bucher2024-05-011-0/+1
* GH-115802: Use the GHC calling convention in JIT code (GH-118287)Brandt Bucher2024-05-011-0/+4
* GH-117512: Allow 64-bit JIT operands on 32-bit platforms (GH-117527)Brandt Bucher2024-04-061-2/+2
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-291-0/+95