History log of /netbsd-current/external/gpl3/gcc.old/dist/gcc/config/vax/vax.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.19 07-Oct-2023 rin

gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [15/21]

enable use of gas(1) directives to generate the CFI table.


# 1.18 07-Oct-2023 rin

gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [14/21]

Add a TARGET_INIT_BUILTINS hook (required to be able to compile gfortran)


# 1.17 07-Oct-2023 rin

gcc.old: PR port-vax/57646 patch provided by Kalvis Duckmanton [13/21]

Bitfield instructions will generate a reserved operand fault if the
operands are not reasonable (size > 32, position > 31 and size not
zero and field in a register). GCC generates code to test for these
conditions but in certain circumstances, the optimiser may decide
that a bitfield extraction instruction is invariant and move it
ahead of the instructions testing its arguments.

Introduce a new target hook to indicate to GCC that a bitfield
instruction may trap and update may_trap_p_1()

XXXRO: Although this patch includes diffs outside gcc/config/vax,
NFC for !TARGET_BITFIELD_MAY_TRAP_P, i.e., other than vax.


# 1.16 07-Oct-2023 rin

gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [8/21]

Allow 64 bit operands addressed using post-increment addressing to be negated


# 1.15 07-Oct-2023 rin

gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [3/21]

Reduce expressions specifying an address of a 64 bit quantity to
a sequence of assignments to temporary variables; this allows virtual
registers to be inst antiated properly.


# 1.14 07-Oct-2023 rin

gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [2/21]

Add a special case to the zero_extract instruction to handle the case
where 32 bits are requested (i.e. the entire word). When printing a mask
operand, avoid generating values that might overflow a 32 bit word.


# 1.13 07-Oct-2023 rin

gcc.old: vax: PR port-vax/57646 patch provided by Kalvis Duckmanton [1/21]

Save %r2..%r5 in the prologue of functions which call __builtin_eh_return().
Implement the eh_return() instruction. Ensure that the CFA is correct


# 1.12 20-Feb-2023 mrg

merge GCC 10.4 into gcc.old.


Revision tags: netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.11 09-Apr-2021 mrg

branches: 1.11.6;
merge GCC 9.3 into gcc.old.


# 1.10 19-Aug-2020 mrg

merge GCC 8.4 into gcc.old.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609
# 1.7 02-Apr-2019 christos

Compiling some files with -fPIC and -O2 ends up having global
symbols classified as local in pic mode, and that ends up with PC32
relocations "movl *psp, %rx" (/bin/sh parse.c). Treat pic code as
shared libraries to avoid classifying common initialized symbols
as local. Thanks to thorpej@ for his help.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.6 02-Aug-2018 mrg

merge GCC 6.4 into gcc.old.


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.5 23-Jul-2017 mrg

branches: 1.5.2; 1.5.4;
merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1)


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.12 20-Feb-2023 mrg

merge GCC 10.4 into gcc.old.


Revision tags: netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.11 09-Apr-2021 mrg

merge GCC 9.3 into gcc.old.


# 1.10 19-Aug-2020 mrg

merge GCC 8.4 into gcc.old.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609
# 1.7 02-Apr-2019 christos

Compiling some files with -fPIC and -O2 ends up having global
symbols classified as local in pic mode, and that ends up with PC32
relocations "movl *psp, %rx" (/bin/sh parse.c). Treat pic code as
shared libraries to avoid classifying common initialized symbols
as local. Thanks to thorpej@ for his help.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.6 02-Aug-2018 mrg

merge GCC 6.4 into gcc.old.


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.5 23-Jul-2017 mrg

branches: 1.5.2; 1.5.4;
merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1)


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.11 09-Apr-2021 mrg

merge GCC 9.3 into gcc.old.


# 1.10 19-Aug-2020 mrg

merge GCC 8.4 into gcc.old.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609
# 1.7 02-Apr-2019 christos

Compiling some files with -fPIC and -O2 ends up having global
symbols classified as local in pic mode, and that ends up with PC32
relocations "movl *psp, %rx" (/bin/sh parse.c). Treat pic code as
shared libraries to avoid classifying common initialized symbols
as local. Thanks to thorpej@ for his help.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.6 02-Aug-2018 mrg

merge GCC 6.4 into gcc.old.


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.5 23-Jul-2017 mrg

branches: 1.5.2; 1.5.4;
merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1)


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.10 19-Aug-2020 mrg

merge GCC 8.4 into gcc.old.


Revision tags: phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 phil-wifi-20191119
# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609
# 1.7 02-Apr-2019 christos

Compiling some files with -fPIC and -O2 ends up having global
symbols classified as local in pic mode, and that ends up with PC32
relocations "movl *psp, %rx" (/bin/sh parse.c). Treat pic code as
shared libraries to avoid classifying common initialized symbols
as local. Thanks to thorpej@ for his help.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.6 02-Aug-2018 mrg

merge GCC 6.4 into gcc.old.


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.5 23-Jul-2017 mrg

branches: 1.5.2; 1.5.4;
merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1)


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.9 26-Sep-2019 mrg

merge gcc 7.4 into gcc.old part 3 (last?)


# 1.8 20-Jun-2019 mrg

delete GCC 6.5. every platform has been on GCC 7 for a while now.


Revision tags: phil-wifi-20190609
# 1.7 02-Apr-2019 christos

Compiling some files with -fPIC and -O2 ends up having global
symbols classified as local in pic mode, and that ends up with PC32
relocations "movl *psp, %rx" (/bin/sh parse.c). Treat pic code as
shared libraries to avoid classifying common initialized symbols
as local. Thanks to thorpej@ for his help.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.6 02-Aug-2018 mrg

merge GCC 6.4 into gcc.old.


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.5 23-Jul-2017 mrg

branches: 1.5.2; 1.5.4;
merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1)


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.7 02-Apr-2019 christos

Compiling some files with -fPIC and -O2 ends up having global
symbols classified as local in pic mode, and that ends up with PC32
relocations "movl *psp, %rx" (/bin/sh parse.c). Treat pic code as
shared libraries to avoid classifying common initialized symbols
as local. Thanks to thorpej@ for his help.


Revision tags: pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906
# 1.6 02-Aug-2018 mrg

merge GCC 6.4 into gcc.old.


Revision tags: pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.5 23-Jul-2017 mrg

branches: 1.5.2;
merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1)


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.5 23-Jul-2017 mrg

merge GCC 5.4 into gcc.old.


Revision tags: perseant-stdc-iso10646-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104
# 1.4 09-Oct-2016 skrll

Remove gcc.old now it is no longer used.


Revision tags: localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.3 23-Sep-2015 mrg

branches: 1.3.2;
re-merge GCC 4.8.5 (part 1)


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.3 22-Sep-2015 mrg

re-merge GCC 4.8.5 (part 1)


# 1.2 07-Apr-2015 mrg

delete GCC 4.5.


# 1.1 25-Feb-2014 mrg

branches: 1.1.1;
Initial revision


# 1.1.1.2 22-Sep-2015 mrg

import GCC 4.8.5 as gcc.old, in prepartion to update GCC.


# 1.1.1.1 25-Feb-2014 mrg

branches: 1.1.1.1.4; 1.1.1.1.6; 1.1.1.1.8;
import the -current GCC 4.5 sources as gcc.old in preparation for
upgrading the normal GCC to 4.8.

this tree has had ChangeLog entries removed, as well as all the
other components we delete, and "only" weighs in around 140MB now.


# 1.1.1.1.8.2 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.1.1.1.8.1 25-Feb-2014 tls

file vax.c was added on branch tls-maxphys on 2014-08-19 23:57:31 +0000


# 1.1.1.1.6.1 10-Apr-2015 snj

delete gcc 4.5, as requested by mrg in ticket #674


# 1.1.1.1.4.2 22-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")


# 1.1.1.1.4.1 25-Feb-2014 yamt

file vax.c was added on branch yamt-pagecache on 2014-05-22 15:58:03 +0000