aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode
Commit message (Expand)AuthorAgeFilesLines
* mcode/ortho_jit.adb: add option --be-gTristan Gingold2023-02-041-1/+1
* mcode: add new functions for JITTristan Gingold2023-01-264-4/+59
* win64: fix FP argument passingTristan Gingold2022-10-171-2/+8
* ortho/mcode: add reg move for ret. Fix #2189Tristan Gingold2022-09-152-7/+17
* fix: avoid "unnecessary with of ancestor [-gnatwr]" with GCC 12Xiretza2022-05-141-1/+0
* binary_file-coff: fix symbols writeTristan Gingold2022-04-051-29/+58
* ortho/mcode: fix win64 stack alignmentTristan Gingold2022-04-041-1/+1
* ortho/mcode: generate unwind info on win64 (WIP)Tristan Gingold2022-04-043-2/+100
* ortho/mcode: handle image relative relocation (for Win64)Tristan Gingold2022-04-043-4/+29
* ortho/mcode: handle x86-64 coff image dump (WIP)Tristan Gingold2022-04-043-24/+31
* mcode: improve support of Win64 (prolog)Tristan Gingold2022-04-013-29/+41
* mcode: improve support of Win64 (allocate stack for home registers)Tristan Gingold2022-03-303-6/+22
* Add chkstk-x64 for windows x64Tristan Gingold2022-03-301-2/+12
* ortho/mcode: relax assertion (and fix debug code). Fix #1980Tristan Gingold2022-02-262-2/+6
* mcode: generate and register .eh_frame on linux x86/64Tristan Gingold2021-12-1414-11/+179
* Fixed some typos (#1868)Patrick Lehmann2021-09-161-1/+1
* ortho_code-x86-insns: handle OE_ADD R_I_Off + R_I. Fix #1864Tristan Gingold2021-09-141-0/+7
* ortho: for slices, get element size from the result typeTristan Gingold2021-09-141-5/+4
* src/ortho/mcode/memsegs_c.c: Don't define HAVE_MREMAP on OpenBSD.Alfred M. Szmidt2021-06-131-1/+1
* ortho: use LDFLAGS and prefer them over defaultsXiretza2021-05-101-2/+2
* update license headersumarcor2021-01-1478-858/+702
* ortho: add unbounded records, rework array subtypes.Tristan Gingold2020-07-2511-141/+408
* src/ortho: add new_convert.Tristan Gingold2020-06-179-54/+98
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-286-11/+49
* ortho/mcode: use arch64 binary format for mach-OTristan Gingold2020-01-161-1/+1
* Reload registers for conditional binary operations.Tristan Gingold2018-11-271-0/+2
* binary_file: add overflow detection for relocs.Tristan Gingold2018-11-191-4/+12
* ortho/mcode: pack all sections for huge programs on x86-64.Tristan Gingold2018-11-195-34/+105
* Fix constraint error for large number of local symbols.Tristan Gingold2018-11-191-2/+2
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-2114-108/+287
* Remove -gnat05, always use GNATFLAGS.Tristan Gingold2018-09-151-5/+5
* Remove redundant use-clauses for gcc 8.1 compatibilityTruls Asheim2018-05-305-11/+1
* mcode: assert identifiers don't have embedded NULL.Tristan Gingold2018-01-201-1/+4
* mcode: add new_default_value.Tristan Gingold2017-11-166-2/+27
* mcode: add comment, abstract.Tristan Gingold2017-07-021-4/+13
* ortho/mcode: preliminary work to support win64.Tristan Gingold2017-06-283-40/+84
* ortho: add comments.Tristan Gingold2017-06-203-1/+5
* Avoid a crash while slicing array of length 0.Tristan Gingold2017-06-201-1/+1
* WIP on mcode for win64.Tristan Gingold2017-06-197-13/+35
* ortho/mcode: detect overflow for i32 and i64 mul.Tristan Gingold2017-05-181-0/+6
* Apply No_Return pragma only on specs. Create specs if needed.Tristan Gingold2017-02-061-3/+7
* More changes for the MinGW32/MinGW64 build flow and for the llvm back-end.Patrick Lehmann2016-07-011-1/+1
* A first changeset for MinGW32 and MinGW64 to compile GHDL with mcode and llvm...Patrick Lehmann2016-06-301-0/+34
* ortho_code-dwarf: fix potential crash.Tristan Gingold2016-04-021-0/+6
* ortho: rename start/finish_const_value to start/finish_init_value.Tristan Gingold2016-02-215-30/+24
* mcode: init support for initialized variables.Tristan Gingold2016-02-179-38/+107
* Simplify warning Off for gcc 4.6Tristan Gingold2016-01-061-2/+3
* Add a pragma warnings off around constant condition.Tristan Gingold2016-01-061-0/+2
* mcode: add support for x86-64Tristan Gingold2016-01-0639-1663/+2989
* mcode: use GNATMAKE.Tristan Gingold2016-01-061-1/+2