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 158 of 190
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Rewrite longlong rmove slightly.
ragge
More...
over 18 years ago
Fix bug causing '\n' and other character constants not to be interpreted. Wrap default buffer size to 64k. XXX - must be fixed.
ragge
More...
over 18 years ago
Avoid situation where long long moves may overwrite registers.
ragge
More...
over 18 years ago
Finish move of INCR/DECR to pass1.
ragge
More...
over 18 years ago
Make INCR/DECR as pass1-specific and convert them in delasgop().
ragge
More...
over 18 years ago
Repair -B for alternative location of binaries. Fix off-by-one test for initialized string printouts. Fix missing liveness analysis of ++/-- operators.
ragge
More...
over 18 years ago
Add edges for legs not only if AREGs.
ragge
More...
over 18 years ago
Remove .o files after linking if multiple .c files are given as arguments.
ragge
More...
over 18 years ago
Fix bug causing multiple .c files as arg to not work.
ragge
More...
over 18 years ago
Remove remaining Z{R,L,1} from table and zzzcode(). Clear n_su in mklnode(). XXX - shouldn't be needed.
ragge
More...
over 18 years ago
Do not store nodes already in memory. Only save permanent nodes if rewriting (questionable).
ragge
More...
over 18 years ago
Rewrite Conservative slightly to decrease required number of loops. Improves speed somewhat of coalescing checks.
ragge
More...
over 18 years ago
Discard PLUS/MINUS/OR/ER operations with 0.
ragge
More...
over 18 years ago
Remove some more of the old Z{LR1} constructs.
ragge
More...
over 18 years ago
Shifts must be promoted to int if smaller type. DIVs converted to RS must have the shift count casted to int. Missed type size in clocal() ICON SCONVs.
ragge
More...
over 18 years ago
Print float constants in hex. Cleanup float instructions in table. Store floats over function calls early. Fix missing rule in float compare that may cause ax to be clobbered. Use SU evaluation order for floats and care about that in code generation. szty(LDOUBLE) must be three to not trash stack.
ragge
More...
over 18 years ago
Complain about shifts > type size, and adjust it somewhat.
ragge
More...
over 18 years ago
Optimize away unsigned DIV and MOD to shift and and. Treat INCR/DECR instructions as assigns to catch side effects.
ragge
More...
over 18 years ago
Cast float to double if no prototype is present. Disable shift optim, must check for side effects.
ragge
More...
over 18 years ago
Check for early const type conversion. Add 3-op add. Fix bug where regw were not cleared at second round of register alloc.
ragge
More...
over 18 years ago
Fix problem when varargs is used. Do not allocate space on stack for spilled args if already on stack. Remove more unneccessaty SCONVs.
ragge
More...
over 18 years ago
Err, made a mistake, do _not_ add TPOINT to INCR/DECR.
ragge
More...
over 18 years ago
Fetch vax definitions, from 32V.
ragge
More...
over 18 years ago
Put arguments in temporaries in functions.
ragge
More...
over 18 years ago
Enable more complex offstar matchings. Allow for direct removal of casts of TEMPs.
ragge
More...
over 18 years ago
Bleh, unused vars.
ragge
More...
over 18 years ago
Add incl/decl. Start working on using double indexing.
ragge
More...
over 18 years ago
Handle FOREFF as cookie for other than ASSIGN nodes.
ragge
More...
over 18 years ago
Add prototype to make bison-generated cgram.c correct.
ragge
More...
over 18 years ago
Use private evaluation order for floating point trees. Change cpp #if calculations to long long. Remove unneccessary size checks. Fix bug so unions can be assigned. Fix table bug where floats were returned.
ragge
More...
over 18 years ago
←
1
2
…
154
155
156
157
158
159
160
161
162
…
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