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
Numerous fixes. More... over 20 years ago
Split out branches separately. code generation bugfix. More... over 20 years ago
Add more x86 stuff; now compiles ls. Fix hardops. More... over 20 years ago
Add support for hardops + some longlongs to x86. More... over 20 years ago
Many bugfixes, mostly x86. Now compiles 'cat' cleanly. More... over 20 years ago
Change tshape() slightly (for ease). Many bugfixes for x86. Can now compile and run cc.c on x86. More... over 20 years ago
Many bugfixes in teh x86 code. More... over 20 years ago
Fix redefinition of names. More... over 20 years ago
Add string.h. More... over 20 years ago
Start with gcc_compatibility stuff. Fix x86 address bug. More... over 20 years ago
Add one option. More... over 20 years ago
Remove a binch of unneccessary prototypes. More... over 20 years ago
Adapt to new code generator. "Hello World" now works. More... over 20 years ago
Fix gcc 3.3.3 warnings. Check temp/nontemp regs usage in regs.c. More... over 20 years ago
Remove NDLEFT/NDRIGHT + all dest code in table. Fix reg allocation so that non-temp registers may be used all way through. Still stuff to do here. More... over 20 years ago
Now register assignment works as expected. More... over 20 years ago
Remove rest of TEMPs. Start adding a separate optimize step. More... over 20 years ago
Avoid doing unneccessary char/short pointer conversions. More... over 20 years ago
Change TEMPs to OREGs instead (discard TEMPs). More... over 20 years ago
Fix removal of dead expressions. More... over 20 years ago
Fix sucomp. Now compiles old kernel fine :-) More... over 20 years ago
More reg and table fixes. More... over 20 years ago
Add some regs. More... over 20 years ago
More table and register additions. More... over 20 years ago
More fixes. More... over 20 years ago
More support for register allocations. Ask offstar to tell success. Add some insns to the table. More... over 20 years ago
Fix ++ operators. More... over 20 years ago
Add assign conversion uchar->int. More... over 20 years ago
Add dmove from OREG. More... over 20 years ago
Fix so that OREGs work more useable. More... over 20 years ago