aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/debug
Commit message (Collapse)AuthorAgeFilesLines
* ortho/debug: handle aggregates of record-subtypeTristan Gingold2022-05-073-7/+25
|
* ortho/debug and ortho/oread: also increase identifier buffers. For #1894Tristan Gingold2021-10-181-1/+1
|
* configure and Makefile: link ghdl with grt-cstdioTristan Gingold2021-09-171-1/+2
|
* ortho: for slices, get element size from the result typeTristan Gingold2021-09-141-1/+1
| | | | | | and not from the object type. Fix #1862
* ortho: use LDFLAGS and prefer them over defaultsXiretza2021-05-101-2/+1
|
* update license headersumarcor2021-01-1413-143/+117
|
* ortho/debug: fix type of indexed_name.Tristan Gingold2020-08-051-2/+4
|
* ortho/debug: check subtype for array subtype.Tristan Gingold2020-07-261-5/+2
|
* ortho: add unbounded records, rework array subtypes.Tristan Gingold2020-07-253-134/+310
|
* ortho/debug: Disable_Checks flag also disable type checks.Tristan Gingold2020-07-181-1/+3
|
* ortho/debug: ignore -O option.Tristan Gingold2020-06-271-0/+3
|
* src/ortho: add new_convert.Tristan Gingold2020-06-173-6/+29
|
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-283-32/+64
|
* ortho/debug/Makefile: don't use -m for gnatmakeTristan Gingold2018-11-071-1/+1
|
* ortho_debug: fix disp for empty loop.Tristan Gingold2018-10-261-1/+4
|
* ortho debug/oread: disp float number in hexa.Tristan Gingold2018-10-231-1/+76
|
* ortho debug/oread: handle neg neg.Tristan Gingold2018-10-211-3/+28
|
* Rework translation of unbounded and complex types.Tristan Gingold2018-10-213-31/+107
|
* Remove -gnat05, always use GNATFLAGS.Tristan Gingold2018-09-151-1/+1
| | | | Fix #651
* ortho_debug-disp: remove some trailing blanks in output.Tristan Gingold2017-11-021-2/+2
|
* ortho_debug: suppress one more check with Disable_Checks.Tristan Gingold2016-12-181-0/+3
|
* ortho: add new_default_value to initialize a variable.Tristan Gingold2016-03-083-1/+19
|
* ortho: rename start/finish_const_value to start/finish_init_value.Tristan Gingold2016-02-213-35/+36
|
* mcode: add support for x86-64Tristan Gingold2016-01-061-2/+4
|
* ortho/debug: add checks for case statement.Tristan Gingold2015-09-071-19/+32
|
* ortho: allow selected element from an union.Tristan Gingold2015-06-121-1/+3
| | | | Minor cleanups.
* ortho/debug: detect too many associations.Tristan Gingold2015-06-051-0/+4
|
* ortho debug/oread: add a procedure to write keyword, use uppercase.Tristan Gingold2014-11-272-58/+145
|
* ortho_debug: fix incorrect assertion (don't handle array_sub).Tristan Gingold2014-11-171-7/+0
|
* Makefiles: fix overwrite of Makefile.in in gcc, add debug backend.Tristan Gingold2014-11-131-2/+2
|
* Move sources to src/ subdirectory.Tristan Gingold2014-11-0413-0/+3943