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
/
lightning
Age
Commit message (
Expand
)
Author
2023-08-04
Create funcs.h
Krasimir Angelov
2023-08-04
Create Create aarch64/fp.h
Krasimir Angelov
2023-08-04
Create aarch64/core.h
Krasimir Angelov
2023-08-04
Create aarch64/asm.h
Krasimir Angelov
2017-04-13
silence a few warnings on MacOS
krasimir
2016-04-14
more fixes for GNU Lightning for ARM
krasimir
2016-04-14
bugfix in GNU Lightning for ARM
krasimir
2015-07-16
refine the GNU lightning patch to avoid generating unnecessary code
krasimir
2015-07-16
bugfixes in the JIT compiler for x86_64. One of the fixes is actually in GNU ...
krasimir
2015-02-19
silence some warnings in GNU Lightning for i386_64
krasimir
2015-02-11
fix in the JIT compiler that would hopefully make it work on iOS
kr.angelov
2014-12-01
fix in GNU lightning to enable the compilation of two of the the floating poi...
kr.angelov
2014-10-14
simplify jit_bare_ret
kr.angelov
2014-10-09
fix for lightning for ARM
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-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-08-11
pattern matching in def rules is now supported
kr.angelov
2013-11-15
fixes in the C runtime to avoid warnings when compiling on MacOS
kr.angelov
2013-10-08
bugfix in GNU lightning for ARM
kr.angelov
2013-09-11
rewrite the ARM port of GNU lightning to a form compatible with the versions ...
kr.angelov
2013-08-01
added untested port of GNU lightning to ARM
kr.angelov
2013-06-26
compatibility issue for MacOS X
kr.angelov
2013-06-26
fix for x86_64
kr.angelov
2013-06-25
Now there is a just-in-time compiler which generates native code for proof se...
kr.angelov
2013-06-20
add x86_64 support to GNU lightning
kr.angelov
2013-06-17
fix for a couple of warnings that are generated when GNU lightning is used
kr.angelov
2013-06-17
add the source code for GNU lightning in the source directory for the C runtime
kr.angelov