Folkert
|
b4f6b1a0e4
|
Merge remote-tracking branch 'origin/trunk' into inkwell-llvm-11-bump
|
2021-04-22 12:43:41 +02:00 |
|
Folkert
|
3cc4e5fea6
|
bump inkwell version
|
2021-04-22 12:43:26 +02:00 |
|
Richard Feldman
|
0a50b0b488
|
Change license to UPL-1.0
Closes https://github.com/rtfeldman/roc/issues/1199
|
2021-04-21 19:18:44 -04:00 |
|
Folkert
|
383f35db5a
|
bump bumpalo
|
2021-04-18 14:36:47 +02:00 |
|
Richard Feldman
|
792a18816a
|
Update authors in Cargo.toml
|
2021-04-11 08:11:52 -04:00 |
|
Richard Feldman
|
7a774ae3cf
|
Link with -framework Security on macOS
|
2021-04-10 15:52:54 -04:00 |
|
Richard Feldman
|
a8fa1a47f5
|
Make macOS linking not crash
|
2021-04-05 21:44:02 -04:00 |
|
Richard Feldman
|
deb48d48f8
|
Use zig env to find zig compiler_rt
|
2021-03-14 22:31:32 -04:00 |
|
Richard Feldman
|
978b3a901d
|
Have --debug use .roc path for .ll and .bc
|
2021-03-14 22:31:32 -04:00 |
|
Richard Feldman
|
58cf08349e
|
Don't check in binaries in examples
|
2021-03-14 22:31:32 -04:00 |
|
Chadtech
|
7d78de110b
|
Added comptime import compiler_rt to several host.zig files
|
2021-03-14 22:31:32 -04:00 |
|
Richard Feldman
|
beacdfda31
|
Don't use --gc-sections on macos
|
2021-03-14 22:31:32 -04:00 |
|
Folkert
|
91c1b6c382
|
write LLVM IR to file when validation fails
|
2021-03-09 20:14:26 +01:00 |
|
Folkert
|
b4dd1cd751
|
off by 1
|
2021-03-03 22:37:08 +01:00 |
|
Folkert
|
24fcafa1c4
|
re-use header parser state when parsing the rest of the file
|
2021-03-02 22:51:51 +01:00 |
|
Folkert
|
27130c3172
|
report errors in the header with correct source
|
2021-03-02 16:42:26 +01:00 |
|
Folkert
|
3be7df1cac
|
fix tests
|
2021-02-17 22:56:37 +01:00 |
|
Brendan Hansknecht
|
798ac52dcf
|
Merge remote-tracking branch 'origin' into gen_dev/zig_builtins
|
2021-02-15 23:52:23 -08:00 |
|
Brendan Hansknecht
|
7d24d51392
|
gen_dev: generate and link zig builtins.
|
2021-02-14 18:15:00 -08:00 |
|
Folkert
|
7f8ca150f5
|
always inline RocDict functions
|
2021-02-14 15:11:47 +01:00 |
|
Folkert
|
cba729a933
|
use inline always strategically
|
2021-02-13 01:10:37 +01:00 |
|
Folkert
|
afe2f51660
|
basic versions of contains and remove
|
2021-02-12 23:47:02 +01:00 |
|
Folkert
|
0ed87828e5
|
Merge remote-tracking branch 'origin/trunk' into dict
|
2021-02-10 15:02:53 +01:00 |
|
Folkert
|
ca04411523
|
fix tests/more uniq removal
|
2021-02-07 22:50:33 +01:00 |
|
Folkert
|
31fc62b7f0
|
cleanup
|
2021-02-06 21:46:22 +01:00 |
|
Chadtech
|
a575ff22fa
|
Merge branch 'trunk' of github.com:rtfeldman/roc into dict
|
2021-02-04 00:37:30 -05:00 |
|
Folkert
|
a79a9ea253
|
use the compiler's str.zig from platforms
|
2021-01-31 23:11:02 +01:00 |
|
Chadtech
|
609bb21fad
|
Merge branch 'trunk' of github.com:rtfeldman/roc into dict
|
2021-01-21 22:46:47 -05:00 |
|
Folkert
|
db11c62210
|
ld.lld research
|
2021-01-15 20:50:23 +01:00 |
|
Chadtech
|
cddd64f1c9
|
Get rid of old Dict implementation, use Zig wyhash, and WIP for testing Roc use of zig wyhash
|
2021-01-12 00:59:40 -05:00 |
|
Folkert
|
725d52f7c6
|
make exceptions work on linux again
|
2020-12-21 02:12:30 +01:00 |
|
Anton-4
|
b085469602
|
Replaced large_enum_variant explanation with link to issue #800
|
2020-12-14 16:09:16 +01:00 |
|
Folkert
|
5e29ee1576
|
give a bit more debug info when a function fails to codegen
|
2020-12-14 01:59:07 +01:00 |
|
Folkert
|
4c16a46001
|
better zig hosts
|
2020-12-08 20:30:48 +01:00 |
|
Folkert
|
4c2654d4ed
|
Merge remote-tracking branch 'origin/trunk' into task
|
2020-12-08 14:51:46 +01:00 |
|
Folkert
|
0b0ae7b287
|
make it work!
|
2020-12-08 00:15:57 +01:00 |
|
Folkert
|
4fdf8e5fab
|
report on LLVM codegen time
|
2020-12-06 02:30:34 +01:00 |
|
Richard Feldman
|
4a72ae8ed0
|
Add --libary c when building zig hosts
|
2020-12-03 23:37:36 -05:00 |
|
Richard Feldman
|
2d9fe11c64
|
Merge branch 'trunk' into zig-hosts
|
2020-12-01 23:05:11 -05:00 |
|
Brendan Hansknecht
|
dcb4660273
|
properly add target features
|
2020-12-02 03:08:04 +00:00 |
|
Richard Feldman
|
f79614e769
|
Allow zig hosts
|
2020-12-01 22:07:11 -05:00 |
|
Richard Feldman
|
017b53ce23
|
Clean up c_host.o renaming logic
|
2020-12-01 22:07:11 -05:00 |
|
Folkert
|
0c53aea64a
|
fix compilation on my linux machine
|
2020-12-01 15:20:08 +01:00 |
|
Richard Feldman
|
5ef36e0a17
|
Merge branch 'trunk' into aarch64-link
|
2020-11-26 21:22:09 -05:00 |
|
Folkert
|
5569e328f6
|
add --debug mode that annotates LLVM IR with debug info
|
2020-11-26 21:31:52 +01:00 |
|
Folkert
|
2dbf430892
|
Merge remote-tracking branch 'origin/trunk' into llvm-debug-info
|
2020-11-26 20:53:13 +01:00 |
|
Brendan Hansknecht
|
4d0363456a
|
Pick correct version of architecture name
|
2020-11-25 22:45:32 -08:00 |
|
Brendan Hansknecht
|
8a5d45a8a4
|
Autoformat link.rs
|
2020-11-25 21:32:40 -08:00 |
|
Brendan Hansknecht
|
81c0050683
|
Fix linking on Aarch64 with nix
|
2020-11-26 03:06:10 +00:00 |
|
Richard Feldman
|
bc48f72760
|
Merge remote-tracking branch 'origin/trunk' into cstr
|
2020-11-22 22:29:34 -05:00 |
|