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 |
|
gingerBill
|
a745bb8f42
|
Add extra message to assert
|
2021-07-13 18:21:53 +01:00 |
|
gingerBill
|
da9870c77d
|
Do manual byte swapping for endianness in lb_big_int_to_llvm
|
2021-07-13 18:15:47 +01:00 |
|
gingerBill
|
ed5a4afc8c
|
Temporarily disable -threaded-checker; Restructure the untyped-expr-info system to be much more thread-friendly
|
2021-07-13 15:54:56 +01:00 |
|
gingerBill
|
76707e1d2f
|
Add sanity casts for 32/64 bit correctness
|
2021-07-12 11:03:12 +01:00 |
|
gingerBill
|
63b572a0ab
|
Clean up big int to LLVM integer code
|
2021-07-11 16:18:30 +01:00 |
|
gingerBill
|
460e14e586
|
Change the compiler's big integer library to use libTomMath
This now replaces Bill's crappy big int implementation
|
2021-07-11 16:08:16 +01:00 |
|
gingerBill
|
ebcabb8a27
|
Add sanity conversion check for integer to quaternion
|
2021-07-11 00:51:56 +01:00 |
|
gingerBill
|
adb25d9d19
|
Convert constant tag to the correct type for LLVMAddCase
|
2021-07-10 22:29:52 +01:00 |
|
gingerBill
|
9f7154a039
|
Prepare for multithreading the semantic checker by giving mutexes to variables of contention
NOTE(bill): I know this is dodgy, but I want to make sure it is correct logic before improve those data structures
|
2021-07-10 15:14:25 +01:00 |
|
gingerBill
|
4167ae95ae
|
Fix #1050
|
2021-07-10 11:48:28 +01:00 |
|
gingerBill
|
3662275119
|
Allow x in ptr_to_map_or_bit_set
|
2021-07-10 11:18:19 +01:00 |
|
gingerBill
|
a98eee145d
|
Remove try; Replace try x else y with or_else(x, y)
|
2021-07-05 16:23:13 +01:00 |
|
gingerBill
|
4b831dbddd
|
Try try and or_else built-in procedures with operators try and try else
|
2021-07-04 12:37:21 +01:00 |
|