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
Add routines for dynamic arrays. More... over 21 years ago
Add instruction for complement of char and short. More... over 21 years ago
Fix problem with clashing struct member names and prototypes. More... over 21 years ago
Understand Ansi prototypes inside K&R function declarations. More... over 21 years ago
Support typedef'd arguments in argument checking. More... over 21 years ago
Be sure to zero rval when allocating a new node. More... over 21 years ago
Fix so that casts of function pointers are handled wrt arguments. More... over 21 years ago
Now handles function pointers in structs better. More... almost 22 years ago
Temp checkin with more prototype fixes. More... almost 22 years ago
Now compiles kernel using prototypes. More... almost 22 years ago
Multiple fixes to understand typedefs in prototypes better. More... almost 22 years ago
First part of prototype checking. More... almost 22 years ago
Fix missing prototype declarators. Always terminate args with a NAME node. Cleanup and simplify. More... almost 22 years ago
Cleanup the parameter handling for function declarations. Now TYPENODE is removed. More... almost 22 years ago
Revert previous, must do it some other way. More... almost 22 years ago
Fix basic function parameter casting. More... almost 22 years ago
Fix constant initializer bug. More... almost 22 years ago
Fix some rules to take temporary regs also. Fix byte addressing bug. More... almost 22 years ago
Remove bad convs. More... almost 22 years ago
Add bycanon proto. More... almost 22 years ago
Bugfix pointer conversions and char sub code. More... almost 22 years ago
Fix forgotten 0. check other side when comverting types. More... almost 22 years ago
Bugfix comparision code. More... almost 22 years ago
Fix pointer comparision problems + int/ptr conversion bugs. More... almost 22 years ago
Optimize slightly regs set to zero/one. More... almost 22 years ago
Fix problem with wrong low/high word order. More... almost 22 years ago
Put away rodata printouts temporarily. XXX Fiz some code generation bugs. More... about 22 years ago
Allow assembler. More... about 22 years ago
Bunch of fixes. More... about 22 years ago
Fix signed/unsigned arrays also. More... about 22 years ago