Commit Graph

1039 Commits

Author SHA1 Message Date
Dmitry Stogov
10dc034ff4 Add os.clock() function 2023-12-26 16:06:41 +03:00
Dmitry Stogov
1b4f83ef7e Fixed assertion 2023-12-26 16:05:51 +03:00
Dmitry Stogov
cb65498211 Fix Windows build (GDBJIT interface is not available) 2023-12-26 15:30:42 +03:00
Dmitry Stogov
7f4ba5dad4 Fixed access to initialized varaible 2023-12-26 15:25:45 +03:00
Dmitry Stogov
8088643c15 Replace invalid characters in intrrnal symbol and function names with "_" 2023-12-26 15:24:12 +03:00
Dmitry Stogov
03fef453b6 Register data symbols as well 2023-12-26 15:22:59 +03:00
Dmitry Stogov
0dddad676d Fixed code generation for INC/DEC 2023-12-26 13:45:04 +03:00
Dmitry Stogov
448d883642 Proper conversion of LLVM sext i1->iN into IR 2023-12-26 13:44:02 +03:00
Dmitry Stogov
71ab68fa39 Fixed incorrect SCCP for SWITCH 2023-12-25 22:53:06 +03:00
Dmitry Stogov
07b41c8d37 Process external and forward functions declarations first (to reduce number of relocations) 2023-12-22 16:56:06 +03:00
Dmitry Stogov
49bb7eaf64 Automatically extend partial LLVM integer types to the nearest supported IR integer type (e.g. LLVM i24 to IR I32) 2023-12-22 16:35:13 +03:00
Dmitry Stogov
cf475c92d1 Fixed loaing LLVM zero initialized constants 2023-12-21 16:42:20 +03:00
Dmitry Stogov
da85f6b768 Add error messages 2023-12-21 16:03:00 +03:00
Dmitry Stogov
a75bb8fabe VREG 0 is special (it's never coalesced) 2023-12-21 16:01:40 +03:00
Dmitry Stogov
415f673be5 Fixed incorrect use_list update 2023-12-21 13:15:07 +03:00
Dmitry Stogov
ac4ea33c24 Link with undefined functions through "thunks" 2023-12-20 21:06:53 +03:00
Dmitry Stogov
c0fbdd2204 Allow resolution of DATA->DATA references represented as SYM+OFFSET 2023-12-20 18:37:27 +03:00
Dmitry Stogov
3f9d8112f0 Allow delayed resolution of DATA->DATA and DATA->CODE symbolic references 2023-12-20 15:50:09 +03:00
Dmitry Stogov
f385b006ea Store constant data in the code_buffer segment 2023-12-20 12:56:26 +03:00
Dmitry Stogov
efe122c320 Fixed incorrect padding when convert LLVM to IR without --run 2023-12-20 12:27:13 +03:00
Dmitry Stogov
3dd4146097
Allow using "thunks" to call "far" functions (#57)
* Allow using "thunks" to call "far" functions

* Fix Windows tests

* Fix identation
2023-12-19 22:22:49 +03:00
Dmitry Stogov
6a4a905347 Fxed possible end-less loop in SCCP 2023-12-19 19:02:58 +03:00
Dmitry Stogov
1b50e33690 Fixed I64 to FLOAT/DOUBLE conversion 2023-12-18 10:17:32 +03:00
Dmitry Stogov
9f6b853540 Fixed symbolic constants support in DESSA moves 2023-12-15 17:26:48 +03:00
Dmitry Stogov
62c64d4924 Fixed code generation for INT2FP 2023-12-15 15:44:48 +03:00
Dmitry Stogov
57d85e51b3 LLVM llvm.bitreverse.i1() => COPY 2023-12-15 14:23:49 +03:00
Dmitry Stogov
624dd3b828 Don't optimize signed division by power of two 2023-12-15 14:09:26 +03:00
Dmitry Stogov
bb739cca9b Don't optimize signed division by power of two 2023-12-15 14:01:46 +03:00
Dmitry Stogov
571f1d99cb Fixed code generation for byte division 2023-12-15 11:48:30 +03:00
Dmitry Stogov
752379975b Fixed code generation for MAX 2023-12-14 23:35:36 +03:00
Dmitry Stogov
53d994f71b Dixed allignment of array elements 2023-12-14 18:44:50 +03:00
Dmitry Stogov
9d3854d787 Fixed incorrect folding of sybolic constants 2023-12-14 18:44:22 +03:00
Dmitry Stogov
b9647172c2 Fix assertions 2023-12-14 17:12:49 +03:00
Dmitry Stogov
b5c827ce25 Don't mark empty-loop block as empty in the first place 2023-12-14 17:06:40 +03:00
Dmitry Stogov
4569d58072 Prevent endless loop 2023-12-14 16:48:03 +03:00
Dmitry Stogov
16b8e1cf4b Fixed code generation for imul 2023-12-14 14:19:27 +03:00
Dmitry Stogov
1fa3f2b6ae Fixed LLVM "ptrtoint" and "inttoptr" conversion 2023-12-14 13:15:16 +03:00
Dmitry Stogov
f78fa1a042 Fixed incorrect symbolic constant fusion 2023-12-14 12:41:24 +03:00
Dmitry Stogov
d04540e4dc Fixed incorrect LLVM "getelementptr" conversion 2023-12-14 12:40:19 +03:00
Dmitry Stogov
bc0db1432e Fixed crash in case --emit-c is used together with -O0 2023-12-14 12:39:12 +03:00
Dmitry Stogov
5b2619243a Fixed several LLVM loader bugs 2023-12-14 01:30:48 +03:00
Dmitry Stogov
27f5e34d90 Support for constants with references to other data structures 2023-12-13 21:03:39 +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
fb10fa2861 Fixed support for "symbolic" data references 2023-12-13 13:37:17 +03:00
Dmitry Stogov
755be821ca Pass the arguments following the "--run" option to JIT-ed main(). 2023-12-13 12:07:04 +03:00
Dmitry Stogov
8065a69830 Use qsort() instead of not portables qsort_r() or qsort_s() 2023-12-12 02:01:37 +03:00
Dmitry Stogov
eeed93083e Restore ability to reach "local" exit table base address 2023-12-11 15:06:52 +03:00
Dmitry Stogov
dab739f3d2 Fix Windows tests 2023-12-08 17:46:12 +03:00
Dmitry Stogov
1e8ff8078a Cleanup symbolic constants usage 2023-12-08 17:35:41 +03:00