index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-20
Commit before merge
Maxime Chevalier-Boisvert
2021-10-20
Started refactoring opt_send_without_block with codegen-time checks
Maxime Chevalier-Boisvert
2021-10-20
Add system to implement codegen preconditions in JIT
Maxime Chevalier-Boisvert
2021-10-20
Added print_ptr() util function for debugging
Maxime Chevalier-Boisvert
2021-10-20
Added int3() to x86 asm
Maxime Chevalier-Boisvert
2021-10-20
Anonymous union is a C11 feature unavailable to us
Alan Wu
2021-10-20
oops Direct threading should be default
Alan Wu
2021-10-20
Explicitly convert function pointer to void pointer
Alan Wu
2021-10-20
Fix compilation for OPT_THREADED_CODE=2
Alan Wu
2021-10-20
Explicitly convert function pointer to void pointer
Alan Wu
2021-10-20
_GNU_SOURCE has to be before includes
Alan Wu
2021-10-20
Bump executable memory allocation size
Alan Wu
2021-10-20
Get access to MAP_ANONYMOUS in pedantic compile mode
Alan Wu
2021-10-20
Don't put MicroJIT status in RUBY_DESCRIPTION
Alan Wu
2021-10-20
Zero sized array are not standard C
Alan Wu
2021-10-20
Try to fix Windows build
Alan Wu
2021-10-20
Fix MicroJIT's putobject against GC copmaction
Alan Wu
2021-10-20
Respect redefinition in MicroJIT's opt_minus
Alan Wu
2021-10-20
Update dependency
Alan Wu
2021-10-20
Small build fixes
Alan Wu
2021-10-20
Try to fix Windows build
Alan Wu
2021-10-20
Compile with MicroJIT disabled when scrape fails
Alan Wu
2021-10-20
Show whether MicroJIT is enabled in the version string
Alan Wu
2021-10-20
Removed inc/dec instructions because usage not recommended.
Maxime Chevalier-Boisvert
2021-10-20
Run ruby tool/update-deps --fix
Alan Wu
2021-10-20
Move registers into header and make them static
Alan Wu
2021-10-20
Implemented opt_minus in MicroJIT
Maxime Chevalier-Boisvert
2021-10-20
Comment out jnl to fix Linux build again
Alan Wu
2021-10-20
Fix compilation for -DUSE_INSNS_COUNTER
Alan Wu
2021-10-20
Added member_opnd() convenience macro
Maxime Chevalier-Boisvert
2021-10-20
Partially implement opt_send_without_block
Aaron Patterson
2021-10-20
Added jmp_ptr() to ujit_asm.h
Maxime Chevalier-Boisvert
2021-10-20
Fix mistake in ujit command line parsing
Alan Wu
2021-10-20
Check if outlined code block has enough space too
Maxime Chevalier-Boisvert
2021-10-20
Implement the --disable-ujit command line option
Alan Wu
2021-10-20
endbr64 is fine
Alan Wu
2021-10-20
Implemented side-exits to interpreter. setlocal_WC_0
Maxime Chevalier-Boisvert
2021-10-20
Start implementing setlocal_wc0
Maxime Chevalier-Boisvert
2021-10-20
Comment out jnl to avoid conflict with system header
Alan Wu
2021-10-20
Preliminary GNU/Linux support for code scraper
Alan Wu
2021-10-20
Refactor ujit_examples.h generator. Remove dwarfdump dependency
Alan Wu
2021-10-20
Update PC in memory when exiting jitted code
Alan Wu
2021-10-20
Revert "Add workaround for inserting into addr2insn mapping"
Alan Wu
2021-10-20
Avoid triggering GC while translating threaded code
Alan Wu
2021-10-20
Add workaround for inserting into addr2insn mapping
Alan Wu
2021-10-20
Added 8-bit and 16-bit general-purpose registers, more tests.
Maxime Chevalier-Boisvert
2021-10-20
Don't assume srcdir is cwd
Alan Wu
2021-10-20
Add location hint to code block mmap call
Maxime Chevalier-Boisvert
2021-10-20
Added method to align code block write position
Maxime Chevalier-Boisvert
2021-10-20
Fixed bug with ctx_stack_pop. Implemented dup bytecode.
Maxime Chevalier-Boisvert
[prev]
[next]