ack/mach/proto/mcg
2016-10-08 11:07:28 +02:00
..
basicblock.c Perform SSA conversion of locals. Much, *much* better code now, at least 2016-10-02 17:50:34 +02:00
basicblock.h Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
build.lua Actually, I don't need vregs: hops work just as well. Particularly if I 2016-09-27 23:38:47 +02:00
data.c Archival checking of the half-written IR treebuilder. 2016-09-18 23:24:54 +02:00
graph.c Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
graph.h Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
hop.c Minor cleanup. 2016-10-08 11:07:28 +02:00
hop.h Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
ir.c Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
ir.h Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
main.c Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
mcg.h Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
mcgg_generated_footer.h Made sure that all files end in vim magic. 2016-10-05 21:07:29 +02:00
mcgg_generated_header.h Made sure that all files end in vim magic. 2016-10-05 21:07:29 +02:00
parse_em.c Added support for the op_bXX conditional branch instructions. 2016-10-04 23:28:16 +02:00
pass_convertstackops.c Fix bug where pushes were being placed in the wrong blocks. 2016-10-08 10:21:24 +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_groupirs.c More rigorous dealing of IR groups; no need for is_generated and is_root any 2016-10-01 22:58:29 +02:00
pass_instructionselection.c Minor cleanup. 2016-10-08 11:07:28 +02:00
pass_livevreganalysis.c Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
pass_promotefloatops.c Minor cleanup. 2016-10-08 11:07:28 +02:00
pass_registerallocator.c Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +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_splitcriticaledges.c Refactor the cfg and dominance stuff to make it a lot nicer. 2016-10-06 21:34:21 +02:00
pass_ssa.c Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
procedure.c Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
procedure.h Add zrl opcode. Keep track of local sizes as well as offsets. 2016-10-02 16:08:46 +02:00
reg.c Better management of register data. Add struct hreg. 2016-10-05 21:00:28 +02:00
reg.h Overhaul of everything phi related; critical edge splitting now happens before 2016-10-08 00:21:23 +02:00
symbol.c Made sure that all files end in vim magic. 2016-10-05 21:07:29 +02:00
table Better constraint syntax; mcgg now passes register usage information up to mcg; 2016-10-05 22:56:25 +02:00
treebuilder.c Added support for the op_bXX conditional branch instructions. 2016-10-04 23:28:16 +02:00