Module Name:    pcc
Committed By:   ragge
Date:           Wed Aug 11 14:08:44 UTC 2010

Modified Files:
        pcc/cc/ccom: builtins.c cgram.y gcc_compat.c init.c inline.c main.c
            optim.c pass1.h pftn.c scan.l stabs.c trees.c
        pcc/mip: node.h

Log Message:
Large change:  Modify the internal code to use the concepts of "attributes"
for nodes and symbol tables instead of keeping everything in the structs
used everywhere.  This will make modifications and additions of new features
simpler in the future.
That this will affect all targets more or less.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pcc/cc/ccom/builtins.c
cvs rdiff -u -r1.295 -r1.296 pcc/cc/ccom/cgram.y
cvs rdiff -u -r1.63 -r1.64 pcc/cc/ccom/gcc_compat.c
cvs rdiff -u -r1.60 -r1.61 pcc/cc/ccom/init.c
cvs rdiff -u -r1.35 -r1.36 pcc/cc/ccom/inline.c
cvs rdiff -u -r1.104 -r1.105 pcc/cc/ccom/main.c
cvs rdiff -u -r1.34 -r1.35 pcc/cc/ccom/optim.c
cvs rdiff -u -r1.203 -r1.204 pcc/cc/ccom/pass1.h
cvs rdiff -u -r1.287 -r1.288 pcc/cc/ccom/pftn.c
cvs rdiff -u -r1.93 -r1.94 pcc/cc/ccom/scan.l
cvs rdiff -u -r1.30 -r1.31 pcc/cc/ccom/stabs.c
cvs rdiff -u -r1.251 -r1.252 pcc/cc/ccom/trees.c
cvs rdiff -u -r1.35 -r1.36 pcc/mip/node.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to