index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
c
/
pgf
Age
Commit message (
Expand
)
Author
2014-10-07
the indirection should be done in the evaluate_expr_thunk gate instead of in ...
kr.angelov
2014-10-06
using instruction RET was wrong; now use EVAL
kr.angelov
2014-10-06
fix the order in which arguments are stored in the mk_const gate
kr.angelov
2014-10-06
push a stack frame around recursive calls to guarantee that a nested call to ...
kr.angelov
2014-10-06
partial implementation for the FAIL instruction
kr.angelov
2014-09-30
bugfix in pgf_evaluate_expr_thunk
kr.angelov
2014-09-30
fix pgf_value2expr for partial applications
kr.angelov
2014-09-30
enough fixes to get the JIT compiler compile for ARM. It is still broken if y...
kr.angelov
2014-09-30
fix in reader.h for compiling jpgf.c
kr.angelov
2014-09-30
fix in pgf_print_expr for lambda abstractions with more than one argument
kr.angelov
2014-09-30
bugfix in the gate evaluate_value_lambda
kr.angelov
2014-09-29
bugfix in the pattern matching compiler and a number of other fixes that I so...
kr.angelov
2014-09-29
bugfix in the RET instruction
kr.angelov
2014-09-29
enlarge the code window in pgf_jit_gates to ensure enough space on 64-bit mac...
kr.angelov
2014-09-25
switch off the debugging of the JIT compiler which I had turned on accidental...
kr.angelov
2014-09-25
now a complete JIT compiler and ByteCode compiler for the def rules in the ab...
kr.angelov
2014-09-16
dummy jit_base_tail_finishr for x86_64.
kr.angelov
2014-09-11
a major revision of the bytecode generator and JIT compiler. the effect is th...
kr.angelov
2014-09-05
the code for def rules now uses proper graph update to preserve lazyness
kr.angelov
2014-09-05
full support for recursive def rules in the C runtime
kr.angelov
2014-09-01
partial implementation for recursive def rules
kr.angelov
2014-09-01
bug fixes in the JIT compiler
kr.angelov
2014-08-29
added evaluator.h which I had forgoten
kr.angelov
2014-08-11
pattern matching in def rules is now supported
kr.angelov
2014-08-11
a partial support for def rules in the C runtime
kr.angelov
2014-07-08
implemented computing with abstract syntax trees. It passes all test cases ex...
kr.angelov
2014-07-08
bugfix for the typechecker in the C runtime
kr.angelov
2014-07-06
embedded mode for GF grammar in Python. Only generation for now
kr.angelov
2014-04-25
an initial Java/C API for predicting literals. Still not utilized
kr.angelov
2014-04-22
bugfix in the handling of BIND in the C runtime
kr.angelov
2014-04-17
now word completion from Java works. It could be made better
kr.angelov
2014-04-10
now fully functional Java API for custom literals
kr.angelov
2014-04-10
bugfix in the C runtime
kr.angelov
2014-04-10
a quick hack to enable the NERC from bindings. This should be made available ...
kr.angelov
2014-04-08
bugfix in the C runtime that shows up with only some grammars
kr.angelov
2014-03-25
small fixes in the C runtime
kr.angelov
2014-03-18
whitespace cleanup in the parser
kr.angelov
2014-03-12
compute the right word probability
kr.angelov
2014-03-07
added pgf_lookup_word_prefix which makes it possible to do simple word predic...
kr.angelov
2014-03-06
C run-time: protect from Windows specific #includes with #ifdef __MINGW32__
hallgren
2014-03-05
implementation for pre in the C runtime
kr.angelov
2014-03-04
memory leak in parseval.c
kr.angelov
2014-03-04
rename pgf_lzr_linearize_table to pgf_lzr_get_table
kr.angelov
2014-02-27
include malloc.h in a few places to avoid warnings on Windows
kr.angelov
2014-02-09
GuVariant is now plain uintptr_t instead of a structure to make it easier to ...
kr.angelov
2014-02-05
bugfix in the recognizer for literals in the C runtime
kr.angelov
2013-12-17
make sure that pgf_concrete_load has no effect on grammars that are completel...
kr.angelov
2013-12-10
loading and unloading of languages in the C runtime and in the Python bindings
kr.angelov
2013-11-27
added API in the C runtime and the Java binding for checking whether a given ...
kr.angelov
2013-11-22
the GF syntax for identifiers is exteded with quoted forms, i.e. you could wr...
kr.angelov
[prev]
[next]