| .. |
|
basicblock.c
|
Tracing cleanup. Simplified the IR code. Some more opcodes.
|
2016-09-22 00:15:48 +02:00 |
|
build.lua
|
Move the array library into the data module.
|
2016-09-26 22:24:49 +02:00 |
|
data.c
|
Archival checking of the half-written IR treebuilder.
|
2016-09-18 23:24:54 +02:00 |
|
hop.c
|
Start factoring out the hardware op code.
|
2016-09-25 23:29:59 +02:00 |
|
hop.h
|
Start factoring out the hardware op code.
|
2016-09-25 23:29:59 +02:00 |
|
ir.c
|
Keep more data around about ir instructions. Implement a half-baked type
|
2016-09-26 22:12:46 +02:00 |
|
ir.h
|
Keep more data around about ir instructions. Implement a half-baked type
|
2016-09-26 22:12:46 +02:00 |
|
main.c
|
Some instruction selection is now happening.
|
2016-09-24 22:46:08 +02:00 |
|
map.c
|
Replaced the block splicer with a trivial block eliminator (which rewrites
|
2016-09-23 23:59:15 +02:00 |
|
map.h
|
Replaced the block splicer with a trivial block eliminator (which rewrites
|
2016-09-23 23:59:15 +02:00 |
|
mcg.h
|
Revamp the array module not to use nasty macros any more. Slightly more verbose
|
2016-09-26 22:48:58 +02:00 |
|
mcgg_generated_footer.h
|
Some instruction selection is now happening.
|
2016-09-24 22:46:08 +02:00 |
|
mcgg_generated_header.h
|
Sort of keep track of registers and register classes. Start walking the
|
2016-09-25 22:17:14 +02:00 |
|
parse_em.c
|
Revamp the array module not to use nasty macros any more. Slightly more verbose
|
2016-09-26 22:48:58 +02:00 |
|
pass_convertstackops.c
|
Revamp the array module not to use nasty macros any more. Slightly more verbose
|
2016-09-26 22:48:58 +02:00 |
|
pass_eliminatetrivialblocks.c
|
Revamp the array module not to use nasty macros any more. Slightly more verbose
|
2016-09-26 22:48:58 +02:00 |
|
pass_instructionselection.c
|
Revamp the array module not to use nasty macros any more. Slightly more verbose
|
2016-09-26 22:48:58 +02:00 |
|
pass_removedeadblocks.c
|
Revamp the array module not to use nasty macros any more. Slightly more verbose
|
2016-09-26 22:48:58 +02:00 |
|
pass_typeinference.c
|
Revamp the array module not to use nasty macros any more. Slightly more verbose
|
2016-09-26 22:48:58 +02:00 |
|
procedure.c
|
Revamp the array module not to use nasty macros any more. Slightly more verbose
|
2016-09-26 22:48:58 +02:00 |
|
symbol.c
|
Fix some late-night typo bugs.
|
2016-09-24 01:09:32 +02:00 |
|
table
|
Sort of keep track of registers and register classes. Start walking the
|
2016-09-25 22:17:14 +02:00 |
|
treebuilder.c
|
Revamp the array module not to use nasty macros any more. Slightly more verbose
|
2016-09-26 22:48:58 +02:00 |