[dmd-internals] [D-Programming-Language/dmd] 2fd876: Fix OPmsw codegen - integer only is too restrictiv...
GitHub
noreply at github.com
Thu Feb 23 00:05:14 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 2fd876b249465cf6e26d311276324f30e701a72f
https://github.com/D-Programming-Language/dmd/commit/2fd876b249465cf6e26d311276324f30e701a72f
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2012-02-22 (Wed, 22 Feb 2012)
Changed paths:
M src/backend/cg87.c
M src/backend/cgelem.c
Log Message:
-----------
Fix OPmsw codegen - integer only is too restrictive.
Prevent fnstsw from clobbering ax when doing floating point mod assign.
Commit: 1d1bc367c131144e764d9fb81c36651407e3337d
https://github.com/D-Programming-Language/dmd/commit/1d1bc367c131144e764d9fb81c36651407e3337d
Author: Walter Bright <walter at walterbright.com>
Date: 2012-02-23 (Thu, 23 Feb 2012)
Changed paths:
M src/backend/cg87.c
M src/backend/cgelem.c
Log Message:
-----------
Merge pull request #759 from yebblies/issue1149
Fix OPmsw codegen
Compare: https://github.com/D-Programming-Language/dmd/compare/15303d5...1d1bc36
More information about the dmd-internals
mailing list