7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove the node array. Everything now is dynamic. More... over 21 years ago
Fix remaining discovered bugs. More... over 21 years ago
Do not use a static node table. More... over 21 years ago
Start walking towards not using a static node table. More... over 21 years ago
Small layout cleanup. More... over 21 years ago
Adapt to recent MI changes. More... over 21 years ago
Big change: send everything from pass1 via one function. More... over 21 years ago
Implement basic framework to send everything through one subroutine. More... over 21 years ago
Add an embryo fo doing tree optimizing. More... over 21 years ago
Do not use save-regs offsets for addressing parameters. More... over 21 years ago
Inline the prolog/epilog stuff. More... over 21 years ago
Add register variable support. More... over 21 years ago
Prolog/epilog generation moved to pass2. More... over 21 years ago
Move prolog/epilog generation to pass2. More... over 21 years ago
Fix multipass compiling. More... over 21 years ago
Add p2tree() for multipass. Now multipass compiling of pass1 is possible. More... over 21 years ago
Do not save prototype info for old-style functions. More... over 21 years ago
Put the filenames in the string save area. More... over 21 years ago
New node type LABEL, for internal labels to pass thru the optimizer. More... over 21 years ago
Make TYPE a local node type, it's only used in pass1. More... over 21 years ago
Must have fun calls in correct order. More... over 21 years ago
More ifdefs for multipass. More... over 21 years ago
Move branch() to MI code. Generate GOTOs. More... over 21 years ago
Generate GOTO statements. Remove branch(). More... over 21 years ago
Some small fixes for multipass. More... over 21 years ago
Move string printout to after functions. More... over 21 years ago
Remove local hack for saving strings. More... over 21 years ago
Remove BSS, unused. More... over 21 years ago
Add some statistics. More... over 21 years ago
Optimize conditional jumps slightly. More... over 21 years ago