summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2021-12-03YJIT: Bounds check every byte in the assemblerAlan Wu
2021-12-01Mark JIT code as writeable / executable depending on the situationAaron Patterson
2021-11-05YJIT: use shorter encoding for mov(r64,imm) when unambiguous (#5081)Alan Wu
2021-11-04YJIT code pages refactoring for code GC (#5073)Maxime Chevalier-Boisvert
2021-11-02Fix typosNobuyoshi Nakada
2021-10-28Follow up the RString change [ci skip]Nobuyoshi Nakada
2021-10-27Fix yjit_asm_tests.c as C99 compliant (#5033)Nobuyoshi Nakada
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2021-10-21Move the test fileNobuyoshi Nakada
2021-10-21Fix for out-of-place buildNobuyoshi Nakada
2021-10-20Fix non RUBY_DEBUG build warningsAlan Wu
2021-10-20Move test_yjit_asm.sh into miscAlan Wu
2021-10-20Add an lldb script to print YJIT commentsAaron Patterson
2021-10-20Free block->incoming in invalidate_block_version()Maxime Chevalier-Boisvert
2021-10-20Added synthetic torture test with 30K tiny methodsMaxime Chevalier-Boisvert
2021-10-20Directly link libcapstone for easier developmentAaron Patterson
2021-10-20Added comments. Fixed compiler warning.Maxime Chevalier-Boisvert
2021-10-20add a helper script for ujit disasmAaron Patterson
2021-09-29lldb: Get rid of error at unpreserved encodings [ci skip]Nobuyoshi Nakada
2021-09-28lldb: Show encoding of String [ci skip]Nobuyoshi Nakada
2021-08-25[Feature #18045] Implement size classes for GCPeter Zhu
2021-08-25[Feature #18045] Remove T_PAYLOADPeter Zhu
2021-08-23Revert "[Feature #18045] Implement size classes for GC"Peter Zhu
2021-08-23[Feature #18045] Implement size classes for GCPeter Zhu
2021-08-23[Feature #18045] Remove T_PAYLOADPeter Zhu
2021-06-04lldb_cruby.py: push non-flonum float to history [ci skip]Nobuyoshi Nakada
2021-06-04lldb_cruby.py: fix non-flonum float inspection [ci skip]Nobuyoshi Nakada
2021-05-27Promote net-smtp to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-pop to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-imap to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-ftp to the bundled gemsHiroshi SHIBATA
2021-05-27Promote matrix to the bundled gemsHiroshi SHIBATA
2021-05-25Update the latest list of default gems for misc/expand_tabs.rbHiroshi SHIBATA
2021-05-24add rb_id2str to lldb debugging scriptsAaron Patterson
2021-05-06lldb: convert heap_page_obj_limit from a float to intPeter Zhu
2021-05-06lldb: teach rp about T_PAYLOADMatt Valentine-House
2021-04-29lldb: Warn when attempting to dump invalid pagesMatt Valentine-House
2021-04-28[ruby/optparse] Add EditorConfig fileAlexander Popov
2021-04-27lldb: highlight the slot when using dump_page_rvalueMatt Valentine-House
2021-04-27lldb: dump_page_rvalue - dump a heap page containing an RVALUEMatt Valentine-House
2021-04-27lldb: Add Freelist Index to dump_page outputMatt Valentine-House
2021-03-29[ruby/optparse] Completion scripts themselves are not executableNobuyoshi Nakada
2021-03-29[ruby/optparse] Use ZDOTDIR env var to locate .zshrcMartin Rey
2021-03-16LLDB: Introduce dump_page helperMatt Valentine-House
2021-03-16LLDB: Extract a dump_bits function from rpMatt Valentine-House
2020-12-10Promote webrick to bundled gemsHiroshi SHIBATA
2020-10-14Mostly recover a Ruby stack trace from a core fileAaron Patterson
2020-10-08Fix lldb disassembler so it works with core filesAaron Patterson
2020-09-28bit table information when printing an objectAaron Patterson
2020-09-22Rudimentary support for disassembling rb_iseq_tAaron Patterson