aboutsummaryrefslogtreecommitdiffstats
path: root/translate
Commit message (Expand)AuthorAgeFilesLines
* Use library unit instead of design unit.Tristan Gingold2014-06-242-16/+11
* Add psl cover directive (ticket19).Tristan Gingold2014-06-216-114/+226
* ghdlcomp: stop in case of errors on delayed checks.Tristan Gingold2014-06-211-2/+5
* Fix regression for 'value on physical types.Tristan Gingold2014-06-211-5/+9
* Add missing grt-readline.ads file.Tristan Gingold2014-06-161-0/+30
* configuration: add Check_Entity_Declaration_Top from translation.Tristan Gingold2014-06-146-330/+147
* grt-values: export ghdl_value_physical_split, to_lc, is_whitespace.Tristan Gingold2014-06-142-26/+60
* grt-vstrings: add to_string for ghdl_f64, use it in grt-images.Tristan Gingold2014-06-143-83/+94
* grt-types: make access type std_string_ptr general.Tristan Gingold2014-06-141-1/+1
* grt-errors: export fatal_error.Tristan Gingold2014-06-142-4/+5
* grt-disp_signals: display explicitly direct drivers.Tristan Gingold2014-06-141-2/+7
* Fix ticket14: build vars for anonymous subtype in array type indexes.Tristan Gingold2014-05-292-4/+50
* Rework aggregate (when type of context is not static).Tristan Gingold2014-05-291-76/+87
* ghdlsimul: add --trace-stmts, -iTristan Gingold2014-05-291-4/+7
* grt-signals: add comments, add Ghdl_Signal_Set_Mode.Tristan Gingold2014-05-293-36/+86
* errorout: remove execution related subprograms (and exceptions).Tristan Gingold2014-05-071-3/+2
* grt: remove ghdl_exit_cb*, replaced by an error hook.Tristan Gingold2014-05-075-30/+30
* Set some missing flags (was harmless).Tristan Gingold2014-03-293-5/+4
* Fix ticket11: remove from active list a signal not active in the next delta dueTristan Gingold2014-03-291-0/+28
* Rename ghdl_mcode.adb to ghdl_jit.adb. Display code generate name.Tristan Gingold2014-03-102-12/+14
* Automatically unnest subprograms for llvm.Tristan Gingold2014-03-092-2/+10
* Minor cleanup in ortho/gcc (add copyright headers, remove t_condtype, removeTristan Gingold2014-03-081-1/+1
* Share spec of ortho_nodes, adjust code.Tristan Gingold2014-03-081-22/+2
* Makefile: adjust for LLVM be.Tristan Gingold2014-03-061-16/+16
* Translation: fix allocated object for individual association in procedure call.Tristan Gingold2014-03-061-2/+2
* canon: change profile of Canon_Procedure_Call.Tristan Gingold2014-03-062-13/+12
* grt.signals: export Resolver_Acc and use it in interfaces.Tristan Gingold2014-02-232-50/+61
* grt.options: Extract Decode_Option.Tristan Gingold2014-02-232-220/+252
* Style fix.Tristan Gingold2014-02-231-1/+0
* Add comment + style fix.Tristan Gingold2014-02-232-2/+3
* ghdlsimul: set argv0 earlier.Tristan Gingold2014-02-231-8/+23
* ghdlsimul: set progname.Tristan Gingold2014-02-101-2/+13
* ghdldrv: fix indentation.Tristan Gingold2014-02-101-2/+1
* Add one_stack setup, add comments.Tristan Gingold2014-02-104-46/+103
* Windows: fix library update, handle errors during elaboration.Tristan Gingold2014-02-014-8/+24
* ghdldrv: adjust for llvm.Tristan Gingold2014-02-011-59/+34
* grt: update copyright years, switch to GMGPL.Tristan Gingold2014-01-3095-113/+793
* translation: avoid useless 'address(INSTANCE.all).Tristan Gingold2014-01-291-23/+56
* translation: unest: fix mode of by-ref interfaces.Tristan Gingold2014-01-281-5/+15
* subprogram unnesting: fix upframe initialization and local id.Tristan Gingold2014-01-271-2/+16
* Make ghdl_rti_type an address. Remove union from translation.Tristan Gingold2014-01-269-104/+69
* new_offsetof: add argument for record type (llvm preliminary work).Tristan Gingold2014-01-251-24/+40
* Fix typo in previous commit.Tristan Gingold2014-01-251-1/+1
* Fix 'value on physical types with whitespaces.Tristan Gingold2014-01-255-232/+230
* Get rid of union in ghdl_rtin_unit.Tristan Gingold2014-01-2510-195/+203
* translation: use of incomplete record instead of access (for llvm).Tristan Gingold2014-01-241-5/+5
* Rework complex type alignment: use the maximum alignment of its fields.Tristan Gingold2014-01-241-64/+147
* Remove commented out lines.Tristan Gingold2014-01-241-3/+0
* Update declarations in ortho_debug.private.ads to allow new commit to ortho_d...Brian Drummond2014-01-221-2/+3
* Add support for FreeBSD x86_64 (From Adam Jensen)Tristan Gingold2014-01-223-1/+11