Chad Stearns
|
4e906a5156
|
No phi node at all, just an conditional branch
|
2020-08-08 01:26:25 -04:00 |
|
Chad Stearns
|
0f717ac45a
|
Merge branch 'list-join' of github.com:rtfeldman/roc into list-join
|
2020-08-08 01:07:52 -04:00 |
|
Chad Stearns
|
12c0cfca21
|
Comment back in the optimized code gen evaluation
|
2020-08-08 01:07:08 -04:00 |
|
Chadtech
|
b219125892
|
Merge branch 'trunk' into list-join
|
2020-08-08 00:50:13 -04:00 |
|
Chad Stearns
|
e47c847118
|
Entire inner loop happens in phi2 node, rather than phi2 node happening inside loop
|
2020-08-08 00:44:15 -04:00 |
|
Chad Stearns
|
0e15f75f3b
|
List.join works in all cases
|
2020-08-08 00:33:05 -04:00 |
|
Richard Feldman
|
c8e647ccfc
|
Use is_zero_sized to remove lots of ptr_bytes
|
2020-08-07 20:08:06 -04:00 |
|
Folkert
|
55eff50e36
|
good progress on Lean-based inc/dec
|
2020-08-07 23:22:59 +02:00 |
|
Folkert
|
2467815cef
|
rework how values from a pattern are assigned
|
2020-08-07 00:16:17 +02:00 |
|
Folkert
|
f31c116f7c
|
fix warnings in test files
|
2020-08-06 21:50:22 +02:00 |
|
Folkert
|
0fbcfc7431
|
fix clippy complaints
|
2020-08-06 21:39:55 +02:00 |
|
Folkert
|
378fe1d5d1
|
phase out old mono stuff
|
2020-08-06 21:05:14 +02:00 |
|
Folkert
|
5ff5def504
|
rename test macros
|
2020-08-06 18:42:28 +02:00 |
|
Folkert
|
dab6621127
|
opt tests
|
2020-08-06 17:05:18 +02:00 |
|
Folkert
|
40b68f7e99
|
all gen tests are passing
|
2020-08-06 14:08:33 +02:00 |
|
Chad Stearns
|
910389cef2
|
Fully developed list_join tests
|
2020-08-05 23:24:04 -04:00 |
|
Chad Stearns
|
c73e77b5ef
|
Bring up variables out of inner loop
|
2020-08-05 23:23:40 -04:00 |
|
Folkert
|
db0bed2fe7
|
mostly fix issues with patterns/guards/switch/cond
|
2020-08-06 01:09:42 +02:00 |
|
Folkert
|
dab00f2e2d
|
add Alias expression
|
2020-08-05 22:45:25 +02:00 |
|
Folkert
|
c18bbe9a63
|
join points with arguments
|
2020-08-05 22:33:07 +02:00 |
|
Folkert
|
b22fa7c9cd
|
gen empty list correctly
|
2020-08-05 16:48:06 +02:00 |
|
Folkert
|
34f6417fae
|
implement list literals
|
2020-08-05 16:27:49 +02:00 |
|
Folkert
|
4e55a4bf92
|
more pattern matching fidling
|
2020-08-05 16:10:45 +02:00 |
|
Chad Stearns
|
362d3908d5
|
Fixed dest_elem_ptr not incrementing within inner element inserting loop
|
2020-08-04 22:54:34 -04:00 |
|
Chad Stearns
|
f4075adf00
|
Renamed some variables that were copy and pasted
|
2020-08-04 21:48:53 -04:00 |
|
Chad Stearns
|
ba1feb9330
|
Fixed problem with index for loop to sum lengths of lists in outer list not initialized to zero
|
2020-08-04 21:48:37 -04:00 |
|
Chad Stearns
|
60dcad329f
|
Solve memory issue with List.join
|
2020-08-02 19:15:17 -04:00 |
|
Chad Stearns
|
b9673b68fe
|
Use inner list len for end condition of loop through inner list elements
|
2020-08-02 19:04:26 -04:00 |
|
Chad Stearns
|
3011bfa7be
|
Fixed some comments
|
2020-08-02 16:41:39 -04:00 |
|
Chad Stearns
|
4c7503d17e
|
List.join passed LLVM validation
|
2020-08-02 15:35:03 -04:00 |
|
Richard Feldman
|
6241578831
|
Fix the type of inner_list_ptr
|
2020-08-02 15:25:14 -04:00 |
|
Chad Stearns
|
450c36e3c5
|
List.join loops implemented, but not working
|
2020-08-02 15:03:12 -04:00 |
|
Chad Stearns
|
e8c49bd7f7
|
List.push -> List.append
|
2020-08-01 22:28:48 -04:00 |
|
Chad Stearns
|
a9ab550c10
|
List.join builtin and unification
|
2020-08-01 22:28:09 -04:00 |
|
Folkert
|
2a0b010a74
|
make Tag arguments into symbols
|
2020-08-01 23:39:11 +02:00 |
|
Folkert
|
a8bfd90a50
|
introduce Inc
|
2020-08-01 22:58:29 +02:00 |
|
Folkert
|
5548bf136d
|
conditionally leak memory
|
2020-08-01 21:37:54 +02:00 |
|
Folkert
|
5d22b6a9cf
|
ensure list elements are aligned
|
2020-08-01 17:38:59 +02:00 |
|
Folkert
|
f15a50d3fa
|
implement inc and dec for lists
|
2020-07-31 00:02:36 +02:00 |
|
Folkert
|
4a937b5cc2
|
allocate lists with a capacity/refcount field at index -1
|
2020-07-30 14:32:59 +02:00 |
|
Folkert
|
22471167d3
|
introduce Ownership to list layout
|
2020-07-30 13:42:47 +02:00 |
|
Richard Feldman
|
86ed9f71fc
|
Merge branch 'trunk' into list-prepend
|
2020-07-27 21:56:17 -04:00 |
|
Folkert
|
95365959f2
|
insert reset/reuse for Cond
|
2020-07-27 15:10:07 +02:00 |
|
Richard Feldman
|
9f9ce327d4
|
Lazily validate that input bytes are valid UTF-8
|
2020-07-27 01:10:04 -04:00 |
|
Chad Stearns
|
59b30ad20f
|
Resolve conflicts with remote
|
2020-07-26 21:41:38 -04:00 |
|
Folkert
|
c85cee3bc0
|
compiling again
|
2020-07-26 23:20:41 +02:00 |
|
Folkert
|
b716636db0
|
insert inc and dec instructions
|
2020-07-26 16:36:35 +02:00 |
|
Chad Stearns
|
a5d746d9c9
|
Comply with clippy
|
2020-07-25 23:12:31 -04:00 |
|
Chad Stearns
|
8e34373d9f
|
Fixed misnamed variable
|
2020-07-25 19:48:51 -04:00 |
|
Chad Stearns
|
c2351979e0
|
Store first element at clone_ptr so as to avoid allocating for a unique index
|
2020-07-25 19:24:59 -04:00 |
|