summary refs log tree commit diff
path: root/test
AgeCommit message (Expand)Author
2023-08-26Fix conversion from float/double to unsigned intMichael Forney
2023-04-02tests for thread-local addressesQuentin Carbonneaux
2023-03-13refresh stale Tmp.link before useQuentin Carbonneaux
2023-03-11kill dead stores when coalescing slotsQuentin Carbonneaux
2022-12-15bugfix in load eliminationQuentin Carbonneaux
2022-12-14new blit instructionQuentin Carbonneaux
2022-10-12thread-local storage for amd64_appleQuentin Carbonneaux
2022-10-03new arm64_apple targetQuentin Carbonneaux
2022-08-31fix some variadic calls in test/abi8.ssaQuentin Carbonneaux
2022-08-31regenerate test/vararg2.ssaQuentin Carbonneaux
2022-03-10two new tests in abi5.ssaQuentin Carbonneaux
2022-03-10new abi stress testQuentin Carbonneaux
2022-02-17add rv64 backendMichael Forney
2022-02-17test: add c[u]od checks to isel2 and add new integer compare test isel3Michael Forney
2022-01-28fix test/fpcnv (wrong spacing)Quentin Carbonneaux
2022-01-28implement float -> unsigned castsBor Grošelj Simić
2022-01-28implement unsigned -> float castsBor Grošelj Simić
2021-10-28new chacha20 testQuentin Carbonneaux
2021-10-26remove trailing whitespace from test/abi7.ssaMichael Forney
2021-10-22make variadic args explicitQuentin Carbonneaux
2021-10-17amd64/sysv: unbreak env callsQuentin Carbonneaux
2021-09-07test: use architecture-neutral wrapper for calling vprintfMichael Forney
2021-09-07test: assign result of print functions to temporaryMichael Forney
2021-08-29amd64/isel: fix floating point == and != result with NaNMichael Forney
2021-08-27amd64/isel: fix floating < and <= result with NaNMichael Forney
2021-08-23parsefields: fix padding calculationDrew DeVault
2021-06-17amd64: fix conditional jump when compare is swapped and used elsewhereMichael Forney
2019-04-30isel fix for amd64 memory storesQuentin Carbonneaux
2019-04-29fix folding of unsigned operationsQuentin Carbonneaux
2019-04-29fold: Make sure 32-bit constants get sign extended when necessaryMichael Forney
2019-04-26new large test to evaluate performanceQuentin Carbonneaux
2019-04-26update conaddr test to catch early segfaultsQuentin Carbonneaux
2019-04-26restore some code from b4a98cQuentin Carbonneaux
2019-03-12emit valid code for mem->mem copiesQuentin Carbonneaux
2019-03-09add a stress test for phi spillingQuentin Carbonneaux
2019-02-21fix amd64 addressing mode matcherQuentin Carbonneaux
2019-02-18mark phi arguments as escapingQuentin Carbonneaux
2019-02-062 bug fixes in regaQuentin Carbonneaux
2017-09-22mark printf call as variadic in testQuentin Carbonneaux
2017-07-30fix dynamic stack allocs for amd64Quentin Carbonneaux
2017-04-08new abi test for arm64 HFAsQuentin Carbonneaux
2017-04-08enable arm64 testsQuentin Carbonneaux
2017-03-03add another idiomatic C test (rega does no good)Quentin Carbonneaux
2017-02-23add simple idiomatic c testQuentin Carbonneaux
2017-02-10tests for variable argument listsQuentin Carbonneaux
2017-02-10support variable argument listsQuentin Carbonneaux
2016-12-12new tests for the load optimizationQuentin Carbonneaux
2016-12-12new eight queens testQuentin Carbonneaux
2016-08-16add support for unions in sysv abiQuentin Carbonneaux
2016-04-22refine fp conversion instructionsQuentin Carbonneaux