• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..04-Mar-2020-

avx/H04-Mar-2020-833705

avx512f/H04-Mar-2020-922783

callabi/H04-Mar-2020-585391

ms-sysv/H04-Mar-2020-1,5301,113

README.gccH A D04-Mar-2020929 2617

abi-x86_64.expH A D04-Mar-20201.5 KiB4924

args.hH A D04-Mar-20205.7 KiB187155

asm-support-darwin.sH A D04-Mar-20201.6 KiB7876

asm-support.SH A D04-Mar-20201.8 KiB8683

defines.hH A D04-Mar-20203.8 KiB149100

macros.hH A D04-Mar-20201.6 KiB5441

test_3_element_struct_and_unions.cH A D04-Mar-202029.1 KiB524519

test_basic_alignment.cH A D04-Mar-20201.1 KiB4330

test_basic_array_size_and_align.cH A D04-Mar-20201.5 KiB4229

test_basic_returning.cH A D04-Mar-20201.5 KiB7967

test_basic_sizes.cH A D04-Mar-20201.1 KiB4330

test_basic_struct_size_and_align.cH A D04-Mar-20201.7 KiB4329

test_basic_union_size_and_align.cH A D04-Mar-20201.6 KiB4229

test_bitfields.cH A D04-Mar-20202.8 KiB163122

test_complex_returning.cH A D04-Mar-20201.6 KiB8459

test_m64m128_returning.cH A D04-Mar-20201.2 KiB5544

test_passing_floats.cH A D04-Mar-202022 KiB503432

test_passing_integers.cH A D04-Mar-20206.5 KiB204167

test_passing_m64m128.cH A D04-Mar-20209.7 KiB250219

test_passing_structs.cH A D04-Mar-20205.1 KiB262218

test_passing_structs_and_unions.cH A D04-Mar-20201.5 KiB9675

test_passing_unions.cH A D04-Mar-20204.6 KiB230194

test_struct_returning.cH A D04-Mar-20206.9 KiB231164

test_varargs.cH A D04-Mar-20202 KiB9873

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