Discussion:
CVS commit: pcc/arch/amd64
Anders Magnusson
2014-09-28 12:51:31 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sun Sep 28 12:51:31 UTC 2014

Modified Files:
pcc/arch/amd64: code.c

Log Message:
Mask out fpu exceptions, the compiler may want to load NAN etc...


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pcc/arch/amd64/code.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2014-09-29 19:57:48 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Mon Sep 29 19:57:47 UTC 2014

Modified Files:
pcc/arch/amd64: local2.c

Log Message:
Do not ignore 't' xasm constraint, it must be put in a (virtual) register
anyway. Bug reported by Steve Kargl on pcc-list.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pcc/arch/amd64/local2.c

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

Loading...