summaryrefslogtreecommitdiff
path: root/testsuite/tests/asmgen
Commit message (Expand)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-2524-78/+78
* Declare functions with no arguments as f(void), not f()Antonin Décimo2022-11-282-3/+3
* fix asmgen testsuite and revert to trunkEnguerrand Decorne2021-12-1622-21/+25
* Merge commit '672965bfda6220c690d26ff6a0b7a9a59519d9af' into 5.00Tom Kelly2021-10-041-22/+13
|\
* \ Merge commit '758fc7ddd609fd51ff811db2af5393672b2ef37c' into 5.00Tom Kelly2021-10-041-0/+8
|\ \ | |/
| * Safepoints (#10039)Sadiq Jaffer2021-07-092-0/+12
* | Merge commit '099b86a046e304fe15e2bb37557bffc6aafaab15' into parallel_minor_g...Tom Kelly2021-10-011-0/+24
|\ \ | |/
| * The invariants.cmm test should be run only when the native compiler is enabledSébastien Hinderer2021-04-301-2/+3
| * Merge pull request #1400 from lthls/cmm_invariantsGabriel Scherer2021-04-291-0/+23
| |\
| | * ocamltest: add the codegen_exit_status variableSébastien Hinderer2021-04-291-2/+3
| | * Update expected testVincent Laviron2021-04-281-2/+1
| | * Test file (WIP)Vincent Laviron2021-04-201-0/+23
* | | Merge commit '24d7f3bde8f0af585b8328b5b4e5f386f8909cff' into parallel_minor_g...Tom Kelly2021-10-0124-25/+26
|\ \ \ | |/ /
| * | ocamltest: rename the files variable to readonly_filesSébastien Hinderer2021-04-2124-24/+24
| |/
* | add polling at mach layerSadiq Jaffer2021-09-062-0/+18
* | Merge commit '72dbcb8433f35606574ab65edd230fee66db6a6f' into parallel_minor_g...Tom Kelly2021-03-084-0/+189
|\ \ | |/
| * Test for immediates: also test "checkbound"Xavier Leroy2020-09-173-39/+39
| * New test exercising immediate arguments to integer operationsXavier Leroy2020-09-164-0/+189
* | Merge commit '41548a735900a74202b07f918521ef9ac52ece1e' into parallel_minor_g...Tom Kelly2021-03-021-1/+1
|\ \ | |/
| * Remove Const_pointer (#9578)Stephen Dolan2020-05-191-1/+1
* | Merge commit 'b82d5194c21fcb96a2a2f8aec8af396056910460' into parallel_minor_g...Tom Kelly2021-03-016-21/+21
|\ \ | |/
| * Assert that Cassign is only used on Clet_mut-bound variablesStephen Dolan2020-02-256-21/+21
* | Merge commit '70370d7004514d4577989ced8b9c6844818b4d20' into parallel_minor_g...Tom Kelly2021-03-011-1/+4
|\ \ | |/
| * Revert "Make asmgen tests run"Florian Angeletti2020-02-2435-105/+17
| * Fix arith.cmm testGuillaume Bury2020-02-201-1/+4
| * Make asmgen tests runGuillaume Bury2020-02-2035-17/+105
* | Merge commit 'd6fb9ad86a7628d8b8683d8f96957e7ceaa3bf5d' into parallel_minor_g...Tom Kelly2020-04-291-22/+0
|\ \ | |/
| * Remove ocamltests filesNicolás Ojeda Bär2019-09-281-22/+0
* | update asmgen tests for -ccopt as needed by multicoreTom Kelly2020-04-281-1/+1
* | Merge commit '0557f07e70c9ab8c91f07df770ffc51c5d4b624c' into parallel_minor_g...Tom Kelly2020-04-287-18/+47
|\ \ | |/
| * Eliminate dead `ICatch` handlers (#2321)Greta Yorsh2019-08-067-18/+47
* | Merge commit '1dba5329a2ea19320ed2ed019e367bf9e99a6618' into parallel_minor_g...Tom Kelly2020-04-172-0/+21
|\ \ | |/
| * Fix compilation of catches with multiple handlersVincent Laviron2019-02-192-0/+21
* | port multicore asmgen test logic to ocamltestTom Kelly2020-04-1619-21/+20
* | Merge commit '1435a6a6a279dff1fbb81a92a828a2e1ee50922e' into parallel_minor_g...Tom Kelly2020-04-0710-9/+80
|\ \ | |/
| * Allow non-val payload types in CMM Ccatch (#1833)Simon Fowler2018-06-2910-7/+78
| * Whitespace and overlong line fixes.David Allsopp2018-06-142-2/+2
* | Merge commit 'e37b5c07d493e0a5c53f04ca76b8bc94885c5d22' into parallel_minor_g...Tom Kelly2020-04-0633-1418/+121
|\ \ | |/
| * Migrate the asmgen tests to ocamltestSébastien Hinderer2018-04-2720-88/+121
| * testsuite: move architecture-specific logic from tests/asmgen to toolsSébastien Hinderer2018-04-268-592/+5
| * testsuite: move the codegen tool from the tests/asmgen to the tools directorySébastien Hinderer2018-04-267-783/+2
| * Correct i386nt.asm in tests/asmcompDavid Allsopp2018-04-261-4/+10
* | Port multicore vs 4.06.1 asmcomp changes for asmgenTom Kelly2020-04-052-44/+17
* | Merge commit 'e866ba3f6891a18ede3235f125babd5f7fd6d03a' into parallel_minor_g...Tom Kelly2020-03-301-1/+7
|\ \ | |/
| * Revert "Replace constant pointers by regular integers (#1580)"Damien Doligez2018-04-061-1/+1
| * Disable CSE for the initialization function (#1455)Pierre Chambart2018-03-151-1/+7
| * Replace constant pointers by regular integers (#1580)Vincent Laviron2018-03-151-1/+1
* | Merge commit '15e8f62b851a8cf5e4a88d6d674f7c171cc1ae35' into parallel_minor_g...Tom Kelly2020-03-302-6/+18
|\ \ | |/
| * Treat negated float comparisons more directly (#1487)Leo White2018-02-282-6/+18
* | Merge commit '8ba70ff194b66c0a50ffb97d41fe9c4bdf9362d6' into parallel_minor_g...Tom Kelly2020-03-264-33/+23
|/