summaryrefslogtreecommitdiff
path: root/zjit
AgeCommit message (Expand)Author
2025-05-23ZJIT: Side-exit into the interpreter on unknown call typesMax Bernstein
2025-05-23ZJIT: Side-exit into the interpreter on unknown opt_newarray_sendMax Bernstein
2025-05-23ZJIT: Side-exit into the interpreter on unknown opcodesMax Bernstein
2025-05-23ZJIT: Parse splatarray, concattoarray, pushtoarray into HIR (#13429)Max Bernstein
2025-05-23[DOC] ZJIT: `Function::find`: Give advice instead of talking about safetyAlan Wu
2025-05-22ZJIT: Parse newhash into HIRMax Bernstein
2025-05-22ZJIT: Parse duphash into HIRMax Bernstein
2025-05-22ZJIT: Parse getinstancevariable, setinstancevariable into HIR (#13413)Max Bernstein
2025-05-22ZJIT: More type level docs in zjit::hir [DOC]Alan Wu
2025-05-20ZJIT: Allow DCE to remove some CCalls (#13363)Max Bernstein
2025-05-21ZJIT: Add --allow-multiple-definition for make zjit-testAlan Wu
2025-05-16ZJIT: Create more ergonomic type profiling API (#13339)Max Bernstein
2025-05-16ZJIT: Remove unnecessary cloningMax Bernstein
2025-05-15ZJIT: Bail out of recursive compilation if we can't compile calleeMax Bernstein
2025-05-15YJIT: ZJIT: Allow both JITs in the same buildAlan Wu
2025-05-14ZJIT: Split long `use` line and add a module doc.Alan Wu
2025-05-14ZJIT: More tests for parsing param formsAlan Wu
2025-05-14ZJIT: Infer ArrayExact for the rest parameterAlan Wu
2025-05-14ZJIT: Fix rest parameter not parsed into a BB parameterAlan Wu
2025-05-14ZJIT: Add IntoUsize, ported from YJITAlan Wu
2025-05-12ZJIT: Stop padding side exits (#13295)Takashi Kokubun
2025-05-11Add yjit/zjit bindings for adding namespaceSatoshi Tagomori
2025-05-09ZJIT: Fix a splitting condition for LHSTakashi Kokubun
2025-05-09Rename `RB_OBJ_SHAPE` -> `rb_obj_shape`Jean Boussier
2025-05-09Rename `rb_shape_get_shape_id` -> `RB_OBJ_SHAPE_ID`Jean Boussier
2025-05-09Refactor `rb_shape_get_next` to return an IDJean Boussier
2025-05-09Rename `rb_shape_obj_too_complex` -> `rb_shape_obj_too_complex_p`Jean Boussier
2025-05-09Rename `rb_shape_get_shape_by_id` -> `RSHAPE`Jean Boussier
2025-05-08ZJIT: Temporarily revert path compressionMax Bernstein
2025-05-08Move `object_id` in object fields.Jean Boussier
2025-05-08Refactor OBJ_TOO_COMPLEX_SHAPE_ID to not be referenced outside shape.hJean Boussier
2025-05-08Rename `ivptr` -> `fields`, `next_iv_index` -> `next_field_index`Jean Boussier
2025-05-07Parse topn, opt_length, opt_size into HIRMax Bernstein
2025-05-05Make rb_shape.capacity an `attr_index_t`Jean Boussier
2025-05-02ZJIT: Parse opt_newarray_send into HIR (#13242)Max Bernstein
2025-05-02YJIT: ZJIT: Share identical glue functionsAlan Wu
2025-04-30ZJIT: Use RefCell to allow path compression in union-find (#13218)Max Bernstein
2025-04-30ZJIT: Compile opt_new to slow-path SendWithoutBlock (#13216)Max Bernstein
2025-04-30ZJIT: Add `make zjit-test-lldb` [ci skip]Alan Wu
2025-04-29Make sure to call find() on basic block argumentsMax Bernstein
2025-04-29Default instruction output type to AnyMax Bernstein
2025-04-29ZJIT: Handle ZJIT options properly (#13197)Takashi Kokubun
2025-04-28ZJIT: Replace GetConstantPath with Const if the IC is not empty (#13183)Max Bernstein
2025-04-28ZJIT: Drop a duplicated call into optimize (#13196)Takashi Kokubun
2025-04-28ZJIT: Drop trace_zjit_* instructions (#13189)Takashi Kokubun
2025-04-25maybe fix bindgenAaron Patterson
2025-04-25ZJIT: Bail out of HIR translation if we can't handle a send flag (#13182)Max Bernstein
2025-04-25ZJIT: Emit CCall if we know the type statically, not just from profiles (#13173)Max Bernstein
2025-04-24ZJIT: Fold Send into SendWithoutBlockDirect if we know the class statically (...Max Bernstein
2025-04-24Add testsMax Bernstein