Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 04-Mar-2020 | - | ||||
avx/ | H | 04-Mar-2020 | - | 833 | 705 | |
avx512f/ | H | 04-Mar-2020 | - | 922 | 783 | |
callabi/ | H | 04-Mar-2020 | - | 585 | 391 | |
ms-sysv/ | H | 04-Mar-2020 | - | 1,530 | 1,113 | |
README.gcc | H A D | 04-Mar-2020 | 929 | 26 | 17 | |
abi-x86_64.exp | H A D | 04-Mar-2020 | 1.5 KiB | 49 | 24 | |
args.h | H A D | 04-Mar-2020 | 5.7 KiB | 187 | 155 | |
asm-support-darwin.s | H A D | 04-Mar-2020 | 1.6 KiB | 78 | 76 | |
asm-support.S | H A D | 04-Mar-2020 | 1.8 KiB | 86 | 83 | |
defines.h | H A D | 04-Mar-2020 | 3.8 KiB | 149 | 100 | |
macros.h | H A D | 04-Mar-2020 | 1.6 KiB | 54 | 41 | |
test_3_element_struct_and_unions.c | H A D | 04-Mar-2020 | 29.1 KiB | 524 | 519 | |
test_basic_alignment.c | H A D | 04-Mar-2020 | 1.1 KiB | 43 | 30 | |
test_basic_array_size_and_align.c | H A D | 04-Mar-2020 | 1.5 KiB | 42 | 29 | |
test_basic_returning.c | H A D | 04-Mar-2020 | 1.5 KiB | 79 | 67 | |
test_basic_sizes.c | H A D | 04-Mar-2020 | 1.1 KiB | 43 | 30 | |
test_basic_struct_size_and_align.c | H A D | 04-Mar-2020 | 1.7 KiB | 43 | 29 | |
test_basic_union_size_and_align.c | H A D | 04-Mar-2020 | 1.6 KiB | 42 | 29 | |
test_bitfields.c | H A D | 04-Mar-2020 | 2.8 KiB | 163 | 122 | |
test_complex_returning.c | H A D | 04-Mar-2020 | 1.6 KiB | 84 | 59 | |
test_m64m128_returning.c | H A D | 04-Mar-2020 | 1.2 KiB | 55 | 44 | |
test_passing_floats.c | H A D | 04-Mar-2020 | 22 KiB | 503 | 432 | |
test_passing_integers.c | H A D | 04-Mar-2020 | 6.5 KiB | 204 | 167 | |
test_passing_m64m128.c | H A D | 04-Mar-2020 | 9.7 KiB | 250 | 219 | |
test_passing_structs.c | H A D | 04-Mar-2020 | 5.1 KiB | 262 | 218 | |
test_passing_structs_and_unions.c | H A D | 04-Mar-2020 | 1.5 KiB | 96 | 75 | |
test_passing_unions.c | H A D | 04-Mar-2020 | 4.6 KiB | 230 | 194 | |
test_struct_returning.c | H A D | 04-Mar-2020 | 6.9 KiB | 231 | 164 | |
test_varargs.c | H A D | 04-Mar-2020 | 2 KiB | 98 | 73 |
README.gcc
1This contains a testsuite for the AMD64 psABI. 2The ABI document is at http://www.x86-64.org/documentation/abi.pdf . 3The content of this directory in the GCC tree is just a (partial) copy of the 4ABI testsuite at cvs.x86-64.org. 5 6See http://www.x86-64.org/cvsaccess for accessing the anonymous CVS server. 7The module 'abitest' contains the master copy of this directory. 8 9The whole testsuite is licensed under GPL v2. 10 11Be aware that some of the test_*.c files here are generated, with the 12generators only being in the master copy of the testsuite. 13 14To change anything, please contact discuss@x86-64.org or the current 15maintainer of the testuite directly. 16 17The current maintainer is: 18 matz@suse.de 19 20 21Copyright (C) 2005-2018 Free Software Foundation, Inc. 22 23Copying and distribution of this file, with or without modification, 24are permitted in any medium without royalty provided the copyright 25notice and this notice are preserved. 26