David CARLIER
d1af167387
FreeBSD build fix ( #59 )
2023-12-28 16:53:21 +03:00
David CARLIER
7630658ed0
multi platform build fixes, mostly solaris systems. ( #58 )
2023-12-28 13:06:35 +03:00
Dmitry Stogov
9cebd36a2c
Fix Windows compatibility
2023-12-13 17:37:13 +03:00
Dmitry Stogov
05db256d87
Dot't print exit code after "--run" (delegate this to tester)
2023-12-13 15:59:54 +03:00
Dmitry Stogov
8668550427
Initial support for LLVM loader (incomplete) ( #53 )
...
Currently we may just load LLVM module and convert all functions into IR (print it).
For better LLVM support IR framework needs support for modules.
Some LLVM features are not supported yet (see TODOs in ir_load_llvm.c) .
2023-10-11 12:46:31 +03:00
Dmitry Stogov
234bdad1f4
Change condition order
2023-09-27 00:43:24 +03:00
Dmitry Stogov
4fef47b1a5
Reimplement tester program in C and in IR independent way ( #50 )
...
* Reimplement tester program in C and in IR independent way
* Fix Windows support
2023-09-27 00:34:03 +03:00