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
Do not try to branch-optimize pointer comparisions, found by Otto M. More... over 17 years ago
_Bool is also a type, don't discrinate against it. ok ragge@
Otto Moerbeek
as otto
More... over 17 years ago
Bugfix for .i files, by Jeremy Reed. More... over 17 years ago
Add __inline__ as gcc-compatible keyword. More... over 17 years ago
Do not optimize away a cast if constant too large for target type. Should remove branch but need to check for side effects in that case. Bug reported by Otto Moerbeek. More... over 17 years ago
optimize a "not so bright" piece of code. Reduces compilation time on my evil test case from > 3m to < 1s. ok ragge@
Otto Moerbeek
as otto
More... over 17 years ago
More exname() fixes, from Gregory McGarry. More... over 17 years ago
Add patch to solve false errors from enums. From Otto Moerbeek. XXX - enums should be revisited someday. More... over 17 years ago
Move compat functions to their own header. From Laurent Desnogues. More... over 17 years ago
strncpy -> strlcpy, from Gilels Chehade. More... over 17 years ago
fix evil 64-bit bug: if we're using longs for bitsets 1 << shift will be undefined if shift > 31. Makes ccom work much better on 64-bit archs.
Otto Moerbeek
as otto
More... over 17 years ago
void functions should not return expression
Otto Moerbeek
as otto
More... over 17 years ago
Indent fix, so that it do not look like switch () { } else { }. From Gilles Chehade. More... over 17 years ago
64-bit fixes, after reports on the list. (Gilles Chehade/Thorsten Glaser/...) More... over 17 years ago
Correct how exname() is used, to allow for mangling of external names before they ar eprinted out. From Gregory McGarry. More... over 17 years ago
Fix a typo. More... over 17 years ago
Include alloca.h if exists. XXX alloca may be removed later. Pass -g onto linker. From Laurent Desnogues. More... over 17 years ago
Fix diff merge error, spotted by Laurent Desnogues. More... over 17 years ago
Update man page. This is from Igor Sobrado via pcc-list. "style(9) patch for manual page" I also manually had to apply some of this as I had other changes. Basically, this just reorders content and also improves the synopsis. No content changes. Thank you Igor. More... over 17 years ago
Add missing .El (end list). More... over 17 years ago
For cc man page: Update descriptions for -C, -E and -O switches. Add description for -include and -isystem switches. Minor changes. More... over 17 years ago
Fix -I description in cpp man page. Change -V and -v switches. More... over 17 years ago
Update ccom manpage: -v switch Add a commented out TODO Fix grammar. Fix some mandoc usage. Add some formatting. Add about Caldera licensing. More... over 17 years ago
Fix 2 bugs for stdarg. Should work now. More... over 17 years ago
Fix redundant test, from Stefan Kempf. More... over 17 years ago
Add deljumps as default optimization. More... over 17 years ago
Small optim by Stefan Kempf. More... over 17 years ago
Fix name for __builtin_va_arg. More... over 17 years ago
tcopy() is a common routine. More... over 17 years ago
Add builtin routines for va_arg, va_end and va_copy. Default are for simple machines with arg on stack. More... over 17 years ago