aboutsummaryrefslogtreecommitdiffstats
path: root/src/ortho/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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