7
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jan 07, 2024 — Jan 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some return complained about by lint. Legal, but we do not want to convince lint about it. From Ray Lai. More... over 17 years ago
New files, needed to understand darwin. More... over 17 years ago
Add DragonFly, from Jeremy C. Reed. More... over 17 years ago
Newer releases of these, for DragonFly. More... over 17 years ago
Add ${DESTDIR} before all installation goo, requested by Joerg. More... over 17 years ago
Embryo to manpage for cc. More... over 17 years ago
Forgotten to tell ld to create static libraries, found by Otto Moerbeek. More... over 17 years ago
Add manpage, provided by Jeremy C. Reed. First step towards documentation :-) More... over 17 years ago
Create install directories, from Jeremy C. Reed. More... over 17 years ago
Patches to support OpenBSD + some sanity fixes, from Chad Loder and with only minor changes by myself. More... over 17 years ago
Make alignment run-time detected. Fix compile warnings. Wrap to 0.9.8. More... over 17 years ago
Add code for bitfield of character size. More... over 17 years ago
Increase number of register allocation maxloops. 3 should be enough, but under some circumstances more registers are allocated second round. This should be investigated further. More... over 17 years ago
Fix problem with inline functions not being written out. Be more liberal about forward declarations; write out declarations late. Add support for compound literals. More... over 17 years ago
Bugfix number calculations. Fake command-line defines and includes by prewriting in into file buffer. More... over 17 years ago
Understand -pthtread and add cpp predefines for pthread and .S endings. Add -nostdlib. Allow multiple -system definitions. More... over 17 years ago
Be more careful when checking prototypes. XXX - no multilevel checking yet. Add some code to handle incomplete/forward references better. More... over 17 years ago
Dont convert addrof temps early. More... over 17 years ago
Must understand usage of function pointers to inline functions. More... over 17 years ago
Increase number of loops when doing register allocation. Dhis is beacuse somewhere the new instruction(s) allocates new registers. Should be found earlier. More... over 17 years ago
Return char in al, do not sign expand it to eax. More... over 17 years ago
Fix rudimentary wide string support. Fix one more init bug. Store inlined strings in permanent memory. More... over 17 years ago
Fix bug with empty # on a line. Increase default buffers to 64k. More... over 17 years ago
Move sdebug to pass1 only. More... over 17 years ago
Add support for _Bool type. Will be slightly rewritten later. More... over 17 years ago
Fix bug in sub-level initializations. More... over 17 years ago
Understand floating constants in hex (per c99). More... over 17 years ago
Add -M flag. More... over 17 years ago
Add -M flag for writing dependencies. Change identifiers to may have beginning digit, but never try to match such identifier. Fixes a problem with replacing concatenated identifiers. More... over 17 years ago
Add patricia code to do faster lookups. More... over 17 years ago