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
Allow for structs/unions to have members of size 0. More... about 22 years ago
Allow initialization of unions also, in the most primitive way. More... about 22 years ago
Fix problem with argument hiding. More... about 22 years ago
Many fixes. Seems to handle both char and short OK now. More... about 22 years ago
Cleanup. More... about 22 years ago
Zero su field when calling block(). More... about 22 years ago
Allow (void)0 casts. XXX - must be done more general. More... about 22 years ago
Fix more pointer conversions. More... about 22 years ago
Fix struct offset optimizations so that p = bar[q].f[q]; works. More... about 22 years ago
Many fixes. Now handles char/short pointers better. More... about 22 years ago
Cleanup. Handle yacc files better. More... about 22 years ago
Handle t(short a[2][2]){}. More... about 22 years ago
Temporary checkin. More... about 22 years ago
Fix PMCONV for shorts. Allow upput for name. Fix unary check for longlong. More... about 22 years ago
Add long long comparisions. More... about 22 years ago
Bunch of additions, mostly comparisions and type conversions. More... about 22 years ago
strtoul -> strtoull for read integers. More... about 22 years ago
Add stwart = 0; to be avle to detect typedefed types in structs. More... about 22 years ago
Fix struct declaration bug. More... about 22 years ago
Lots of cleanup. More... about 22 years ago
Rearrange debug code slightly. Prefix all pass2 debug flags with 'Z'. Add pass2 flag 'm' to print out matching rules. More... about 22 years ago
Implement trivial versions of switch(). Fix constant emission. More... about 22 years ago
strtol -> strtoul. More... about 22 years ago
Fix unsigned comparisions. More... about 22 years ago
Only remove symtab entry if declared UNDEF. More... about 22 years ago
Add long long moves. Fix shifts. More... about 22 years ago
Remove global curclass. Mark unused name entries as TNULL. More... about 22 years ago
Fix unwanted segfaults. Complain fix. More... about 22 years ago
Remove one unneccessary rule. More... about 22 years ago
Remove unneeded code. More... about 22 years ago