summaryrefslogtreecommitdiff
path: root/common.mk
AgeCommit message (Expand)Author
2021-11-25YJIT: Implement new struct accessors (#5161)John Hawthorn
2021-11-21Update dependenciesNobuyoshi Nakada
2021-11-21Refactor hacky ID tables to struct rb_ast_id_table_tYusuke Endoh
2021-11-19optimize `Struct` getter/setterKoichi Sasada
2021-11-19GC measurement featureKoichi Sasada
2021-11-18Optimize dynamic string interpolation for symbol/true/false/nil/0-9Jeremy Evans
2021-11-18Expect bool as `sort:` option at glob [Feature #18287]Nobuyoshi Nakada
2021-11-10Mark IO::Buffer as experimental.Samuel Williams
2021-11-10IO::Buffer for scheduler interface.Samuel Williams
2021-10-28add `make runirb` ruleKoichi Sasada
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