gingerBill
|
feda213c0c
|
Mock out cg_append_tuple_values
|
2023-07-18 13:30:59 +01:00 |
|
gingerBill
|
c6593e8cde
|
Mock out binary expressions and variable declarations
|
2023-07-18 13:27:47 +01:00 |
|
gingerBill
|
4d8d3919c0
|
Update tilde; procedure type determination from debug types
|
2023-07-18 13:16:35 +01:00 |
|
gingerBill
|
55733171c1
|
Planning for multi-valued expressions in the tilde backend
|
2023-07-17 23:16:50 +01:00 |
|
gingerBill
|
988926b59d
|
Flesh out debug procedure type
|
2023-07-17 22:51:18 +01:00 |
|
gingerBill
|
d72f8da6d7
|
Move debug type code its own file
|
2023-07-17 22:37:40 +01:00 |
|
gingerBill
|
0b697b24bd
|
Implement debug type for procs
|
2023-07-17 22:33:13 +01:00 |
|
gingerBill
|
b2c75dc3a2
|
Mostly fill in cg_debug_type
|
2023-07-17 22:18:15 +01:00 |
|
gingerBill
|
b5b3f1fb42
|
Mock out struct_ep calls
|
2023-07-17 17:28:12 +01:00 |
|
gingerBill
|
bd73834e19
|
Update Tilde; mock out cg_build_return_stmt
128-bit types are broken
|
2023-07-17 16:56:10 +01:00 |
|
gingerBill
|
7f43c24297
|
Merge branch 'master' into tilde
|
2023-07-17 16:23:01 +01:00 |
|
gingerBill
|
0f28857c59
|
Improve type inference for procedure group stuff
|
2023-07-17 13:03:58 +01:00 |
|
gingerBill
|
88485d5467
|
Improve scoring for polymorphic procedures
|
2023-07-17 12:57:33 +01:00 |
|
gingerBill
|
921530dd01
|
Fix to allow procedure groups on objective-c types
|
2023-07-17 12:43:56 +01:00 |
|
gingerBill
|
dcf3023d93
|
Fix bug caused by incorrect assert
|
2023-07-17 12:06:48 +01:00 |
|
gingerBill
|
45b3ae31af
|
Mock out more of the ep procedures
|
2023-07-17 00:31:44 +01:00 |
|
gingerBill
|
66a20264ab
|
Mock out cg_emit_arith
|
2023-07-17 00:06:03 +01:00 |
|
gingerBill
|
d2d243cca8
|
Mock out cg_emit_conv
|
2023-07-16 23:41:51 +01:00 |
|
gingerBill
|
ee8372145d
|
Begin working on proper expressions
|
2023-07-15 14:26:47 +01:00 |
|
gingerBill
|
ccb736411b
|
Basic context creation
|
2023-07-15 13:30:31 +01:00 |
|
gingerBill
|
e2e5641a45
|
Update TB; Fix calling nullptr TB_Node* problems
|
2023-07-15 13:15:50 +01:00 |
|
gingerBill
|
ca442defbb
|
Mocking out call related stuff
|
2023-07-14 17:34:00 +01:00 |
|
gingerBill
|
b17ebeb6f6
|
Mock out more of the addr related stuff
|
2023-07-14 17:03:28 +01:00 |
|
gingerBill
|
a8afcf1ca9
|
cg_emit_load/cg_emit_store
|
2023-07-14 16:03:21 +01:00 |
|
gingerBill
|
6545cc2d48
|
Stub out expr and const files
|
2023-07-14 14:54:49 +01:00 |
|
gingerBill
|
2a10c8fe5c
|
Begin work on building statements
|
2023-07-14 13:01:17 +01:00 |
|
gingerBill
|
7cd2d14b64
|
Very start of working on Tilde Backend for Odin
|
2023-07-14 11:58:18 +01:00 |
|
gingerBill
|
fc5abfd68b
|
Update Tilde
|
2023-07-14 11:56:13 +01:00 |
|
gingerBill
|
3a0b66d5df
|
Merge pull request #2625 from laytan/exit-code-1-on-test-failure
exit with code 1 on `odin test` failure
|
2023-07-11 21:50:18 +01:00 |
|
Laytan Laats
|
3cce972125
|
fix indentation
|
2023-07-11 19:34:59 +02:00 |
|
Laytan Laats
|
52700d6a84
|
use lb_emit_select instead of lb_emit_if for exit check
|
2023-07-11 19:30:44 +02:00 |
|
gingerBill
|
8ebb84ad1e
|
Basic global struct example
|
2023-07-08 13:02:17 +01:00 |
|
gingerBill
|
f0e77a309d
|
Hellope World! with Tilde
|
2023-07-08 12:43:20 +01:00 |
|
gingerBill
|
7ab531bd21
|
Add -tilde for working on the new compiler
|
2023-07-08 12:07:11 +01:00 |
|
gingerBill
|
d7af6de9b9
|
Add tilde
|
2023-07-08 11:54:44 +01:00 |
|
gingerBill
|
3072479c3c
|
Generalize name mangling rule to have a singular definition for a name separator
|
2023-07-07 23:52:56 +01:00 |
|
gingerBill
|
62031c24a2
|
Add extra mutex guards around module value access
|
2023-07-07 23:35:16 +01:00 |
|
gingerBill
|
aa38889704
|
Fix issue with pointer casting internal llvm intrinsics
|
2023-07-07 23:23:47 +01:00 |
|
gingerBill
|
6495f2cf98
|
Fix #2593
|
2023-07-07 23:09:46 +01:00 |
|
gingerBill
|
ea20b644cc
|
Fix #2624
|
2023-07-07 23:07:41 +01:00 |
|
gingerBill
|
bf848637aa
|
Fix #2629
|
2023-07-07 23:06:15 +01:00 |
|
gingerBill
|
759f846b2b
|
Fix [2]union{T} comparison against nil
|
2023-07-07 23:03:46 +01:00 |
|
gingerBill
|
3758be55f5
|
Fix #2630
|
2023-07-07 22:56:20 +01:00 |
|
gingerBill
|
1ff6212ffa
|
Always call lb_run_remove_dead_instruction_pass to fix -debug issues
|
2023-07-07 22:28:31 +01:00 |
|
Laytan Laats
|
7cdf37eaf6
|
exit with code 1 on odin test failure
|
2023-07-03 01:22:36 +02:00 |
|
Laytan Laats
|
fc81008ab5
|
Fix #2615: can't iterate untyped string
|
2023-07-02 22:18:25 +02:00 |
|
Jeroen van Rijn
|
a1eae6304f
|
Merge pull request #2622 from laytan/detect-unix-colors-support
detect unix color support
|
2023-07-02 21:34:34 +02:00 |
|
Laytan Laats
|
49058620f0
|
fix spacing
|
2023-07-02 21:25:48 +02:00 |
|
Laytan Laats
|
f68a3639b4
|
use more common detection method and add FORCE_COLOR and NO_COLOR support
|
2023-07-02 21:11:19 +02:00 |
|
Laytan Laats
|
f4e87c9720
|
ignore stderr in tput call
|
2023-07-02 20:20:10 +02:00 |
|