about summary refs log tree commit diff
path: root/src/test/codegen/fastcall-inreg.rs
AgeCommit message (Expand)AuthorLines
2022-05-25Update some codegen tests for opaque pointersNikita Popov-1/+1
2022-02-25make tests work on noopt builderErik Desjardins-1/+1
2022-02-12make fastcall-inreg and riscv64-lp64-lp64f-lp64d-abi tests able to run on any...Erik Desjardins-44/+9
2022-02-12fix non-x64 testsErik Desjardins-1/+1
2020-06-04test: codegen: skip tests inappropriate for riscv64Tom Eccles-0/+1
2019-09-13codegen: use "_N" (like for other locals) instead of "argN", for argument names.Eduard-Mihai Burtescu-6/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-04test: Ignore some problematic tests on sparc and sparc64John Paul Adrian Glaubitz-0/+1
2018-03-19Revert "Remove useless powerpc64 entry from ARCH_TABLE, closes #47737"varkor-0/+2
2018-03-08test: remove useless ignore-mips*el headersJames Cowgill-2/+0
2018-03-04Remove useless powerpc64 entry from ARCH_TABLE, closes #47737debris-2/+0
2017-11-08Update fastcall-inreg codegen test so that functions actually get instantiated.Michael Woerister-7/+7
2017-10-26Avoid unnecessary copies of arguments that are simple bindingsBjörn Steinbrink-6/+6
2017-06-02compiletest: Force directive to be first complete word in header comment.kennytm-1/+1
2017-01-19travis: Get an emscripten builder onlineAlex Crichton-0/+1
2016-12-22Cleaned up the code and added tests.Ivan Molodetskikh-0/+85