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 143 of 190
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Do an early cast of FCON to ICON, so that initializers like int a = 4.56; are allowed outside functions.
ragge
More...
about 17 years ago
Do not allow use of preprocessing directives inside expanding function-like macros.
ragge
More...
about 17 years ago
beginning of sparc64 support
David Crawshaw
as david
More...
about 17 years ago
Don't let deljumps() try to simplify jumps jumping to themselves, as is the case for constructs like for (;;); Spotted by and ok ragge@
stefan
More...
about 17 years ago
Fix bug causing macros without arguments to fail if whitespace between ()'s.
ragge
More...
about 17 years ago
Teach cpp about comments in ifdefs.
ragge
More...
about 17 years ago
Add #pragma section.
ragge
More...
about 17 years ago
Fix eventual eternal loop in _Pragma() -> #pragma conversion.
ragge
More...
about 17 years ago
Use proper type for ix, code and match in lookup(). ok ragge@
stefan
More...
about 17 years ago
Fix compile hierarchy so that it do not use hard-coded paths, use include paths instead. From Zhiwen Zheng.
ragge
More...
about 17 years ago
Changed to new location code. Someone who understarnds this should sanitycheck it.
ragge
More...
about 17 years ago
Change powerpc to new initializing style.
ragge
More...
about 17 years ago
Convert i386 code to new initializing style.
ragge
More...
about 17 years ago
Remove unused prototypes.
ragge
More...
about 17 years ago
Large change to the initializer handling: - Call defloc() with the symbol table entry of the symbol to be written out just before all initializers/location counters (also code!). - Add new target functions instring/inwstring to print out strings instead of bycode(). - Remove late printout of strings, better to do it directly (which is possible to do nowadays :-) - New function defzero() for allocating uninitialized data. - Small change to inline code to use symtab for reference, not name.
ragge
More...
about 17 years ago
Yet another fix to FOREFF line discarding in expand().
ragge
More...
about 17 years ago
Add fixdef()/mypragma() stubs. Change all code to use soname for output symbol name.
ragge
More...
about 17 years ago
Two changes: - Remove yacc checks for pragmas. Change home-grown strtok to use the real one. Call mypragma() for target-specific pragma handling. - Change symbol table entry suse to soname, we're not lint anymore. Store output name in soname, useful for PIC, renaming etc. Remove FIXDEF() macro and replace it with a mandatory function fixdef(). Remove gcc-compat code for renaming, use soname instead.
ragge
More...
about 17 years ago
Fix typo. Note I didn't commit generate "configure" at this time. (This typo fix makes no difference to resulting pcc.)
reed
More...
about 17 years ago
Document that __STDC_VERSION__ is now expanded in cpp. Also mention standard for __STDC__.
reed
More...
about 17 years ago
Calculate field masks properly. ok ragge@
stefan
More...
about 17 years ago
Warn/error on array declarations and designators with floats/negative integers as size. ok otto@, ragge@
stefan
More...
about 17 years ago
repair livecall(); ok ragge@
mickey
More...
about 17 years ago
Now we support all stuff needed to define __STDC_VERSION__=199901L.
ragge
More...
about 17 years ago
never copy broken code w/o testing (; livecall() not crashing nomore
mickey
More...
about 17 years ago
steal livecall() from pdp10 (;
mickey
More...
about 17 years ago
Change grammar to support declaration of variables anywhere in a block. The rest of the compiler already supports it.
ragge
More...
about 17 years ago
Change number of TEMP nodes to be stored in rval, not lval, to be consistent with REG/OREG nodes. Add macro regno() to reference the reg/tempnum value.
ragge
More...
about 17 years ago
Set lowest temporary to be at least MAXREGS+NPERMREG+100, to fix a bug where the temp number became the same as a hard register. Should fix a arg save problem on hppa.
ragge
More...
about 17 years ago
Remove some since long unused functions.
ragge
More...
about 17 years ago
←
1
2
…
139
140
141
142
143
144
145
146
147
…
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