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
Enable unsigned chars by default. Do not change null constants to byte pointers. More... about 22 years ago
Add support for unsigned chars by default. More... about 22 years ago
Fix forgotten '0'. Be sure that char/short get correct value when inited. Be able to push arg constants directly. More... about 22 years ago
Add relational inclusion of inline functions. More... about 22 years ago
Printout strings via p1print() to be able to catch them when inlining. More... about 22 years ago
Add basic support for optimizing away unreferenced inline functions. More... about 22 years ago
Small fixes. More... about 22 years ago
Fix inline syntax. Not yet correct. More... about 22 years ago
Remove unused code. Much cleaner now. More... about 22 years ago
Remove hflag, but still honor "hiding" warning. Compare readonly strings so that not more than one of each kind is written out. More... about 22 years ago
Lots of bug fixes. More... about 22 years ago
More informative cerror in allo. Don't complain about "statement not reached" if a statement is written as "do { goto foo; } while (0);". More... about 22 years ago
Move label handling into its own symbol table. More... about 22 years ago
Many fixes, including conversions to function calls. More... about 22 years ago
Allow void functions to return void expressions. More... about 22 years ago
Remove nodes from prototypes if old-style functions or declarations also. More... about 22 years ago
Allow (...) in function declarations. More... about 22 years ago
Use a homegrown way to convert constants instead of strtoull. More... about 22 years ago
Fix one more way to write prototypes. More... about 22 years ago
Allow for ?: to have void pointers. More... about 22 years ago
Fix unneccessary register requests. Turn imuli into Zcode. More... about 22 years ago
Ensure that arrays are indexed with ints. More... about 22 years ago
Add extra debug printout. More... about 22 years ago
Lots of fixes and conversions. More... about 22 years ago
A bunch of additions and some bugfixes. More... about 22 years ago
blevel must be increased if (void) arg also. More... about 22 years ago
Support strings written as "aaa" "bbb" for concatenation. More... about 22 years ago
Fix abstract_declarator3. Remove unused functions. Increase dimtab size to 20000 entries. XXX - dimtab should be dynamic. More... about 22 years ago
Use new type testing for casts also. More... about 22 years ago
Do not change to instruct after qualifier is found. More... about 22 years ago