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
Change block variable assignment. More... about 22 years ago
Bugfix makecc(). Understand negate. More... about 22 years ago
Handle parts of words better. More... about 22 years ago
Understand ord-style function headers. More... about 22 years ago
Free const even between *'s. More... about 22 years ago
Small fixes; forgot end after inits. More... about 22 years ago
Octal -> decimal. Use rodata for readonly. Bugfix "block". More... about 22 years ago
Fix visibility problem in structs for prototypes. More... about 22 years ago
Allow for correct declarations of function pointers as struct elements. More... about 22 years ago
Add code for indirect calls. More... about 22 years ago
Now handles function declarations of evil layouts; void (*signal(int sig, void (*func)(int a, char *b)))(void *func) { More... about 22 years ago
Fix a bunch more prototype and declaration cases. Now the terrible `signal' prototype work. More... about 22 years ago
Understand "int a(void) {". Avoid some segfaults. More... about 22 years ago
Deal with "extern struct foo kaka;" correctly. More... about 22 years ago
Accept more things inside prototypes. Forward-declaration of structs. More... about 22 years ago
Now handle arguments correct in the ANSI case. More... about 22 years ago
Temp checkin: Rewriting of yacc code for ansi support. Now supports external variable init. More... about 22 years ago
Add and, or, left and right shift. More... about 22 years ago
Handle constants better. Also be able to use constants directly for args. More... about 22 years ago
Add some basic support for chars. Allow strings to be written. More... about 22 years ago
Bugfix common printout. More... about 22 years ago
Fix bad debug flag. More... about 22 years ago
Allow for indexed addressing; i.e. *p = 4; More... about 22 years ago
Add basic condition code tests. Can now handle tests. More... about 22 years ago
Add table entries for mul, div and mod. Now works. More... over 22 years ago
Fox so that the return value from functions can be used. More... over 22 years ago
rewrite gencall() and add table entries for function arguments. Argument passing now works. More... over 22 years ago
Add support for growing paramers on stack. Prettier offset printout. More... over 22 years ago
Cleanup. Add support for growing stack. More... over 22 years ago
Fix prolog/epilogue. setup return register. More... over 22 years ago