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
Fix cpp for x86. add verbose. More... over 21 years ago
Now works. More... over 21 years ago
Use the 32V version as base version. More... over 21 years ago
More bugfixes. More... over 21 years ago
Small bugfixes. More... over 21 years ago
A bunch of fixes to be closer to x86 support. More... over 21 years ago
Start x86 port. More... over 21 years ago
Do max recur 200 times. Move prtdcon further down in chain. More... over 21 years ago
Comparisions of float/double. Fixes 900516-1.c. More... over 21 years ago
Fix floating point args and float/double conversions. testcase #37 (20000718.c). More... over 21 years ago
Add conversion ops float<->double. Make use of fincode(), fixes c-tort #5. More... over 21 years ago
Bugfix: floating constants do not need to be converted other than when they are printed (in MD code). More... over 21 years ago
Some bug fixes. Start working on adding floating point. More... over 21 years ago
Convert to use native longlong integers. Many bugfixes. More... over 21 years ago
Fix a bunch of bugs. Kernel now boots (partly) again. More... over 21 years ago
Add a bunch of optimizings: - Put prologue/epilogue on correct places. - Fall-through to epilogue. - Don't generate stack saving code if the stack is not used. More... over 21 years ago
Handle genswitch() as asm statements. Now the basic optimizing should work. More... over 21 years ago
Put nfree() node checking inside PCC_DEBUG More... over 21 years ago
Return after putting return value in register, otherwise it will be done twice. More... over 21 years ago
Share stack alloc stuff between passes. First optimizing stuff. More... over 21 years ago
Remove cbranch(). More... over 21 years ago
Clean up somewhat in the fcon swamp. Fix !2.2 conversion. More... over 21 years ago
Fix real const optimizer for conditionals. Needs more work though. More... over 21 years ago
Fix the branch code to be correct, not reversed. Slightly change the conditional generation. More... over 21 years ago
Fix volatile propagation. More... over 21 years ago
Fix a bunch of const checkings. Now compiles kernel. More... over 21 years ago
More checks of const. More... over 21 years ago
Start implementing qualifiers. More... over 21 years ago
Start adding const/volatile support. More... over 21 years ago
Discard xdefs. More... over 21 years ago