Commit graph

8092 commits

Author SHA1 Message Date
Folkert
b75c40e65b thread alias analysis solutions 2021-05-28 23:57:11 +02:00
Folkert
1b3bbaf5de define one global static str 2021-05-28 23:56:52 +02:00
Folkert
577d801829 Merge remote-tracking branch 'origin/trunk' into morphic-static-strings 2021-05-27 20:28:27 +02:00
Richard Feldman
39e873cfe2
Merge pull request #1345 from rtfeldman/num-format
Add Num.format docs
2021-05-27 06:38:43 -04:00
Richard Feldman
df75a01cf6
Merge pull request #1344 from rtfeldman/bitcode
Include builtins.bc in the roc binary
2021-05-27 06:38:31 -04:00
Richard Feldman
51b1ac77a4 Add Num.format docs 2021-05-26 21:01:38 -04:00
Richard Feldman
d936c30b0c
Merge branch 'trunk' into bitcode 2021-05-26 20:49:25 -04:00
Richard Feldman
519b4f2a12
Merge pull request #1340 from rtfeldman/layout-cleanup
Layout cleanup
2021-05-26 20:49:18 -04:00
Richard Feldman
a1fccdc740
Merge pull request #1343 from rtfeldman/cfold-rc-improvements
Cfold rc improvements
2021-05-26 20:48:46 -04:00
Richard Feldman
829edd509c Include builtins.bc in the roc binary 2021-05-26 20:45:27 -04:00
Folkert
fdfc99e4e8 add constructor info in more cases 2021-05-26 21:51:18 +02:00
Folkert
9bbed89e6a speed up cfold 2021-05-26 20:24:31 +02:00
Folkert
498d3ba3b5 make sure to always switch on the tag id, not the tag itself 2021-05-26 20:18:59 +02:00
Folkert
06b2beb7ca tags have a union layout 2021-05-26 18:31:55 +02:00
Folkert
e2b200b84f simplify list layout 2021-05-26 14:28:56 +02:00
Folkert
bfe49d2188 remove Pointer 2021-05-26 14:18:19 +02:00
Folkert
ca5e9518d9 remove PhantomEmptyStruct 2021-05-26 14:14:53 +02:00
Folkert
b04b9ab729 disable AA 2021-05-26 13:41:11 +02:00
Folkert
1d7fa5bab4 remove TODOs 2021-05-26 13:39:55 +02:00
Folkert
dddb5cf204 Merge remote-tracking branch 'origin/trunk' into morphic-static-strings 2021-05-26 13:00:46 +02:00
Folkert
384c1f8dcd Merge branch 'morphic-static-strings' of github.com:rtfeldman/roc into morphic-static-strings 2021-05-26 13:00:33 +02:00
Richard Feldman
e8e83513e9
Merge pull request #1307 from rtfeldman/dec
Beginnings of RocDec in Zig
2021-05-25 20:04:50 -04:00
Richard Feldman
42d583cc88 Drop obsolete mul test 2021-05-25 19:13:19 -04:00
rvcas
522bf0c9f0 feat: port rust RocDec.mul logic over to zig 2021-05-25 19:08:50 -04:00
Richard Feldman
b3789623a6 Update Num.roc docs 2021-05-25 19:08:50 -04:00
Richard Feldman
cbdfdf08e4 Don't import dec.zig yet 2021-05-25 19:08:50 -04:00
Richard Feldman
0341c0f9dd Beginnings of RocDec in Zig 2021-05-25 19:08:50 -04:00
Richard Feldman
326fb98d7f
Merge pull request #1336 from rtfeldman/in-place
Refactor InPlace from `llvm` to `mono`
2021-05-25 19:08:43 -04:00
Richard Feldman
e62fbcdeb4
Merge branch 'trunk' into in-place 2021-05-25 18:14:20 -04:00
Richard Feldman
348f22acb4
Merge pull request #1337 from rtfeldman/llvm-ir-host
Compiling Host code to LLVM IR (immediately reverted)
2021-05-25 18:14:06 -04:00
Folkert de Vries
329080a07d
Merge branch 'trunk' into llvm-ir-host 2021-05-26 00:13:34 +02:00
Richard Feldman
cd8a21c8f4
Merge branch 'trunk' into in-place 2021-05-25 18:13:31 -04:00
Richard Feldman
ffb6ced18f Move InPlace from llvm to mono 2021-05-25 18:12:11 -04:00
Folkert
1958112c75 Revert "code to link LLVM IR"
This reverts commit 2b13bdfd52.
2021-05-26 00:11:32 +02:00
Richard Feldman
85873bbbca
Merge pull request #1334 from rtfeldman/ci_cache_fix
patching ci cache mount failure
2021-05-25 18:11:14 -04:00
Folkert
2b13bdfd52 code to link LLVM IR 2021-05-26 00:10:41 +02:00
Anton-4
77b84bee14
Merge branch 'trunk' into ci_cache_fix 2021-05-25 19:01:48 +02:00
Anton-4
2302c24cc5 test error fix 2021-05-25 19:00:43 +02:00
Anton-4
475e734b83 test with error 2021-05-25 18:56:28 +02:00
Anton-4
76cc393520 earthly conf file, return correct exit code 2021-05-25 18:55:06 +02:00
Anton-4
0b3b02b498 log file fixes 2021-05-25 17:26:07 +02:00
Anton-4
5281cf1c07 correct path for script 2021-05-25 17:04:25 +02:00
Anton-4
897d95c86c patching cache mount failure #1265 2021-05-25 17:00:49 +02:00
Richard Feldman
c8018a12fc
Merge pull request #1326 from rtfeldman/zig-list-set
Zig list set
2021-05-25 07:03:35 -04:00
Richard Feldman
02a9178981
Merge pull request #1331 from rtfeldman/fix-custom-malloc-host-zig
fix custom-malloc host
2021-05-25 06:55:36 -04:00
Folkert
4d0216cf09 fix merge conflicts 2021-05-25 09:18:39 +02:00
Folkert
db9edda98b fix problem, host was not updated 2021-05-25 09:13:10 +02:00
Folkert
2a61c3108e start using the solutions 2021-05-25 09:08:01 +02:00
Folkert de Vries
5724f82667
Merge branch 'trunk' into zig-list-set 2021-05-25 09:05:18 +02:00
Richard Feldman
f7517db80d
Merge pull request #1324 from rtfeldman/roc_alloc 2021-05-25 00:10:00 -04:00