summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Expand)Author
2021-10-25YJIT: Implement duphash (#5009)Ian C. Anderson
2021-10-25process.c: Add Process._fork (#5017)Yusuke Endoh
2021-10-23Add INSTRUBY_OPTS to INSTRUBY_ARGS [ci skip]Nobuyoshi Nakada
2021-10-21freeze (make shareable) script_linesKoichi Sasada
2021-10-21`RubyVM.keep_script_lines`Koichi Sasada
2021-10-20Actually, tabs are okay in MakefileAlan Wu
2021-10-20Expand tabsAlan Wu
2021-10-20Update dependenciesAlan Wu
2021-10-20Remove yjit_backend to help with upstreamingAlan Wu
2021-10-20Put YJIT into a single compilation unitAlan Wu
2021-10-20Fix changes from rebaseNoah Gibbs
2021-10-20TracePoint supportAlan Wu
2021-10-20Add toregexp to yjiteileencodes
2021-10-20Add getglobal to yjiteileencodes
2021-10-20Remove the scraperAaron Patterson
2021-10-20Add YJIT.enabled?John Hawthorn
2021-10-20Update depsMaxime Chevalier-Boisvert
2021-10-20Add concatstrings to yjit codegen (#58)John Hawthorn
2021-10-20Update common.mkMaxime Chevalier-Boisvert
2021-10-20Remove token_paste.h dep from common.mkMaxime Chevalier-Boisvert
2021-10-20update depsAaron Patterson
2021-10-20Get rid of dependency on rb_call_cacheAlan Wu
2021-10-20YJIT: lazy polymorphic getinstancevariableAlan Wu
2021-10-20Yet Another Ruby JIT!Jose Narvaez
2021-10-20uJIT: Implement opt_getinlinecacheAlan Wu
2021-10-20Ujit bug fixesAlan Wu
2021-10-20Tie lifetime of uJIT blocks to iseqsAlan Wu
2021-10-20Update dependenciesAlan Wu
2021-10-20Directly link libcapstone for easier developmentAaron Patterson
2021-10-20Update dependenciesAlan Wu
2021-10-20Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert
2021-10-20Update dependenciesAlan Wu
2021-10-20Update dependencyAlan Wu
2021-10-20Run ruby tool/update-deps --fixAlan Wu
2021-10-20Refactor ujit_examples.h generator. Remove dwarfdump dependencyAlan Wu
2021-10-20Don't assume srcdir is cwdAlan Wu
2021-10-20Add function to print strings from generated codeMaxime Chevalier-Boisvert
2021-10-20Fix typoAlan Wu
2021-10-20Fix dependency for ujit_examples.hAlan Wu
2021-10-20Add new files, ujit_compile.c, ujit_compile.hMaxime Chevalier-Boisvert
2021-10-20Progress on x86 assembler. Encode a few simple instructions.Maxime Chevalier-Boisvert
2021-10-20Progress on porting x86 assembler for MicroJITMaxime Chevalier-Boisvert
2021-10-20Yeah, this actually works!Alan Wu
2021-10-12Suppress some messages on building mjit headerKazuhiro NISHIYAMA
2021-10-05marshal.c Marshal.load accepts a freeze: true option.Jean Boussier
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-10-05introduce debug.gemKoichi Sasada
2021-10-02Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada
2021-09-28lldb: Show encoding of String [ci skip]Nobuyoshi Nakada
2021-09-26Fix dependency of verconf.hNobuyoshi Nakada