openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
pcc
Settings
|
Report Duplicate
7
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Jan 07, 2024 — Jan 07, 2025
Showing page 152 of 190
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Do not try to branch-optimize pointer comparisions, found by Otto M.
ragge
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.
ragge
More...
over 17 years ago
Add __inline__ as gcc-compatible keyword.
ragge
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.
ragge
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.
ragge
More...
over 17 years ago
Add patch to solve false errors from enums. From Otto Moerbeek. XXX - enums should be revisited someday.
ragge
More...
over 17 years ago
Move compat functions to their own header. From Laurent Desnogues.
ragge
More...
over 17 years ago
strncpy -> strlcpy, from Gilels Chehade.
ragge
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.
ragge
More...
over 17 years ago
64-bit fixes, after reports on the list. (Gilles Chehade/Thorsten Glaser/...)
ragge
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.
ragge
More...
over 17 years ago
Fix a typo.
reed
More...
over 17 years ago
Include alloca.h if exists. XXX alloca may be removed later. Pass -g onto linker. From Laurent Desnogues.
ragge
More...
over 17 years ago
Fix diff merge error, spotted by Laurent Desnogues.
ragge
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.
reed
More...
over 17 years ago
Add missing .El (end list).
reed
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.
reed
More...
over 17 years ago
Fix -I description in cpp man page. Change -V and -v switches.
reed
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.
reed
More...
over 17 years ago
Fix 2 bugs for stdarg. Should work now.
ragge
More...
over 17 years ago
Fix redundant test, from Stefan Kempf.
ragge
More...
over 17 years ago
Add deljumps as default optimization.
ragge
More...
over 17 years ago
Small optim by Stefan Kempf.
ragge
More...
over 17 years ago
Fix name for __builtin_va_arg.
ragge
More...
over 17 years ago
tcopy() is a common routine.
ragge
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.
ragge
More...
over 17 years ago
←
1
2
…
148
149
150
151
152
153
154
155
156
…
189
190
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree