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
Do not use param stack for parameters, use a linked list instead. More... over 21 years ago
Remove the init stack limitation. More... over 21 years ago
Small optimizing: If there is only one page allocated at tmpfree(), just change the pointers. Do not unmap it. More... over 21 years ago
Adapt to recent MI changes. More... over 21 years ago
Large change: Replace the dimension index by a pointer to a struct containing the related info. More... over 21 years ago
Update after latest changes. More... over 21 years ago
Remove unused code. More... over 21 years ago
Now supports dynamic symbol table also. More... over 21 years ago
Turn over labels to use common symbol table. More... over 21 years ago
Remove SMOS, unused for now. More... over 21 years ago
Use patricia tree for searching symbols. Currently only used for tags. More... over 21 years ago
Save strings in a patricia tree also. More... over 21 years ago
Add temporary allocation of strings. Enable allocation of temporary elements. Add a -s flag for statistics. More... over 21 years ago
Add a file for the symbol table management. Change to use a patricia implementation for name string searches. Add common routine "newstring()" that strdup:s onto the permanent stack. More... over 21 years ago
Remove tstr(). More... over 21 years ago
Make getlab() a MI function. More... over 21 years ago
mage getlab() an MI function. More... over 21 years ago
Add copyright headers. This file is now v32-clean. More... over 21 years ago
Remove some more useless code. More... over 21 years ago
Remove a bunch of redundant code. More... over 21 years ago
Adapt to changes to the symbol table. More... over 21 years ago
Split the symbol table into four different. This is not yet finished, some ptr->int conversions exists. More... over 21 years ago
Changes because of node changes. commdec() prototype change. More... over 21 years ago
Temporary checkin, tags moved to private symbol space. (ugly hack) More... over 21 years ago
Another step towards removing strange dependencies: Change the node union to a struct with the elements in unions instead of the poopsite. Keep it in node.h instead. More... over 21 years ago
First step to clean up the mix between C and the backend. More... over 21 years ago
Revert some 4.4BSD code. More... over 21 years ago
Fix some bugs introduced with recent changes. More... over 21 years ago
Allow shadowing typedef names on block level by itself. Still to fix the use of it by other than itself. More... over 21 years ago
Machine-dependent routines for dynamic arrays. Rename STKREG to FPREG. More... over 21 years ago