| Commit message (Expand) | Author | Age | Files | Lines |
* | mcode/ortho_jit.adb: add option --be-g | Tristan Gingold | 2023-02-04 | 1 | -1/+1 |
* | mcode: add new functions for JIT | Tristan Gingold | 2023-01-26 | 4 | -4/+59 |
* | win64: fix FP argument passing | Tristan Gingold | 2022-10-17 | 1 | -2/+8 |
* | ortho/mcode: add reg move for ret. Fix #2189 | Tristan Gingold | 2022-09-15 | 2 | -7/+17 |
* | fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12 | Xiretza | 2022-05-14 | 1 | -1/+0 |
* | binary_file-coff: fix symbols write | Tristan Gingold | 2022-04-05 | 1 | -29/+58 |
* | ortho/mcode: fix win64 stack alignment | Tristan Gingold | 2022-04-04 | 1 | -1/+1 |
* | ortho/mcode: generate unwind info on win64 (WIP) | Tristan Gingold | 2022-04-04 | 3 | -2/+100 |
* | ortho/mcode: handle image relative relocation (for Win64) | Tristan Gingold | 2022-04-04 | 3 | -4/+29 |
* | ortho/mcode: handle x86-64 coff image dump (WIP) | Tristan Gingold | 2022-04-04 | 3 | -24/+31 |
* | mcode: improve support of Win64 (prolog) | Tristan Gingold | 2022-04-01 | 3 | -29/+41 |
* | mcode: improve support of Win64 (allocate stack for home registers) | Tristan Gingold | 2022-03-30 | 3 | -6/+22 |
* | Add chkstk-x64 for windows x64 | Tristan Gingold | 2022-03-30 | 1 | -2/+12 |
* | ortho/mcode: relax assertion (and fix debug code). Fix #1980 | Tristan Gingold | 2022-02-26 | 2 | -2/+6 |
* | mcode: generate and register .eh_frame on linux x86/64 | Tristan Gingold | 2021-12-14 | 14 | -11/+179 |
* | Fixed some typos (#1868) | Patrick Lehmann | 2021-09-16 | 1 | -1/+1 |
* | ortho_code-x86-insns: handle OE_ADD R_I_Off + R_I. Fix #1864 | Tristan Gingold | 2021-09-14 | 1 | -0/+7 |
* | ortho: for slices, get element size from the result type | Tristan Gingold | 2021-09-14 | 1 | -5/+4 |
* | src/ortho/mcode/memsegs_c.c: Don't define HAVE_MREMAP on OpenBSD. | Alfred M. Szmidt | 2021-06-13 | 1 | -1/+1 |
* | ortho: use LDFLAGS and prefer them over defaults | Xiretza | 2021-05-10 | 1 | -2/+2 |
* | update license headers | umarcor | 2021-01-14 | 78 | -858/+702 |
* | ortho: add unbounded records, rework array subtypes. | Tristan Gingold | 2020-07-25 | 11 | -141/+408 |
* | src/ortho: add new_convert. | Tristan Gingold | 2020-06-17 | 9 | -54/+98 |
* | ortho: add a length parameter to start_array_aggr. | Tristan Gingold | 2020-05-28 | 6 | -11/+49 |
* | ortho/mcode: use arch64 binary format for mach-O | Tristan Gingold | 2020-01-16 | 1 | -1/+1 |
* | Reload registers for conditional binary operations. | Tristan Gingold | 2018-11-27 | 1 | -0/+2 |
* | binary_file: add overflow detection for relocs. | Tristan Gingold | 2018-11-19 | 1 | -4/+12 |
* | ortho/mcode: pack all sections for huge programs on x86-64. | Tristan Gingold | 2018-11-19 | 5 | -34/+105 |
* | Fix constraint error for large number of local symbols. | Tristan Gingold | 2018-11-19 | 1 | -2/+2 |
* | Rework translation of unbounded and complex types. | Tristan Gingold | 2018-10-21 | 14 | -108/+287 |
* | Remove -gnat05, always use GNATFLAGS. | Tristan Gingold | 2018-09-15 | 1 | -5/+5 |
* | Remove redundant use-clauses for gcc 8.1 compatibility | Truls Asheim | 2018-05-30 | 5 | -11/+1 |
* | mcode: assert identifiers don't have embedded NULL. | Tristan Gingold | 2018-01-20 | 1 | -1/+4 |
* | mcode: add new_default_value. | Tristan Gingold | 2017-11-16 | 6 | -2/+27 |
* | mcode: add comment, abstract. | Tristan Gingold | 2017-07-02 | 1 | -4/+13 |
* | ortho/mcode: preliminary work to support win64. | Tristan Gingold | 2017-06-28 | 3 | -40/+84 |
* | ortho: add comments. | Tristan Gingold | 2017-06-20 | 3 | -1/+5 |
* | Avoid a crash while slicing array of length 0. | Tristan Gingold | 2017-06-20 | 1 | -1/+1 |
* | WIP on mcode for win64. | Tristan Gingold | 2017-06-19 | 7 | -13/+35 |
* | ortho/mcode: detect overflow for i32 and i64 mul. | Tristan Gingold | 2017-05-18 | 1 | -0/+6 |
* | Apply No_Return pragma only on specs. Create specs if needed. | Tristan Gingold | 2017-02-06 | 1 | -3/+7 |
* | More changes for the MinGW32/MinGW64 build flow and for the llvm back-end. | Patrick Lehmann | 2016-07-01 | 1 | -1/+1 |
* | A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and llvm... | Patrick Lehmann | 2016-06-30 | 1 | -0/+34 |
* | ortho_code-dwarf: fix potential crash. | Tristan Gingold | 2016-04-02 | 1 | -0/+6 |
* | ortho: rename start/finish_const_value to start/finish_init_value. | Tristan Gingold | 2016-02-21 | 5 | -30/+24 |
* | mcode: init support for initialized variables. | Tristan Gingold | 2016-02-17 | 9 | -38/+107 |
* | Simplify warning Off for gcc 4.6 | Tristan Gingold | 2016-01-06 | 1 | -2/+3 |
* | Add a pragma warnings off around constant condition. | Tristan Gingold | 2016-01-06 | 1 | -0/+2 |
* | mcode: add support for x86-64 | Tristan Gingold | 2016-01-06 | 39 | -1663/+2989 |
* | mcode: use GNATMAKE. | Tristan Gingold | 2016-01-06 | 1 | -1/+2 |