summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-21Move the test fileNobuyoshi Nakada
2021-10-21Fix for out-of-place buildNobuyoshi Nakada
2021-10-21Suppress warningsNobuyoshi Nakada
2021-10-20Fix tests with cppflags=-DYJIT_FORCE_ENABLETakashi Kokubun
2021-10-20Add bit about YJIT to NEWS.mdMaxime Chevalier-Boisvert
2021-10-21* append newline at EOF. [ci skip]git
2021-10-20YJIT: Show GCC that the mmap probing loop runs at least onceAlan Wu
2021-10-20Fix non RUBY_DEBUG build warningsAlan Wu
2021-10-20Do kwarg shuffle after checking for interruptsAlan Wu
2021-10-20YJIT: check machine arch before enablingAlan Wu
2021-10-20Extract yjit_force_iv_index and make it work when object is frozenAlan Wu
2021-10-20Update yjit.mdMaxime Chevalier-Boisvert
2021-10-20Doc: remove outdated note about hooking into the interpreterAlan Wu
2021-10-20Move test_yjit_asm.sh into miscAlan Wu
2021-10-20Add comments about special runtime routines YJIT callsAlan Wu
2021-10-20Actually, tabs are okay in MakefileAlan Wu
2021-10-20Expand tabsAlan Wu
2021-10-20Update dependenciesAlan Wu
2021-10-20Match the main-branch location of yjit in inits.cNoah Gibbs
2021-10-20Fix indentation in ruby.cAlan Wu
2021-10-20Warn when trying to use YJIT in --disable-jit-support buildsAlan Wu
2021-10-20Show --yjit in help messageAlan Wu
2021-10-20Improve YJIT command line option parsingAlan Wu
2021-10-20Update yjit.mdMaxime Chevalier-Boisvert
2021-10-20Revert "Disable YJIT while running MJIT tests (#62)"Alan Wu
2021-10-20Simplify code for YJIT const cache in compile.cAlan Wu
2021-10-20Mention YJIT in Capstone autoconf checkAlan Wu
2021-10-20Minimize diff in existing workflow filesAlan Wu
2021-10-20Add String#bytesizeeileencodes
2021-10-20Use env var to turn on YJIT for test-bundled-gemsAlan Wu
2021-10-20Remove YJIT CI configs for tests make check runsAlan Wu
2021-10-20Turn on YJIT for repeat-count=2 runs through env varAlan Wu
2021-10-20Turn on YJIT in macOS workflowAlan Wu
2021-10-20Show +YJIT in version string and RUBY_DESCRIPTIONAlan Wu
2021-10-20More simple bootstrap tests for kwargsKevin Newton
2021-10-20else if styleAlan Wu
2021-10-20Update yjit_codegen.cMaxime Chevalier-Boisvert
2021-10-20Update yjit_codegen.cMaxime Chevalier-Boisvert
2021-10-20Feedback, tests, and rebase for kwargsKevin Newton
2021-10-20Bail out if passing keyword arguments to only positional and/or optional methodsKevin Newton
2021-10-20Set up the callee stack pointer properly taking into account the bits objectKevin Newton
2021-10-20Correct for positional required argumentsKevin Newton
2021-10-20Push the unspecified_bits_value onto the stackKevin Newton
2021-10-20Reuse stack swapping logicKevin Newton
2021-10-20Get kwargs reordering workingKevin Newton
2021-10-20Get kwargs working for all passed in the correct orderKevin Newton
2021-10-20YJIT_STATS instead of RUBY_DEBUG for --yjit-stats in help printoutAlan Wu
2021-10-20Say YJIT is disabled by default in ruby --helpAlan Wu
2021-10-20Style fix in ruby.cAlan Wu
2021-10-20Enable leaked global tests in YJIT workflowsAlan Wu