aboutsummaryrefslogtreecommitdiffstats
path: root/mjit.c
Commit message (Expand)AuthorAgeFilesLines
* mjit.c: untabified [ci skip]nobu2018-02-071-16/+16
* mjit.c: fix -Wdiscarded-qualifiers warningk0kubun2018-02-071-1/+1
* mjit.c: system_tmpdirnobu2018-02-071-6/+37
* mjit.c: fix buffer overflownobu2018-02-071-10/+30
* mjit.c: windows should include fcntl.h took0kubun2018-02-071-3/+3
* mjit.c: FD instead of FILEnobu2018-02-071-3/+3
* mjit.c: fd is no longer valid after fclosenobu2018-02-071-3/+6
* mjit.c: fix declaration of ruby_null_devicenobu2018-02-071-1/+1
* mjit mswin support (WIP)usa2018-02-071-13/+16
* share ruby_null_devicenobu2018-02-061-8/+3
* mjit mswin support (WIP)usa2018-02-061-8/+63
* mjit.c: make null device portablek0kubun2018-02-061-1/+8
* mjit.c: prefix "_ruby" to precompiled header took0kubun2018-02-061-3/+5
* mjit.c: try installed header onlynobu2018-02-061-28/+7
* mjit.c: handle fopen errork0kubun2018-02-061-0/+6
* Fix wrong commentkazu2018-02-061-2/+1
* mjit.c: suppress unused-value warningnobu2018-02-061-1/+1
* mjit.c: fixed missing variablenobu2018-02-061-0/+3
* mjit.c: build dir prefixnobu2018-02-061-20/+34
* thread_pthread.c: cast inside rb_thread_create_mjit_threadnobu2018-02-061-1/+1
* mjit.c: use ruby_strdup as get_stringnobu2018-02-061-9/+2
* mjit.c: fix MinGW warning by r62221k0kubun2018-02-051-1/+1
* mjit.c: determine prefix of MJIT header at runtimek0kubun2018-02-051-4/+31
* mjit.c: prefer using --jit-cc=clang if __clang__k0kubun2018-02-051-1/+1
* mjit.c: try changing the order of includesk0kubun2018-02-051-8/+9
* assigning void* to a function pointer is a POSIXismshyouhei2018-02-051-9/+9
* va_copy is a C99ismshyouhei2018-02-051-4/+0
* mjit.c: define __EXTENSIONS__ earlierk0kubun2018-02-041-4/+4
* mjit.c: another try for fixing solaris buildk0kubun2018-02-041-1/+4
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-0/+62
* mjit.c: use InterlockedExchangePointerk0kubun2018-02-041-1/+12
* mjit.c: try to fix Solaris build failurek0kubun2018-02-041-0/+1
* mjit.c: try porting va_copyk0kubun2018-02-041-0/+4
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-0/+1219