aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/mcode
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fix #708
* 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
| | | | For #698
* 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
| | | | Fix #651
* 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
| | | | Fix #372
* 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 ↵Patrick Lehmann2016-06-301-0/+34
| | | | llvm backend on Windows x86-64.
* 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
|
* backtrace: add support for windows and for llvm (via libbacktrace).Tristan Gingold2015-11-223-6/+12
|
* Add symbolizer (for mcode).Tristan Gingold2015-11-1913-113/+910
| | | | Display a backtrace in case of failed check or assert failure.
* mcode x86: fix regressions.Tristan Gingold2015-11-147-73/+143
|
* mcode x86: simplify code.Tristan Gingold2015-11-121-9/+9
|
* mcode x86: enable sse.Tristan Gingold2015-11-123-10/+28
|
* mcode x86: pass testsuite with sse.Tristan Gingold2015-11-122-127/+220
|
* mcode x86: wip: sse support.Tristan Gingold2015-11-1110-314/+420
|
* Rewrite of ortho_code-x86-emits.Tristan Gingold2015-11-091-316/+342
|
* mcode: WIP for sse/sse2 generation.Tristan Gingold2015-11-073-183/+305
|
* Fix build of mcode utilities.Tristan Gingold2015-11-071-1/+2
|
* Add mach-O binary file writer.Tristan Gingold2015-09-133-0/+471
|
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-108-41/+32
|
* mcode: fix alignment of structure (thinko).Tristan Gingold2015-09-021-1/+1
|
* mcode/binary_file: rename write routines.Tristan Gingold2015-08-316-13/+11
|
* mcode: fix crash wrt oe_shl.Tristan Gingold2015-08-311-1/+4
|
* Replace fat accesses by bounds accessesTristan Gingold2015-08-292-0/+29
| | | | | translate: separate info for signals from object. Improve some error messages.
* mcode x86: handle more conversions (i64 <-> u8. b2)Tristan Gingold2015-01-222-47/+92
|
* ortho_code-x86-abi: add moddi3 intrinsic for jit.Tristan Gingold2015-01-221-0/+7
|
* ortho_code-x86-abi: display intrinsic names.Tristan Gingold2015-01-221-0/+19
|
* mcode: fix ticket#32 - spill the right instruction.Tristan Gingold2015-01-131-6/+11
|
* grt: improve --disp-signals-table output.Tristan Gingold2015-01-122-0/+5
|
* ortho_mcode: handle u32->i64 conversion.Tristan Gingold2015-01-122-7/+19
|
* Add requested pragma no_strict_aliasing.Tristan Gingold2014-12-232-2/+2
|