Andrew Kelley
|
c22b54c9d8
|
stage2 zir: remove dead code
this was part of the live coding stream and I forgot to delete it before
committing
|
2020-04-26 17:37:04 -04:00 |
Andrew Kelley
|
d44c9bdbd9
|
ir: elemptr and add instructions
|
2020-04-26 01:20:58 -04:00 |
Andrew Kelley
|
757d13d784
|
codegen supports embedded-in-code constants
also coerce no longer requires a bitcast
|
2020-04-23 20:23:16 -04:00 |
Andrew Kelley
|
d58233b361
|
ir: improve ZIR emission enough to emit hello world
|
2020-04-22 03:08:50 -04:00 |
Andrew Kelley
|
b1a86040dd
|
ir: emit zir for fntype
|
2020-04-22 00:26:37 -04:00 |
Andrew Kelley
|
993e654554
|
emit zir skeleton
|
2020-04-22 00:04:52 -04:00 |
Andrew Kelley
|
2e6ccec100
|
ir: analyze asm instruction
|
2020-04-21 22:19:32 -04:00 |
Andrew Kelley
|
2cdbb5f472
|
ir: analyze int casting
|
2020-04-21 19:48:59 -04:00 |
Andrew Kelley
|
25679b63eb
|
ir: analyze primitive instruction
|
2020-04-21 17:11:42 -04:00 |
Andrew Kelley
|
9a2ea5ca42
|
ir: comptime coerceArrayPtrToSlice
|
2020-04-21 13:50:04 -04:00 |
Andrew Kelley
|
4c7507cceb
|
ir: semantic analysis skeleton
|
2020-04-21 00:56:30 -04:00 |
Andrew Kelley
|
cc1c2bd568
|
simplify ZIR spec; separate parsing/rendering from analysis
|
2020-04-20 19:21:03 -04:00 |