[Pcc-commit] CVS commit: pcc/arch/vax

2023-08-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Aug 12 11:15:49 UTC 2023 Modified Files: pcc/arch/vax: code.c local.c macdefs.h order.c table.c Log Message: Convert vax to NEWNEED. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pcc/arch/vax/code.c

[Pcc-commit] CVS commit: pcc/arch/vax

2018-04-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Apr 11 07:27:35 UTC 2018 Modified Files: pcc/arch/vax: order.c Log Message: Fix bug causing liveness analysis to fail due to oreg created when not expected to. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

[Pcc-commit] CVS commit: pcc/arch/vax

2018-04-04 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Wed Apr 4 17:34:07 UTC 2018 Modified Files: pcc/arch/vax: local.c Log Message: Fix crash occuring in float printout. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pcc/arch/vax/local.c Please note that diffs

[Pcc-commit] CVS commit: pcc/arch/vax

2015-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 12 18:07:13 UTC 2015 Modified Files: pcc/arch/vax: code.c local.c macdefs.h Log Message: Update vax port due to late changes. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pcc/arch/vax/code.c cvs rdiff

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-13 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Mon Oct 13 08:46:33 UTC 2014 Modified Files: pcc/arch/vax: local2.c Log Message: Fix rounding of stack for struct argiments. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pcc/arch/vax/local2.c Please note that

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 09:18:19 UTC 2014 Modified Files: pcc/arch/vax: code.c Log Message: Correct arg base for small arguments. __builtin_return_address should return 0 if not supported, not random address. To generate a diff of this

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 09:59:31 UTC 2014 Modified Files: pcc/arch/vax: local2.c Log Message: rmove() must understand long long, which did not exist when this code was written. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 10:05:28 UTC 2014 Modified Files: pcc/arch/vax: table.c Log Message: Two more places where long long constants may show up. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pcc/arch/vax/table.c Please

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-12 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sun Oct 12 13:16:33 UTC 2014 Modified Files: pcc/arch/vax: order.c Log Message: Missed ending of dynamic arrays in order. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pcc/arch/vax/order.c Please note that diffs

[Pcc-commit] CVS commit: pcc/arch/vax

2014-10-11 Thread Anders Magnusson
Module Name:pcc Committed By: ragge Date: Sat Oct 11 15:57:17 UTC 2014 Modified Files: pcc/arch/vax: local2.c table.c Log Message: Fix problem with a gas bug and long long printouts. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pcc/arch/vax/local2.c