680 Commits (d09676d2f384c7a968455f45a82dac9e4574fffe)
 

Author SHA1 Message Date
Ken Brown d09676d2f3 Remove reference to __CYGWIN32__ 6 years ago
Ken Brown 22d66c3c4d Don't use Win32 API on Cygwin 6 years ago
Ken Brown 59340183e8 Remove obsolete compiler option on Cygwin 6 years ago
Aleksey Demakov a79b4c421d gitignore minimal binary 6 years ago
Aleksey Demakov 7da475e60b jit-rules-x86-64.c: dont declare var in for initializer 6 years ago
Aleksey Demakov d109997f50 Fix a typo 6 years ago
Aleksey Demakov 92a44c67e7 fix a warning 6 years ago
Aleksey Demakov 1f4e7b1d86 Fix libjitdynamic.p.in (thanks Eli Zaretskii). 6 years ago
Aleksey Demakov 9ad05b4c05 Bump version to 0.1.4 6 years ago
Aleksey Demakov ad84940ad9 edit TODO 6 years ago
Aleksey Demakov d436212b0c Fix jit_vmem_commit() return value 6 years ago
Aleksey Demakov 825a982ce2 Undo incorrect commit out of the last merge 7 years ago
Aleksey Demakov 2f24cacb08 Insert ChangeLog entry for the last merge 7 years ago
Aleksey Demakov b0e495f833
Merge pull request #12 from eklitzke/yyerror 7 years ago
Aleksey Demakov ff80aabcb5 fix the problem with global registers on recompilation 7 years ago
Aleksey Demakov 7265811145 add a test case from David Meyer for a problem with global registers on recompilation 7 years ago
Aleksey Demakov 279720066f
Merge pull request #13 from M4GNV5/memcpy-fix 7 years ago
Jakob Löw 784f983f0f add missing memory load when memcpy'ing small structs on x86-64 7 years ago
Aleksey Demakov a367527522 Update ChangeLog 7 years ago
Aleksey Demakov dd3a742fdd
Merge pull request #11 from eklitzke/master 7 years ago
Evan Klitzke 83c29e3b1d remove this 7 years ago
Evan Klitzke 88c0ad577b more yacc errors 7 years ago
Evan Klitzke 2f6ea14148 use const char* for yyerror, to allow building with -Werror=format-security 7 years ago
Evan Klitzke d45b24a23f fix some typos 7 years ago
Aleksey Demakov 1bedc33a47 Update ChangeLog 7 years ago
Tom Tromey adc5b4573e Add pkg-config .pc files 7 years ago
Tom Tromey 6c06311887 Mention jit-dump.h in the documentation 7 years ago
Aleksey Demakov 9378ba1844 Fix a bug with applying nint, ptr, and long arguments 7 years ago
Aleksey Demakov cabc691211 Fix x86-64 jump table space check 7 years ago
Aleksey Demakov c6db966b1b Reformat last ChangeLog entries 7 years ago
Aleksey Demakov 358fff889f Merge pull request #9 from M4GNV5/imm8-alu 7 years ago
Jakob Löw 2c47e847a2 Prefer the 8 bit sign extended alu instruction encoding in x86-64 7 years ago
Aleksey Demakov 92b81340e9 Fix (perhaps) constant comparison bug 7 years ago
Aleksey Demakov f54b89a3ce Merge pull request #7 from M4GNV5/alloca-align 7 years ago
Jakob Löw 0bf8c43a9a the frontend is already aligning the argument of OP_ALLOCA so the backends don't need to do it too 7 years ago
Aleksey Demakov 5cf04ce578 Fix a bug in x86-64 small block memset 7 years ago
Aleksey Demakov bdd7a8886b Fix thread init on windows 7 years ago
Aleksey Demakov 6048707db4 Merge pull request #5 from M4GNV5/memset-x86-64 7 years ago
Jakob Löw 2904804a1f add the x86-64 memset optimizations to the ChangeLog 7 years ago
Jakob Löw 525ca0d86c more memset optimizations in x86_64 when the value is zero 7 years ago
Jakob Löw 1dd0504f29 optimize memset on x86_64 when size and value are constants 7 years ago
Aleksey Demakov c212bfac04 Massive jit-value.c overhaul 7 years ago
Aleksey Demakov 1470c46b9f Massive jit-insn.c overhaul 7 years ago
Aleksey Demakov e9b38d68a9 Big cleanup in jit-opcode-apply.h 7 years ago
Aleksey Demakov ce2b1ef94a Use jit_type_remove_tags() instead of jit_type_normalize() in jit-insn.c where appropriate 7 years ago
Aleksey Demakov ff53790e12 Shuffle lines in jit-type.h 7 years ago
Aleksey Demakov 859ca4301f Use jit_type_remove_tags() instead of jit_type_normalize() in jit-value.c where appropriate. Also some coding style changes 7 years ago
Aleksey Demakov e56f1c7fe4 Use jit_type_remove_tags() instead of jit_type_normalize() in jit-rules-interp.c where appropriate 7 years ago
Aleksey Demakov eda45a9924 Use jit_type_remove_tags() instead of jit_type_normalize() in jit-reg-alloc.c 7 years ago
Aleksey Demakov 2fdbf9c202 Use jit_type_remove_tags() instead of jit_type_normalize() in jit-apply.c. Also some coding style changes there. 7 years ago