summaryrefslogtreecommitdiff
path: root/common.mk
Commit message (Expand)AuthorAgeFilesLines
* YJIT: Implement duphash (#5009)Ian C. Anderson2021-10-251-0/+1
* process.c: Add Process._fork (#5017)Yusuke Endoh2021-10-251-0/+3
* Add INSTRUBY_OPTS to INSTRUBY_ARGS [ci skip]Nobuyoshi Nakada2021-10-231-2/+3
* freeze (make shareable) script_linesKoichi Sasada2021-10-211-0/+1
* `RubyVM.keep_script_lines`Koichi Sasada2021-10-211-0/+1
* Actually, tabs are okay in MakefileAlan Wu2021-10-201-2/+2
* Expand tabsAlan Wu2021-10-201-2/+2
* Update dependenciesAlan Wu2021-10-201-0/+9
* Remove yjit_backend to help with upstreamingAlan Wu2021-10-201-1/+0
* Put YJIT into a single compilation unitAlan Wu2021-10-201-811/+220
* Fix changes from rebaseNoah Gibbs2021-10-201-0/+185
* TracePoint supportAlan Wu2021-10-201-1/+5
* Add toregexp to yjiteileencodes2021-10-201-0/+1
* Add getglobal to yjiteileencodes2021-10-201-0/+2
* Remove the scraperAaron Patterson2021-10-201-4/+0
* Add YJIT.enabled?John Hawthorn2021-10-201-0/+13
* Update depsMaxime Chevalier-Boisvert2021-10-201-0/+1
* Add concatstrings to yjit codegen (#58)John Hawthorn2021-10-201-0/+4
* Update common.mkMaxime Chevalier-Boisvert2021-10-201-0/+1
* Remove token_paste.h dep from common.mkMaxime Chevalier-Boisvert2021-10-201-4/+0
* update depsAaron Patterson2021-10-201-0/+1
* Get rid of dependency on rb_call_cacheAlan Wu2021-10-201-0/+1
* YJIT: lazy polymorphic getinstancevariableAlan Wu2021-10-201-815/+816
* Yet Another Ruby JIT!Jose Narvaez2021-10-201-822/+822
* uJIT: Implement opt_getinlinecacheAlan Wu2021-10-201-0/+1
* Ujit bug fixesAlan Wu2021-10-201-0/+1
* Tie lifetime of uJIT blocks to iseqsAlan Wu2021-10-201-1/+33
* Update dependenciesAlan Wu2021-10-201-1/+2
* Directly link libcapstone for easier developmentAaron Patterson2021-10-201-0/+2
* Update dependenciesAlan Wu2021-10-201-2/+601
* Refactor uJIT code into more files for readabilityMaxime Chevalier-Boisvert2021-10-201-16/+18
* Update dependenciesAlan Wu2021-10-201-0/+12
* Update dependencyAlan Wu2021-10-201-0/+1
* Run ruby tool/update-deps --fixAlan Wu2021-10-201-0/+198
* Refactor ujit_examples.h generator. Remove dwarfdump dependencyAlan Wu2021-10-201-5/+3
* Don't assume srcdir is cwdAlan Wu2021-10-201-1/+1
* Add function to print strings from generated codeMaxime Chevalier-Boisvert2021-10-201-0/+1
* Fix typoAlan Wu2021-10-201-1/+1
* Fix dependency for ujit_examples.hAlan Wu2021-10-201-2/+2
* Add new files, ujit_compile.c, ujit_compile.hMaxime Chevalier-Boisvert2021-10-201-0/+1
* Progress on x86 assembler. Encode a few simple instructions.Maxime Chevalier-Boisvert2021-10-201-1/+0
* Progress on porting x86 assembler for MicroJITMaxime Chevalier-Boisvert2021-10-201-0/+2
* Yeah, this actually works!Alan Wu2021-10-201-0/+5
* Suppress some messages on building mjit headerKazuhiro NISHIYAMA2021-10-121-2/+2
* marshal.c Marshal.load accepts a freeze: true option.Jean Boussier2021-10-051-0/+5
* ruby tool/update-deps --fix卜部昌平2021-10-051-0/+414
* introduce debug.gemKoichi Sasada2021-10-051-1/+1
* Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada2021-10-021-0/+1
* lldb: Show encoding of String [ci skip]Nobuyoshi Nakada2021-09-281-0/+1
* Fix dependency of verconf.hNobuyoshi Nakada2021-09-261-1/+1