.. |
basicblock.c
|
Perform SSA conversion of locals. Much, *much* better code now, at least
|
2016-10-02 17:50:34 +02:00 |
basicblock.h
|
Basic register allocation works!
|
2016-10-08 23:32:54 +02:00 |
build.lua
|
Bolt mcg into the PowerPC backend. It doesn't build yet, but it is generating
|
2016-10-17 00:06:06 +02:00 |
data.c
|
Add support for floating point constants.
|
2016-10-18 22:29:42 +02:00 |
graph.c
|
Stop passing proc around, and use a global instead --- much cleaner.
|
2016-10-15 23:19:44 +02:00 |
graph.h
|
Stop passing proc around, and use a global instead --- much cleaner.
|
2016-10-15 23:19:44 +02:00 |
hop.c
|
Better (and more correct) floating point conversions; fif; various new opcodes.
|
2016-10-22 00:48:26 +02:00 |
hop.h
|
Add (pretty crummy) support for register aliases and static pairs of registers.
|
2016-10-21 23:31:00 +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
|
Keep track of register types as well as attributes --- the type being how we
|
2016-10-12 22:58:46 +02:00 |
main.c
|
'!' tracing is now always emitted; tracing goes to stderr.
|
2016-10-18 22:32:09 +02:00 |
mcg.h
|
Add support for floating point constants.
|
2016-10-18 22:29:42 +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
|
Function termination gets routed through an exit block; we now have prologues
|
2016-10-15 18:38:46 +02:00 |
parse_em.c
|
Add support for floating point constants.
|
2016-10-18 22:29:42 +02:00 |
pass_convertstackops.c
|
Remove GETRET; values are now returned directly by CALL. Fix a bug in
|
2016-10-22 12:13:57 +02:00 |
pass_eliminatetrivialblocks.c
|
Stop passing proc around, and use a global instead --- much cleaner.
|
2016-10-15 23:19:44 +02:00 |
pass_groupirs.c
|
Stop passing proc around, and use a global instead --- much cleaner.
|
2016-10-15 23:19:44 +02:00 |
pass_instructionselection.c
|
Add (pretty crummy) support for register aliases and static pairs of registers.
|
2016-10-21 23:31:00 +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_phigroups.c
|
Register spilling to the stack frame works, more or less.
|
2016-10-15 22:53:56 +02:00 |
pass_prologueepilogue.c
|
Lots more opcodes; better eviction behaviour; better register moves. Lots more
|
2016-10-19 23:29:05 +02:00 |
pass_promotefloatops.c
|
Better (and more correct) floating point conversions; fif; various new opcodes.
|
2016-10-22 00:48:26 +02:00 |
pass_registerallocator.c
|
Add (pretty crummy) support for register aliases and static pairs of registers.
|
2016-10-21 23:31:00 +02:00 |
pass_removedeadblocks.c
|
Stop passing proc around, and use a global instead --- much cleaner.
|
2016-10-15 23:19:44 +02:00 |
pass_removedeadphis.c
|
Add code to remove unused phis, converting to pruned SSA form, to avoid
|
2016-10-12 21:50:12 +02:00 |
pass_splitcriticaledges.c
|
Stop passing proc around, and use a global instead --- much cleaner.
|
2016-10-15 23:19:44 +02:00 |
pass_ssa.c
|
Stop passing proc around, and use a global instead --- much cleaner.
|
2016-10-15 23:19:44 +02:00 |
predicates.c
|
Predicates can now take numeric arguments. The PowerPC predicates have been
|
2016-10-09 12:32:36 +02:00 |
procedure.c
|
Various bits of cleanup; we should almost be ready to try sending this to the
|
2016-10-15 23:39:38 +02:00 |
procedure.h
|
Implement saving of dirty registers onto the stack.
|
2016-10-16 22:37:42 +02:00 |
reg.c
|
Add (pretty crummy) support for register aliases and static pairs of registers.
|
2016-10-21 23:31:00 +02:00 |
reg.h
|
Add (pretty crummy) support for register aliases and static pairs of registers.
|
2016-10-21 23:31:00 +02:00 |
symbol.c
|
Made sure that all files end in vim magic.
|
2016-10-05 21:07:29 +02:00 |
treebuilder.c
|
More opcodes.
|
2016-10-22 20:32:51 +02:00 |