Discussion:
CVS commit: pcc/mip
Iain Hibbert
2014-05-27 18:51:40 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Tue May 27 18:51:40 UTC 2014

Modified Files:
pcc/mip: unicode.c

Log Message:
\? is a valid escape sequence


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pcc/mip/unicode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-05-27 18:59:01 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Tue May 27 18:59:01 UTC 2014

Modified Files:
pcc/mip: unicode.c

Log Message:
in GCC world, you can use '\e' for <ESC>


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pcc/mip/unicode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-05-27 19:00:07 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Tue May 27 19:00:07 UTC 2014

Modified Files:
pcc/mip: unicode.c

Log Message:
descriptive comments


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pcc/mip/unicode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-05-28 06:55:41 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Wed May 28 06:55:41 UTC 2014

Modified Files:
pcc/mip: unicode.c

Log Message:
handle -xuchar in esc2char
fixes PCC-434, by me


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pcc/mip/unicode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2014-05-28 06:58:58 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Wed May 28 06:58:58 UTC 2014

Modified Files:
pcc/mip: unicode.c unicode.h

Log Message:
add Id tags, for CVS


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pcc/mip/unicode.c
cvs rdiff -u -r1.1 -r1.2 pcc/mip/unicode.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-05-31 15:10:52 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat May 31 15:10:52 UTC 2014

Modified Files:
pcc/mip: regs.c

Log Message:
Remove over-optimistic check for tree rewriting, which caused some trees
never to be rewritten. Fixes Jira#PCC-437 by Volkmar Klatt.
Ensure that number of adjacent nodes cannot get negative, and set
this number to 0 before tree rescanning. Avoids COLORMAP problems.


To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 pcc/mip/regs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-06-01 11:33:52 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Jun 1 11:33:52 UTC 2014

Modified Files:
pcc/mip: optim2.c pass2.h reader.c regs.c

Log Message:
cleanup freetemp(). Add functions storenode/storemod to get temporary
storage, default on stack but can be overridden by MD code.
Allow for targets to provide their own INTEMP code. Remove BITOOR.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pcc/mip/optim2.c
cvs rdiff -u -r1.136 -r1.137 pcc/mip/pass2.h
cvs rdiff -u -r1.287 -r1.288 pcc/mip/reader.c
cvs rdiff -u -r1.236 -r1.237 pcc/mip/regs.c

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

Loading...