]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/shortlog
francis/libjit.git
2004-05-11 Rhys WeatherleyUse both .libs and non.libs versions of the so paths...
2004-05-11 Rhys WeatherleyModify the autoconf/automake build system to use libtool.
2004-05-11 Rhys WeatherleyReport errors for unimplemented expressions and statements,
2004-05-11 Rhys Weatherley_jit_regs_load_to_top_two: handle the case where the...
2004-05-11 Rhys WeatherleyFix a bug that caused global variables in Dynamic Pascal
2004-05-11 Rhys WeatherleyImplement the exception-handling opcodes for the interp...
2004-05-11 Rhys WeatherleyRound out the function call handling opcodes for the...
2004-05-10 Rhys WeatherleyImplement the "New" and "Dispose" builtins.
2004-05-10 Rhys WeatherleyLoading and storing record fields in Dynamic Pascal.
2004-05-10 Rhys WeatherleyInterpreter code conversion for relative pointer and...
2004-05-08 Rhys WeatherleyUse "objdump" to dump compiled native code.
2004-05-08 Rhys WeatherleyMove the "JIT_TYPE_xxx" constants into the public heade...
2004-05-08 Rhys WeatherleyMove the dynlib and C++ name mangling routines into...
2004-05-08 Rhys WeatherleyRemove the locale-sensitive string comparison routines...
2004-05-08 Rhys WeatherleyAdd "_jit_cache_get_end_method", to allow the end of...
2004-05-07 Rhys WeatherleyCode generation for "for" loops.
2004-05-07 Rhys WeatherleyImplement symbol relocations for the ELF binary reader.
2004-05-06 Rhys WeatherleyAdd the "Flush" and "Terminate" builtins; fix a small...
2004-05-06 Rhys WeatherleyExecute the "main" method once a Dynamic Pascal program...
2004-05-06 Rhys WeatherleyGet basic compilation working in Dynamic Pascal.
2004-05-03 Rhys WeatherleyContinue the implementation of the C++ name mangling...
2004-05-03 Rhys WeatherleyAdd the beginnings of a C++ name mangler, to help with...
2004-05-03 Rhys WeatherleyTag the system-dependent types so that they can be...
2004-05-02 Rhys WeatherleyAdd more instances of JIT_NOTHROW to the headers; add...
2004-05-02 Rhys WeatherleyImprove the maintainability of the apply macros.
2004-05-01 Rhys WeatherleyClean up the builder/parser macros and detect padding of
2004-05-01 Rhys WeatherleyAdd array access instructions.
2004-05-01 Rhys WeatherleyImplement x86 code generation for some of the basic...
2004-04-30 Rhys WeatherleySet the initial working version to 0.0.1.
2004-04-30 Rhys WeatherleyInitial revision