0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix last ChangeLog entry More... almost 6 years ago
Include jit-dump.h and jit-memory.h from jit.h More... almost 6 years ago
Merge pull request #21 from tromey/declare-functions More... about 6 years ago
Check for functions that are documented but not declared More... about 6 years ago
Merge pull request #19 from tromey/branch-optimize More... about 6 years ago
Add unit test for CFG transformation More... about 6 years ago
Add tests/unit subdirectory More... about 6 years ago
Merge pull request #18 from tromey/fix-some-warnings More... over 6 years ago
Fix some warnings More... over 6 years ago
Merge pull request #17 from M4GNV5/cherry-misc More... over 6 years ago
add a changelog entry for 54e7090, e385fd1 and f75ded9 More... over 6 years ago
in the x86-64 backend use lea, inc and dec where applicable in add and sub opcodes More... over 6 years ago
Fix out-of-tree builds More... over 6 years ago
fix possible SIGSEGV on conversion More... over 6 years ago
Cosmetic changes More... over 6 years ago
Remove JITINT64CXX macro, move jit_size_t definition. More... over 6 years ago
Merge pull request #15 from M4GNV5/nesting More... over 6 years ago
make sure values don't change their address More... about 7 years ago
make sure struct return pointer arguments are always before parent frame pointer arguments More... over 7 years ago
remove all calls to _jit_gen_fix_value from jit-insn.c, re-adding the import opcode, which is transformed into an add_relative in jit-compile.c More... over 7 years ago
merge the latest commits from upstream More... over 7 years ago
Fix _jit_load_opcode() invocation in interpreter (thanks Jakob Löw <[email protected]>) More... over 7 years ago
add a simple unwinding check which makes the unwinder stop when the next frame is below the current one More... over 7 years ago
Remove reference to __CYGWIN32__ More... over 7 years ago
Don't use Win32 API on Cygwin More... over 7 years ago
Remove obsolete compiler option on Cygwin More... over 7 years ago
gitignore minimal binary More... over 7 years ago
add a chanelog entry for the new nesting system More... over 7 years ago
fix importing parameter in the interpreter as they reside in a custom memory location More... over 7 years ago
Add a special OP for retrieving the frame pointer More... over 7 years ago