gingerBill
|
3f038428a7
|
Begin minimizing Ast size
|
2021-11-14 15:12:37 +00:00 |
|
gingerBill
|
dc2edd3e79
|
Improve support for freestanding_wasm32
|
2021-11-07 16:19:27 +00:00 |
|
gingerBill
|
3d3785a7f1
|
Remove many LLVM optimization passes which were causes UB due to them assuming C-like behaviour incompatible with Odin
|
2021-11-06 17:23:33 +00:00 |
|
gingerBill
|
6be104e521
|
Make llvm backend code use PtrMap; remove dead code
|
2021-11-05 16:43:53 +00:00 |
|
gingerBill
|
6ded538546
|
@(linkage=<string>) for procedures and variables; @(require) for procedures; package runtime linkage improvements; Subsequence improvements to lb_run_remove_unused_function_pass
|
2021-11-04 12:40:50 +00:00 |
|
gingerBill
|
9ab71ca0da
|
Add ODIN_NO_CRT global constant
|
2021-11-04 00:50:28 +00:00 |
|
gingerBill
|
c5cd97dd89
|
Improve wasm-import semantics to allow procedures from different import paths
|
2021-11-02 12:54:23 +00:00 |
|
gingerBill
|
fca7142a3c
|
Correct _start export for wasm* targets
|
2021-10-31 16:31:20 +00:00 |
|
gingerBill
|
bfa33bf5d3
|
Disable wasm64
|
2021-10-31 15:48:56 +00:00 |
|
gingerBill
|
2a5b8f53fe
|
Add memmove and memset support for wasm
|
2021-10-31 12:47:50 +00:00 |
|
gingerBill
|
9a5216921c
|
Add wasi_wasm32
|
2021-10-31 01:08:17 +00:00 |
|
gingerBill
|
8ef6f9dd7b
|
Compile wasm64; Add lb_run_remove_unused_function_pass
|
2021-10-31 00:11:38 +01:00 |
|
gingerBill
|
5bc8a491a7
|
Begin work on supporting wasm64; Correct wasm32 compilation behaviour
|
2021-10-30 23:24:34 +01:00 |
|
gingerBill
|
7d715fe113
|
Add ODIN_LLVM_MINIMUM_VERSION_12
|
2021-10-25 16:05:22 +01:00 |
|
gingerBill
|
243e2e2b8a
|
Basic support for matrix*vector, vector*matrix operations
|
2021-10-19 11:24:26 +01:00 |
|
gingerBill
|
7aac8df2f2
|
Add runtime._cleanup_runtime internal call
|
2021-10-18 12:28:46 +01:00 |
|
gingerBill
|
2c469a39c7
|
Simplify TIME_SECTION code
|
2021-10-12 15:09:57 +01:00 |
|
gingerBill
|
d386563344
|
Correct issue with the generated map type internals; Simplify map rehash logic to utilize resize
|
2021-10-07 21:23:37 +01:00 |
|
gingerBill
|
cb9101e0a0
|
Simplify lb_gen_map_header
|
2021-10-07 14:12:47 +01:00 |
|
gingerBill
|
2bdae52fed
|
Add @(init) attribute for procedures, allowing for procedures to be called at startup
These procedures will be called after global variables have been initialized as normal
|
2021-10-03 11:53:32 +01:00 |
|
Arne Döring
|
48f496f3b3
|
fix #1187
|
2021-09-22 03:03:01 +02:00 |
|
gingerBill
|
505113ee2d
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2021-09-18 15:11:15 +01:00 |
|
gingerBill
|
71f2289c20
|
Fix #1174
|
2021-09-18 15:10:29 +01:00 |
|
gingerBill
|
6855538729
|
Merge branch 'master' into llvm-12.0.1-windows
|
2021-09-18 12:55:13 +01:00 |
|
gingerBill
|
8de728e3dc
|
LLVM Code Generator: Add explicitly padding between fields in LLVM struct types
|
2021-09-13 16:40:24 +01:00 |
|
gingerBill
|
042dbda47f
|
Replace many uses of heap_allocator() with permanent_allocator()
|
2021-09-13 01:30:30 +01:00 |
|
gingerBill
|
fb8fa5217d
|
Begin minimize Type size by replacing Array with Slice etc
|
2021-09-13 00:58:39 +01:00 |
|
gingerBill
|
c51c002ffa
|
Update Windows to LLVM 12.0.1
|
2021-09-11 17:06:29 +01:00 |
|
gingerBill
|
a5b4b73544
|
Add error message for minimum required LLVM
|
2021-09-11 16:53:39 +01:00 |
|
gingerBill
|
ad3a3547d6
|
Unify thread pool logic across the rest of the compiler, using a global thread pool
|
2021-08-26 21:22:30 +01:00 |
|
gingerBill
|
382ca20916
|
Correct procedure checking flag handling, and correct the (bodge) handle of unchecked procedure bodies
|
2021-08-23 19:24:53 +01:00 |
|
nakst
|
1f25f60a68
|
Rewrite thread_pool.cpp
|
2021-08-22 21:13:41 +01:00 |
|
gingerBill
|
38841dd46e
|
Fix race condition from add_entity_use due to Entity.identifier
|
2021-08-19 17:38:18 +01:00 |
|
gingerBill
|
7845769d4b
|
Remove unused code
|
2021-08-19 15:03:10 +01:00 |
|
gingerBill
|
02f22a0b3f
|
Correct DllMain behaviour
|
2021-08-09 21:23:24 +01:00 |
|
gingerBill
|
16eeae36d7
|
Inline heap_allocator resize logic on *nix platforms
|
2021-08-07 15:05:46 +01:00 |
|
gingerBill
|
662c7b1e71
|
Minor clean-up
|
2021-08-07 14:39:26 +01:00 |
|
gingerBill
|
40822be595
|
Reorganize llvm_backend.cpp into separate files for easier maintenance
|
2021-08-07 12:01:48 +01:00 |
|
gingerBill
|
f5e51a29b5
|
Fix #1070
|
2021-08-07 11:23:40 +01:00 |
|
gingerBill
|
664be28941
|
Fix typo
|
2021-08-03 15:45:32 +01:00 |
|
gingerBill
|
d7e970ac32
|
Add extra debugf message for generate missing procedure
|
2021-08-03 14:36:15 +01:00 |
|
gingerBill
|
810dcfc602
|
Remove debug gb_printf_err and replace with debugf
|
2021-08-03 14:30:32 +01:00 |
|
gingerBill
|
14645b147f
|
Reorganize missing_procedures_to_check generation code
|
2021-08-03 14:17:39 +01:00 |
|
gingerBill
|
b036cc9013
|
Add missing_procedures_to_check to lbModule
|
2021-08-03 14:13:38 +01:00 |
|
gingerBill
|
3a8ac92995
|
Add sanity check in lb_create_procedure
|
2021-08-03 13:49:01 +01:00 |
|
gingerBill
|
be76da2c90
|
Begin optimizing tokenizer; Replace gb_utf8_decode with utf8_decode (CC but easier to change later)
|
2021-08-01 23:56:17 +01:00 |
|
gingerBill
|
9cd5ea59dd
|
Big simplification and improvement of the entity collection system, reducing unneeded steps for packages
|
2021-07-27 20:45:50 +01:00 |
|
gingerBill
|
08dc829b70
|
Manually short circuit in lb_build_if_stmt for constant conditions
|
2021-07-26 10:59:07 +01:00 |
|
gingerBill
|
5e2950e9fb
|
Move asserts around
|
2021-07-13 18:35:23 +01:00 |
|
gingerBill
|
74c019f271
|
Correct lb_big_int_to_llvm
|
2021-07-13 18:32:53 +01:00 |
|